Rosewill RSV-4412 flash Disk LED

bbs

Cadet
Joined
Jul 19, 2019
Messages
1
Hi guys,

Opening a new thread to discuss options about flashing the LED specifically on a Rosewill RSV-L4412 chassis. This is a 12-bay hot swappable disk chassis. After doing some research, found that there are a few commands to achieve this, however none seem to give me the expected result. Basically i am looking to identify the drives part of a pool by issuing commands on the device in question.

root@nas[/]# sas2ircu list
LSI Corporation SAS2 IR Configuration Utility.
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.
Adapter Vendor Device SubSys SubSys
Index Type ID ID Pci Address Ven ID Dev ID
----- ------------ ------ ------ ----------------- ------ ------
0 SAS2008 1000h 72h 00h:02h:00h:00h 1000h 3020h
SAS2IRCU: Utility Completed Successfully.


# flash disk led on/off ->>> THIS DOES NOT WORK ON ROSEWILL!!
root@nas[/]# sas2ircu 0 locate 1:2 ON wait 5
LSI Corporation SAS2 IR Configuration Utility.
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.

SAS2IRCU: LOCATE command completed successfully.
SAS2IRCU: Command LOCATE Completed Successfully.
SAS2IRCU: Utility Completed Successfully.


Command runs, but there is no flash on the bay of the Rosewill chassis.

DD to dev/null seems to take all led's offline (pod of 4 disks go off) then when CTRL-C, the leds turn on again
dd if=/dev/da0 of=/dev/null

For some reason sesutil does not detect any devices...
root@nas[/]# sesutil map
sesutil: No SES devices found



Any help on this is much appreciated!

Regards,
 
Top