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
Moderator
•
9.5K Posts
0
May 28th, 2020 10:00
I don't see a way to get the information for racadm.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
May 27th, 2020 17:00
Hi,
What model system is it? Most likely yes you can with racadm.
ssein
1 Rookie
•
14 Posts
1
May 28th, 2020 01:00
It is PowerEdge R430.
I try to find this property in racadm, but was not succeed (
DELL-Stefan R
Moderator
•
790 Posts
0
May 28th, 2020 05:00
Hi ssein,
refer to the RACADM CLI guide here:
https://dell.to/3c81ilK
racadm storage get ...
Please check the syntax in the manual, this might shed a light on this.
Cheers
Stefan
ssein
1 Rookie
•
14 Posts
1
May 28th, 2020 06:00
Thanks for your answer!
Unfortunately according documentation I can get form factor for physical disks, but I need a form factor for the backplane.
storage get enclosures returns the same information as raid get enclosures
ssein
1 Rookie
•
14 Posts
0
May 28th, 2020 10:00
But if both drives are 2.5'' - backplane could be both 2.5'' and 3.5'' form factor.
This is the reason why I am looking for this information.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
May 28th, 2020 10:00
If one of the drives is 3.5, the backplane is 3.5".
subbota
1 Message
0
May 28th, 2020 11:00
Maybe there is a a way to get the information for wsman or for redfish or for any other cli-tool?
DELL-Josh Cr
Moderator
•
9.5K Posts
0
May 28th, 2020 12:00
https://dell.to/2M7W3I6
Maybe with hardware inventory, but It may only provide the same information as racadm.
ssein
1 Rookie
•
14 Posts
0
May 29th, 2020 08:00
It is very sad and strange (
But anyway thank you for your help!