CLI Guide

To generate and view information about the inventory of virtual disks, run the following command:
racadm storage get vdisks -o
Disk.Virtual.2:RAID.Integrated.1-1
Status Ok
DeviceDescription Virtual Disk 2 on Integrated RAID Controller 1
Name OS
RollupStatus Ok
State Online
OperationalState Not applicable
Layout Raid-0
Size 278.88 GB
SpanDepth 1
AvailableProtocols SAS
MediaType HDD
ReadPolicy Read Ahead
WritePolicy Write Back
StripeSize 64K
DiskCachePolicy Default
BadBlocksFound NO
Secured NO
RemainingRedundancy 0
EnhancedCache Not Applicable
T10PIStatus Disabled
BlockSizeInBytes 512
To generate and view information about the inventory of storage enclosures that are connected to the connector.
This command displays all enclosure objects for the connector FQDD.
racadm storage get enclosures -o
Enclosure.Internal.0-1:RAID.Integrated.1-1
Status Ok
State Ready
DeviceDescription Backplane 1 on Connector 0 of Integrated RAID Controller 1
RollupStatus Ok
Name BP13G+EXP 0:1
BayId 1
FirmwareVersion 0.23
SasAddress 0x500056B31234ABFD
SlotCount 24
The following command displays all enclosure keys that are connected to the connectors:
racadm storage get enclosures --refkey RAID.Integrated.1-1
Enclosure.Internal.0-1:RAID.Integrated.1-1
The following command is an optimized and filtered version:
racadm storage get enclosures --refkey RAID.Integrated.1-1 -o -p Name
Enclosure.Internal.0-1:RAID.Integrated.1-1
Name = BP12G+EXP 0:1
To generate and view information about the inventory of physical disk drives connected to the enclosure or backplanes,
run the following command:
racadm storage get pdisks
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
The following command is an optimized version and displays the full controller objects along with their keys:
racadm storage get pdisks -o
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.4-1
Status = Ok
DeviceDescription = Disk 0 in Backplane 1 of RAID Controller in
Slot 4
RollupStatus = Ok
Name = Physical Disk 0:1:0
State = Online
OperationState = Not Applicable
PowerStatus = Spun-Up
RACADM Subcommand Details
137