If I boot to BIOS setup and go to iDrac settings -> System summary when in the bottom I can see section "Backplane inventory" with row "Hard drive form factor" ( 2.5'' or 3.5'').
Is it possible to get this information via racadm or wsman?
Unfortunately according documentation I can get form factor for physical disks, but I need a form factor for the backplane.
racadm>>storage get pdisks -o -p Status,Name,DeviceDescription,FormFactor
racadm storage get pdisks -o -p Status,Name,DeviceDescription,FormFactor
Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
Status = Ok
Name = Physical Disk 0:1:0
DeviceDescription = Disk 0 in Backplane 1 of Integrated RAID Controller 1
FormFactor = 3.5 Inch
Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1
Status = Ok
Name = Physical Disk 0:1:1
DeviceDescription = Disk 1 in Backplane 1 of Integrated RAID Controller 1
FormFactor = 2.5 Inch
storage get enclosures returns the same information as raid get enclosures
racadm>>storage get enclosures -o
racadm storage get enclosures -o
Enclosure.Internal.0-1:RAID.Integrated.1-1
State = Ready
Status = Ok
DeviceDescription = Backplane 1 on Connector 0 of Integrated RAID Controller 1
RollupStatus = Ok
Name = BP13G+ 0:1
BayId = 1
FirmwareVersion = 2.25
SasAddress = 0x528660A08A1E7700
SlotCount = 4
DELL-Josh Cr
Community Manager
•
9694 Posts
•
43679 Points
1732
0
Posted May 28th, 2020 10:00
I don't see a way to get the information for racadm.