node pause
Updated: December 10, 2012
Applies To: Microsoft HPC Pack 2008, Windows HPC Server 2008
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.
node pause [/scheduler:<name>] {<node_name> | /all}
node pause {/? | /help}
| 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. |
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
Note