Integrated Storage pass drive serial to GUI
Not plannedWe really need to see what the serial number of the drives are. Please can we add this feature.
Running this command yields a result for sata drives...
smartctl -d sat+megaraid,1 -a /dev/sda
...yet if the drive is behind a raid controller in the case of LSI 9260-8i (which doesn't support JBOD), there is no way to know what drive is in what bay, unless the serial number is kept and the bay noted.
If OnApp could use the disks serial number with their unique ID, we would kill two birds with one stone. It would assist in asset management and RMA's for under warranty drives.
-
Hi Tim,
This feature is already implemented. We generate a unique SCSI_ID for use in the OnApp platform that is used and corresponds to the UI value. To use it please run the following command from your HV:
[root@192.168.1.24 ~]# onapp_scsi_id /dev/<drive path>
e.g.
[root@192.168.1.24 ~]# onapp_scsi_id /dev/cciss/c0d0
returns ID_SCSI_SERIAL and ID_SERIAL.In the UI the drive will then be shown with (ID_SERIAL)_(ID_SCSI_SERIAL).
Hope that this helps. If not please add a comment on this thread.
Thanks!
-
Hi Stuart,
Thanks for the feedback.
Unfortunately, with an LSI2108 controller JBOD is not supported so each drive has to be raid 0 and that doesn't pass through the actual drive serial number as the scsi id. I see the functionality you describe on HV's with JBOD cards. I suppose what I'm looking for is a method of getting past the limitations of the LSI2108 based cards.
Regards,
Tim
Post is closed for comments.
Comments
3 comments