node resume
Applies To: Microsoft HPC Pack 2012, Microsoft HPC Pack 2012 R2
Brings the specified node or all nodes online.
Note
This subcommand is deprecated as of HPC Pack 2008 R2 and is removed for HPC Pack 2012. Use node online instead.
For examples of how to use this command, see Examples.
Syntax
node resume [/scheduler:<name>] {<node_name> | /all}
node resume {/? | /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 bring online. |
/all |
Brings all nodes online. |
/? |
Displays Help at the command prompt. |
/help |
Displays Help at the command prompt. |
Remarks
- You must be a cluster administrator to run this command successfully.
Examples
To bring the node named computenode82 online, use the following command:
node resume computenode82
To bring all of the nodes in the HPC cluster online, use the following command:
node resume /all