Reload: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
=Domain Mode= | =Domain Mode= | ||
To reload the domain controller configuration, execute on the domain controller: | |||
<pre> | |||
reload --host=dc1 | |||
</pre> | |||
To reload a subordinate host controller and associated servers: | |||
<pre> | <pre> | ||
reload --host=h1 --restart-servers=true | reload --host=h1 --restart-servers=true | ||
</pre> | </pre> |
Revision as of 08:12, 24 February 2016
Internal
Overview
Available on the root of the management model. Reloads the server by shutting down all its services and starting again. The JVM itself is not restarted.
In domain mode, it can reloads the configuration on a per-host basis and restarts the servers.
Standalone
cd / :reload
Domain Mode
To reload the domain controller configuration, execute on the domain controller:
reload --host=dc1
To reload a subordinate host controller and associated servers:
reload --host=h1 --restart-servers=true