
• Or start a node with the
-s
switch by issuing the following command.
>cd node-101
>./start-rhino.sh -s
Typically, to start the cluster for the first time and create the primary component, the system administrator starts the first node
with the
-p
switch and the last node with the
-s
switch.
>cd node-101
>./start-rhino.sh -p
>cd ../node-102
>./start-rhino.sh
>cd ../node-103
>./start-rhino.sh -s
4.3.6 Stopping a Node
A node can be stopped by executing the
$RHINO_NODE_HOME/stop-rhino.sh
shell script.
>cd node-101
>./stop-rhino.sh --help
Usage: stop-rhino.sh (--node|--kill|--cluster)
Terminates either the current node, or the entire Rhino cluster.
Options:
--node - Cleanly removes this node from the cluster.
--kill - Terminates this node’s JVM.
--cluster - Performs a cluster wide shutdown.
This will terminate the node process, while leaving the remainder of the cluster running.
>cd node-101
>./stop-rhino.sh --node
Shutting down node 101.
Shutdown complete.
4.3.7 Stopping the Cluster
This will stop and shutdown the cluster. The Rhino SLEE will transition to the
STOPPED
state and then transition to the
SHUTDOWN
state.
>cd node-101
>./stop-rhino.sh --cluster
Shutting down cluster.
Stopping SLEE.
Waiting for SLEE to enter STOPPED state.
Shutting down SLEE.
Shutdown complete.
4.4 Management Interface
A running SLEE can be managed and configured by using either the Command Console or the Web Console.
Open Cloud Rhino 1.4.3 Administration Manual v1.1 19
Komentarze do niniejszej Instrukcji