node pause

Takes the specified node or all nodes offline.

Note

This subcommand is deprecated as of HPC Pack 2008 R2 and is removed for HPC Pack 2012. Use node offline instead.

For examples of how to use this command, see Examples.

Syntax

node pause [/scheduler:<name>] {<node_name> | /all}  
  
node pause {/? | /help}  

Parameters

Parameter Description
/scheduler:<name> Specifies the host name or IP address of the head node for the cluster that contains the node. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.
<node_name> Specifies the name of the node that you want to take offline.
/all Takes all nodes offline.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Examples

To take the node named computenode46 offline, use the following command:

node pause computenode46  

To take all of the nodes in the HPC cluster offline, use the following command:

node pause /all  

Additional references