White Papers
8 Automatic Updates in Dell PowerEdge 12th Generation Servers
$ racadm raid get pdisks –o -p <property names separated by comma>
The option “–o” along with “–p” and property names separated by comma lists the values of selected
properties. For example,
$ racadm raid get pdisks -o -p state,size
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Online
Size = 136.13 GB
Disk.Bay.2:Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Online
Size = 136.13 GB
Disk.Bay.3:Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Ready
Size = 67.75 GB
Disk.Bay.4:Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Ready
Size = 67.75 GB
Disk.Direct.5:RAID.Integrated.1-1
State = Ready
Size = 185.75 GB
The “–pending” switch can be used to check the pending status of all the configurations. The command is:
$ racadm raid get pdisks -pending
Similarly, the virtual disks and controllers properties can be viewed by running the –pending command
(replace pdisks with vdisks or controllers).