CLI Guide

Table Of Contents
NIC.Slot.2-2-1
NIC.Slot.3-1-1
FC.Slot.6-2
To display the network transceiver properties with FQDD, type the following command:
racadm hwinventory networktransceiver NIC.Slot.1-2-1
Vendor Name: DELL
Part Number: 3YWG7
Serial Number: CN0136039120031
Revision: A0
Identifier Type: SFP/SFP+/SFP28
To export the inventory to a remote CIFS share, type the following command:
racadm hwinventory export -f Myinventory.xml -u admin -p xxx
-l //1.2.3.4/share
To export the inventory to a remote NFS share, type the following command:
racadm hwinventory export -f Myinventory.xml -u admin -p xxx
-l 1.2.3.4:/share
To export the inventory to local file system using local Racadm, type the following command:
racadm hwinventory export -f Myinventory.xml
To export the inventory to a remote HTTP share:
racadm hwinventory export -f Myinventory.xml -u httpuser -p httppass -l http://
test.com/share
To export the inventory to a remote HTTPS share:
racadm hwinventory export -f Myinventory.xml -u httpuser -p httppass -l http://
test.com/share
To display the information about InfiniBand Cards and its FQDD's:
racadm hwinventory InfiniBand
To display the Standard hardware inventory verbose description for the FC.Slot.21, type the following command:
racadm hwinventory FC.Slot.2-1
PCI Vendor ID: 1077
PCI Sub Vendor ID: 1077
PCI Device ID: 2532
PCI Sub Device ID: 015c
PCI Bus: 67
PCI Device: 0
PCI Function: 0
Vendor Name: Unavailable
Device Name: QLogic QLE2560 8Gb Fibre Channel
Adapter - 21000024FF089D8A
WWN: 20:00:00:24:FF:08:9D:8A
VirtWWN: 20:00:00:24:FF:08:9D:8A
WWPN: 21:00:00:24:FF:08:9D:8A
VirtWWPN: 21:00:00:24:FF:08:9D:8A
Chip Type: ISP2532
Family Version: 02.57.14
EFI Version: 2.34
OS Driver Version: Unavailable
First FC Target WWPN: 50:06:01:60:44:60:28:8C
First FC Target LUN: 0
RACADM Subcommand Details
89