You can disable one or more nodes in the HP XC system.
Disabled nodes are ignored when the HP XC system is started
or stopped with the startsys and stopsys commands, respectively.
The setnode --disable command
updates the CMDB to indicate a specified node or a group of nodes
as disabled. In the following example, nodes n2 and n3 are disabled:
# setnode --disable n[2-3] |
The shownode disabled command
indicates which nodes are currently disabled:
# shownode disabled
n2
n3 |
The display of the disabled nodes includes
planned nodes. A planned nodes is disabled until it actualized, that
is until a real node is installed in its place.
The setnode --enable command
updates the CMDB to enable a specified node or a group of nodes. You cannot enable planned nodes in this way,
however. In the following example, nodes n2 and n3 are enabled:
# setnode --enable n[2-3] |
The shownode enabled command
indicates which nodes are currently enabled.
# shownode enabled
n1
n2
n3 |
For more information, see setnode(8).