Sun HPC ClusterTools 3.0 Administrator's Guide: With CRE

Stopping and Restarting the CRE

If you want to shut down the entire cluster with the least risk to your file systems, use the Solaris shutdown command.

However, if you prefer to stop and restart the CRE without shutting down the entire cluster, the CRE supports a pair of scripts that simplify this process:

To Shut Down the CRE Without Shutting Down Solaris

To shut down only the CRE daemons, execute the following commands as root:

  1. Stop all the nodal daemons by executing the following on all the nodes.

    Note that you can simplify this step by using one of the CCM tools (cconsole, ctelnet, or crlogin) to broadcast the following command entered on the master node to all the other nodes.

# /etc/init.d/sunhpc.cre_node stop
  1. Stop the master daemons by executing the following on the master node.

# /etc/init.d/sunhpc.cre_master stop

Be sure to stop the nodal daemons before stopping the master daemons. Otherwise, if you shut the master node down before shutting down the rest of the nodes, the CCM tools will not be available and you will have to shut down each node individually.

sunhpc.cre_node and sunhpc.cre_master behave differently when executing a stop command:

To Restart the CRE Without Rebooting Solaris

Execute the following commands on the master node:

  1. Start the master daemons.

# /etc/init.d/sunhpc.cre_master start 
  1. Start the nodal daemons.

# /etc/init.d/sunhpc.cre_node start 

Note -

Always bring up the master daemons first (before the nodal daemons). Otherwise, the nodal daemons will not be initialized properly and the CRE will not work.


When the sunhpc.cre_master and sunhpc.cre_node programs are executed with start commands, they both initiate a stop command on all currently running daemons before restarting the CRE daemons.