HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

Serial. The serial number of the disk drive.
Firmware. The firmware version on the disk drive.
Size. The drive size in MB.
Type. The type of disk drive.
cli% shownode -pci
--------------------------PCI Cards--------------------------
Node Slot Type -Manufacturer- -Model- -Serial- -Rev- Firmware
0 0 FC QLOGIC 2302 D13503 1 3.3.16
0 1 FC QLOGIC 2302 D44171 1 3.3.16
1 0 FC QLOGIC 2302 C31037 1 3.3.16
In the example above:
Node. The node ID.
Slot. The slot ID.
Type. The PCI card type, either Fibre Channel (FC) or Ethernet (Eth).
Manufacturer. The PCI card manufacturer.
Model. The model of the PCI card.
Serial. The serial number of the PCI card.
Rev. The revision number of the PCI card.
Firmware. The firmware version on the PCI card.
cli% shownode -cpu
--------------------------------CPUs--------------------------------
Node CPU -Manufacturer- -----Serial----- CPUSpeed(MHz) BusSpeed(MHz)
0 0 GenuineIntel 000188AAF2AEA667 995 132.76
0 1 GenuineIntel 0000D8D47BD100A6 995 132.76
1 0 GenuineIntel 0000F5A65AAD5D6F 995 132.72
1 1 GenuineIntel 00028FE5F6E4068D 995 132.72
In the example above:
Node. The node ID.
CPU. The CPU ID.
Manufacturer. The manufacturer name of the CPU.
Serial. The serial number of the CPU.
CPUSpeed. The speed of the CPU in MHz.
BusSpeed. The bus speed of the CPU in MHz.
cli% shownode -ps
-------------------------Power Supplies--------------------------
Node PS -PSState-- FanState ACState DCState -BatState- ChrgLvl(%)
0 0 NotPresent -- -- -- NotPresent 0
0 1 OK OK OK OK OK 100
shownode 411