CLI Guide

The following command displays all enclosure keys 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 physical disks along with their keys:
racadm storage get pdisks -o
racadm storage get pdisks
Disk.Bay.23:Enclosure.Internal.0-1:RAID.Integrated.1-1
Status = Ok
DeviceDescription = Disk 23 in Backplane 1 of Integrated RAID
Controller 1
RollupStatus = Ok
Name = Physical Disk 0:1:23
State = Online
OperationState = Not Applicable
PowerStatus = Spun-Up
Size = 558.38 GB
FailurePredicted = NO
RemainingRatedWriteEndurance = Not Applicable
SecurityStatus = Not Capable
BusProtocol = SAS
MediaType = HDD
UsedRaidDiskSpace = 136.13 GB
AvailableRaidDiskSpace = 0.00 GB
Hotspare = NO
Manufacturer = SEAGATE
ProductId = ST9600204SS
Revision = FM08
SerialNumber = 6WN09DXN
PartNumber = CN07T0DW7262211M01Y6A00
NegotiatedSpeed = 6.0 Gb/s
ManufacturedDay = 2
ManufacturedWeek = 4
ManufacturedYear = 2011
SasAddress = 0x5000C5003324E93D
FormFactor = 2.5 Inch
RaidNominalMediumRotationRate = 10000
T10PICapability = Not Capable
BlockSizeInBytes = 512
MaxCapableSpeed = 6 Gb/s
The following command displays the filtered property values for all returned controller objects:
racadm storage get pdisks -o -p State
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Online
The following command displays all physical disk drive keys connected to the enclosures:
racadm storage get pdisks --refkey RAID.Integrated.1-1
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
The following command is an optimized version and displays all disk objects for the enclosure FQDD:
racadm storage get pdisks --refkey Enclosure.Internal.0-1:RAID.Integrated.1-1 -o
racadm storage get pdisks -o
RACADM Subcommand Details
133