Reload: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * CLI Concepts =Overview= Available on the root of the management model. Reloads the server by shutting down all its s...") |
No edit summary |
||
Line 6: | Line 6: | ||
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. | 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. | |||
=Syntax= | =Syntax= | ||
Line 12: | Line 14: | ||
cd / | cd / | ||
:reload | :reload | ||
</pre> | |||
=Domain Mode= | |||
Execute on the domain controller: | |||
<pre> | |||
reload --host=h1 --restart-servers=true | |||
</pre> | </pre> |
Revision as of 07:36, 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.
Syntax
cd / :reload
Domain Mode
Execute on the domain controller:
reload --host=h1 --restart-servers=true