CLI Guide

The following command displays the output for Backplane 1 objects along with their properties:
racadm storage get enclosures:Enclosure.Internal.0-1:NonRAID.Integrated.1-1
Enclosure.Internal.0-1:NonRAID.Integrated.1-1
State = Ready
Status = Ok
DeviceDescription = Backplane 1 on Connector 0 of Integrated
Storage Controller 1
RollupStatus = Ok
Name = BP15G+ 0:1
BayId = 1
FirmwareVersion = 1.04
SasAddress = 0x34CC98F03FF22300
SlotCount = 8
PCI Express Generation = Not Applicable
To generate and view information about the inventory of batteries that are connected to the controller, run the following
command:
racadm storage get batteries
The following command is an optimized version and displays the batteries along with their keys:
racadm storage get batteries -o
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
DeviceDescription = Battery on Integrated raid Controller 1
Status = Ok
State = Ready
The following command displays the filtered property values for all battery objects:
racadm storage get batteries -o -p Name
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
The following command displays all battery keys that are connected to the controllers:
racadm storage get batteries --refkey RAID.Integrated.1-1
Battery.Integrated.1:RAID.Integrated.1-1
The following command is an optimized and filtered version:
racadm storage get batteries --refkey RAID.Integrated.1-1 -o -p Name
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
To generate and view information about the inventory of virtual disks that are connected to the controller, run the
following command:
racadm storage get vdisks
Disk.Virtual.0:RAID.Integrated.1-1
The following command displays all virtual disk keys that are connected to the controllers:
racadm storage get vdisks --refkey RAID.Integrated.1-1
Disk.Virtual.0:RAID.Integrated.1-1
The following command is an optimized and filtered version:
racadm storage get vdisks -o -p DeviceDescription,OperationalState
Disk.Virtual.0:RAID.Integrated.1-1
DeviceDescription = Virtual Disk 0 on Integrated raid Controller 1
OperationalState = Not applicable
136
RACADM Subcommand Details