sgpio command examples
sgpio – captive backplane LED control utility
Set the locate LED on SDA with an Intel Intelligent backplane:
#sgpio -d sda -s locate
Set the locate LED on SDA to flash at 3 Hz for non-intelligent backplanes:
#sgpio -d sda -s locate -f 3
Set SATA port 2 with fault at a 3 Hz flash rate:
#sgpio -p 2 -s fault -f 3
Set disks sda through sdf to fault:
#sgpio -d sda,sdb,sdc,sdd,sde,sdf -s fault