Quick Reference Guide

Monitor and Inventory all Controllers connected to the server
racadm raid get controllers
racadm raid get controllers -o
The above command is an optimized version and displays the full controller objects along with their keys.
racadm raid get controllers -o -p <property names separated by comma>
The above command displays the filtered property values for all returned controller objects.
Monitor and Inventory all batteries connected to the controller
racadm raid get batteries --refkey <controller FQDDs
separated by comma>
The above command displays all battery keys connected to the controllers referred as refkeys.
racadm raid get batteries --refkey <controller FQDD's
separated by comma > -o
The above command is an optimized version and displays all battery objects for the controller FQDD.
racadm raid get batteries --refkey <controller FQDD's
separated by comma > -o -p <property names separated by comma>
The above command is an optimized and filtered version.
racadm raid get batteries --refkey <controller FQDD's
separated by comma > -o -p <property names separated by comma>
Monitor and Inventory all virtual disks connected to the controller
racadm raid get vdisks --refkey <controller FQDDs
separated by comma>
The above command displays all vdisk keys connected to the controllers being mentioned as refkeys.
racadm raid get vdisks --refkey <controller FQDDs
separated by comma > -o
The above command is an optimized version and displays all vdisk objects for the controller FQDD.
racadm raid get <controller > -pending
Raid.Integrated.1-1
Raid.Slot.2-1
Monitor and Inventory all storage enclosures connected to the connector
racadm raid get enclosures --refkey <connector FQDDs
separated by comma>
The above command displays all enclosure keys connected to the connectors being mentioned as refkeys.
racadm raid get enclosures --refkey <connector FQDDs
separated by comma > -o optimized version.
The above command displays all enclosure objects for the connector FQDD.
racadm raid get enclosures --refkey <connector FQDD's
separated by comma > -o -p <property names separated by comma>
The above command is an optimized and filtered version.
Monitor and Inventory all Physical Disks connected to the enclosure /Backplanes
racadm raid get pdisks --refkey <enclosure/Backplane
FQDDs separated by comma>
The above command displays all physical disk keys connected to the enclosures being mentioned as refkeys.
racadm raid get pdiks --refkey <enclosure/Backplanes
FQDDs separated by comma > -o
99