HP 3PAR OS 3.1.3 Command Line Interface Reference

setnode
DESCRIPTION
The setnode command sets the properties of the node components such as the serial number of
the power supply.
AUTHORITY
Super, Service
Any role granted the node_set right.
NOTE: You need access to all domains in order to run this command.
SYNTAX
setnode ps <PS_ID> [options] <node_ID>
SUBCOMMAND
ps
Sets the power supply properties.
OPTIONS
-s <serial_number>
Specifies the serial number up to eight characters in length.
SPECIFIERS
<PS_ID>
Specifies the power supply ID.
<node_ID>
Specifies the node ID.
RESTRICTIONS
Access to all domains is required to run this command.
At least one option must be specified.
EXAMPLES
The following example displays the node power supply:
cli% shownode -ps
Node PS -Serial- -PSState-- FanState ACState DCState -BatState- ChrgLvl(%)
0 0 -- NotPresent -- -- -- NotPresent 0
0 1 FFFFFFFF OK OK OK OK OK 0
1 0 FFFFFFFF OK OK OK OK OK 0
1 1 -- NotPresent -- -- -- NotPresent 0
cli%
cli% setnode ps 1 -s 12345678 0
cli% shownode -ps
Node PS -Serial- -PSState-- FanState ACState DCState -BatState- ChrgLvl(%)
0 0 -- NotPresent -- -- -- NotPresent 0
0 1 12345678 OK OK OK OK OK 0
1 0 FFFFFFFF OK OK OK OK OK 0
1 1 -- NotPresent -- -- -- NotPresent 0
294 Set Commands