This is a discussion on standby for SCSI drives within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hallo, I want to standby my SCSI drives in my server. With a IDE drive I can use the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hallo, I want to standby my SCSI drives in my server. With a IDE drive I can use the "hdparm -S" command. How can I do the same for a SCSI drive? Best regards Ralph -- ================================================== ========== Ralph Stens email : ralph.stens@r-stens.de ================================================== ========== |
| |||
| On Fri, 12 Sep 2003 09:29:11 +0200, Ralph Stens <ralph.stens@r-stens.de> wrote: > > Hallo, > > I want to standby my SCSI drives in my server. With a IDE > drive I can use the "hdparm -S" command. How can I do the > same for a SCSI drive? short answer: no do a google search for scsi spindown. Last I heard, it couldn't be used on a scsi drive containing a swap partition. |
| ||||
| Ralph Stens wrote: > I want to standby my SCSI drives in my server. With a IDE > drive I can use the "hdparm -S" command. How can I do the > same for a SCSI drive? Not by a user program I know, though the SCSI protocol itself supports START/STOP commands that can be used for right that. So long, Thomas |