SAS Power Down: Difference between revisions
Jump to navigation
Jump to search
(Created page with "To spin down the SAS hard disks hdparm cannot be used (due to missing SATA part): sg_start --stop /dev/sdl sg_start --start /dev/sdl") |
No edit summary |
||
| Line 2: | Line 2: | ||
sg_start --stop /dev/sdl | sg_start --stop /dev/sdl | ||
sg_start --start /dev/sdl | sg_start --start /dev/sdl | ||
Turn off led for a slot: | |||
sg_ses --descriptor Slot12 --clear=ident /dev/sg1 | |||
[http://sg.danny.cz/sg/sg_ses.html] | |||
Revision as of 18:02, 18 August 2017
To spin down the SAS hard disks hdparm cannot be used (due to missing SATA part):
sg_start --stop /dev/sdl sg_start --start /dev/sdl
Turn off led for a slot:
sg_ses --descriptor Slot12 --clear=ident /dev/sg1