Davide, I get the same error with OMSA 8.1 on an R720 with H710 Mini:
# omreport storage enclosure controller=0 enclosure=0:1 info=pdslotreport Operation not supported. Read, info=pdslotreport Refer to the documentation for more information. # rpm -qf $(which omreport) srvadmin-omacore-8.1.0-4.94.3.el6.x86_64 The explanation for the error message is in the "Dell OpenManage Server Administrator Version 8.1 Command Line Interface Guide": http://www.dell.com/support/manuals/us/en/19/dell-opnmang-srvr-admin-v8.1/OMSA_CLI-v5/Omreport-Enclosure-Slot-Occupancy-Report?guid=GUID-DE6DE633-9E1B-4BFB-B440-8934B3AB526B&lang=en-us • NOTE: This command is not supported on Blackplane, SCSI, and SWRAID controllers. As Russel indicated it does seem to be supported with a later generation of PERC controllers (H8xx). What works on the H710 Mini though is a pdslotreport on the controller level. This will report the enclosure ID, slot count and physical disks. [root@aspendpc4 ~]# omreport storage controller controller=0 info=pdslotreport | grep -B1 -A6 ^ID Details of Enclosure BP12G_ on Controller PERC H710P Mini ID : 0:1 Slot Count : 8 Occupied Slot Count : 2 Empty Slot Count : 6 Occupied Slots : 0,1 Empty Slots : 2,3,4,5,6,7 Occupied Physical Disk Details ID : 0:1:0 Status : Ok Name : Physical Disk 0:1:0 State : Online Power Status : Not Applicable Bus Protocol : SAS Media : SSD -- ID : 0:1:1 Status : Ok Name : Physical Disk 0:1:1 State : Online Power Status : Not Applicable Bus Protocol : SAS Media : SSD ... Stefan On Jan 24, 2017, at 10:08 PM, Sean Hennessey <[email protected]<mailto:[email protected]>> wrote: I can confirm it works on a 720 w/ a H710 Mini. sudo omreport storage controller controller=0 info=pdslotreport Details of Enclosure BP12G_EXP on Controller PERC H710 Mini On Tue, Jan 24, 2017 at 4:00 PM, Stefan M. Radman <[email protected]<mailto:[email protected]>> wrote: I'm guessing the 'pdslotreport" option was something added to those newer generation cards. Nope, according to this community forum post by Peter Wise the pdslotreport command works on H710mini as well. http://en.community.dell.com/techcenter/systems-management/f/4494/t/19471290 The only difference here is that he did not specify the enclosure. omreport storage controller controller=0 info=pdslotreport Stefan On Jan 24, 2017, at 9:49 PM, Russell Kackley <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> wrote: Hi All, I have Dell PE servers with PERC H800, H810, and H830 cards in them. All of them support the 'omreport storage enclosure ... info=pdslotreport" command I'm guessing the 'pdslotreport" option was something added to those newer generation cards. On Tue, Jan 24, 2017 at 2:51 AM, Patrick Boutilier <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> wrote: On 01/24/2017 08:41 AM, Robert Jacobson wrote: Where's the documentation for which controllers support this command? I get "Operation not supported" on my R720xd with PERC H710 Mini: Same error on H700 Integrated and H730 Mini [root@sfep2 ~]# omreport storage enclosure controller=0 Enclosure(s) on Controller PERC H710 Mini (Embedded) ID : 0:1 [...] [root@sfep2 ~]# omreport storage enclosure controller=0 enclosure=0:1 info=pdslotreport Operation not supported. Read, info=pdslotreport Refer to the documentation for more information. [root@sfep2 ~]# rpm -qf /usr/sbin/dsu dell-system-update-1.3.1-16.11.00.x86_64 -----Original Message----- From: [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> [mailto:linux-poweredge-<mailto:linux-poweredge-><mailto:linux-poweredge-<mailto:linux-poweredge->> [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>] On Behalf Of [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> Sent: Tuesday, January 24, 2017 4:41 AM To: [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> Subject: [Linux-PowerEdge] Enumerate total disk bays Dell - Internal Use - Confidential Hi Davide, You can use OMSA ( Open Manage Server Administrator) system management tool to get slot occupancy report for the specific controller. This report will give you the bay details and physical disk slot information. In GUI You can navigate to "Storage->select Report->view slot occupancy report". OMSA CLI COMMAND for getting slot occupancy report: omreport storage enclosure controller=0 enclosure=0:1 info=pdslotreport -------------------------------------OUTPUT------------------------------- -------------------------- Details of Enclosure on Controller PERC ( controller name) ID : 0:1 Slot Count : 24 Occupied Slot Count : 12 Empty Slot Count : 12 Occupied Slots : 0,11,12,13,14,15,16,18,19,21,22,23 Empty Slots : 1,2,3,4,5,6,7,8,9,10,17,20 -------------------------------------------------------------------------- ------------------------------------ Please let us know if you need any more information about this. Regards, Deepesh C.P _______________________________________________ Linux-PowerEdge mailing list [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> https://lists.us.dell.com/mailman/listinfo/linux-poweredge _______________________________________________ Linux-PowerEdge mailing list [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> https://lists.us.dell.com/mailman/listinfo/linux-poweredge -- Russell Kackley Subaru Telescope Hilo, Hawaii _______________________________________________ Linux-PowerEdge mailing list [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> https://lists.us.dell.com/mailman/listinfo/linux-poweredge _______________________________________________ Linux-PowerEdge mailing list [email protected]<mailto:[email protected]> https://lists.us.dell.com/mailman/listinfo/linux-poweredge _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
