CLI Guide

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
Second FC Target WWPN: 00:00:00:00:00:00:00:00
Second FC Target LUN: 0
Hard Zone Address: 0
Hard Zone Enable: Disabled
FC Tape Enable: Disabled
Loop reset Delay: 5
Frame Payload Size : 2048
Fabric Login Retry Count: 0
Fabric Login Timeout: 0
Port Login Retry Count: 8
Port Login Timeout: 3000
Port Down Retry Count: 45
Port Down Timeout: 0
Link Down Timeout: 45000
Port Number: 1
RACADM Subcommand Details
89