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 setnode --enable command updates the cmdb to enable a specified node or a group of nodes. 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).