Subordinate WildFly Host Controller Post-Install Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=Overview=
=Overview=


This procedure is part of [[WildFly Unzip Installation#Domain_Controller_Configuration|WildFly Unzip Installation]]. Once completed, return to [[WildFly Unzip Installation#Domain_Controller_Configuration|WildFly Unzip Installation]] to continue the post-install procedure.
This procedure is part of [[WildFly Unzip Installation#Subordinate_Host_Controller_Configuration|WildFly Unzip Installation]]. Once completed, return to [[WildFly Unzip Installation#Subordinate_Host_Controller_Configuration|WildFly Unzip Installation]] to continue the post-install procedure.


=<tt>host.xml</tt> Host Name=
A subordinate host controller uses its host name as username when authenticating against the Management Realm of the domain controller, so the host name it is configured with is important. The host name can be hardcoded in <tt>host.xml</tt> or specified as a system property. For more details see:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[host.xml#Host_Name|host.xml host name]]
</blockquote>






=<tt>host.xml</tt> Host Name=





Revision as of 05:13, 12 February 2016

Internal

Overview

This procedure is part of WildFly Unzip Installation. Once completed, return to WildFly Unzip Installation to continue the post-install procedure.

host.xml Host Name

A subordinate host controller uses its host name as username when authenticating against the Management Realm of the domain controller, so the host name it is configured with is important. The host name can be hardcoded in host.xml or specified as a system property. For more details see:

host.xml host name





A subordinate host controller does not need to expose its management interface. However, it needs to know the coordinates of the domain controller(s) it will connect to. This is done by setting the values of jboss.domain.master.address and jboss.domain.master.port in its $JBOSS_HOME/bin/domain.conf:

HOST_CONTROLLER_JAVA_OPTS="${HOST_CONTROLLER_JAVA_OPTS} -Djboss.domain.master.address=1.2.3.4 -Djboss.domain.master.port=9990"

For more details see WildFly System Properties#jboss.domain.master.address and WildFly System Properties#jboss.domain.master.port.


Specify the Domain Controller