Bug 1324501

Summary: [Doc] Missing backup DC "unpromoting" procedure
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: oarribas <oarribas>
Component: DocumentationAssignee: Andrea Hoffer <ahoffer>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: eap-docs, sjay
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 23087, Administration and Configuration Guide-6.4 Build Date: 08-10-2015 16:59:36 Topic ID: 13661-743899 [Latest]
Last Closed: 2019-03-01 12:29:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description oarribas 2016-04-06 13:38:32 UTC
Title: About Domain Controller Discovery and Failover

Describe the issue: There is no information about the "unpromoting" procedure.


Suggestions for improvement:
A new procedure with the information to "unpromote" the backup DC could be added.
As https://access.redhat.com/support/cases/#/case/01279577?commentId=a0aA000000Cy5dDIAR, write-remote-domain-controller pointing it back to the original DC is needed. For example:

/host=HOST_NAME:write-remote-domain-controller(host="${jboss.domain.master.address}",port="${jboss.domain.master.port:9999}",security-realm="ManagementRealm",username="${username}")


Additional information:
As this comment: https://access.redhat.com/support/cases/#/case/01279577?commentId=a0aA000000CxTPQIA3 several backup host can be configured, but this information is also missing in the documentation.

<domain-controller>
    ...
    <static-discovery name="primary" host="<DC-IPAddress>" port="9999"/>
    <static-discovery name="backup1" host="<Host1-Address>" port="9999"/>
    <static-discovery name="backup2" host="<Host2-Address>" port="9999"/>
    <static-discovery name="backup3" host="<Host3-Address>" port="9999"/>
    ...
</domain-controller>