3PAR InFormĀ® OS 2.2.4 CLI Reference (320-200114 Rev A, March 2009)
21.44
Command Line Interface Reference InForm OS Version 2.2.4
EXAMPLE
The following example displays the node power supply:
NOTE
None.
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
cli%
cli% setnode ps 0 -s aabbccdd 1
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 100
1 0 AABBCCDD OK OK OK OK OK 100
1 1 -- NotPresent -- -- -- NotPresent 0
cli%
cli% setnode ps 0 -s aabbccddee 1
Error: The serial number aabbccddee is too long, should be less than 9
characters.