WildFly CLI - Starting and Stopping Instances: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
=CLI Operations=
=CLI Operations=


=Shutdown a Host Controller=
==Shutdown a Host Controller==


To shutdown a remote host controller, together with all its associated servers:
To shutdown a remote host controller, together with all its associated servers:

Revision as of 07:47, 24 February 2016

Internal

Overview

There is a shutdown command and a :shutdown operation. The shutdown commands sends the :shutdown operation to the server (in standalone mode) or to the host controller specified by the --host=... argument and waits for the controller to close connection.

By default there's no restart.

The target can be restarted if --restart=true argument is used.

CLI Operations

Shutdown a Host Controller

To shutdown a remote host controller, together with all its associated servers:

/host=r4:shutdown

Shutdown an Entire Cluster

/host=h2:shutdown
/host=h3:shutdown
/host=h4:shutdown
/host=h1:shutdown

Leave the domain controller for last.

Also See

reload