1SCSI_STOP(8) SG3_UTILS SCSI_STOP(8)
2
3
4
6 scsi_stop - stop (spin down) one or more SCSI disks
7
9 scsi_stop [--help] [--verbose] [--wait] DEVICE [DEVICE]*
10
12 This bash shell script calls the sg_start utility on each given DEVICE.
13 The purpose is to spin down (stop) each given DEVICE.
14
16 Arguments to long options are mandatory for short options as well.
17
18 -h, --help
19 print out the usage message then exit.
20
21 -v, --verbose
22 increase level or verbosity.
23
24 -w, --wait
25 wait for the spin down (stop) on each given DEVICE to complete.
26 The default action is to do each stop in immediate mode.
27
29 The sg_start utility calls the SCSI START STOP UNIT command and can
30 either start (spin up) or stop (spin down) a SCSI disk depending on the
31 given command line options.
32
34 The exit status of this script is 0 when it is successful. Otherwise
35 the exit status is that of the last sg_start utility called. See the
36 sg3_utils(8) man page.
37
39 Written by D. Gilbert
40
42 Copyright © 2009-2013 Douglas Gilbert
43 This software is distributed under a FreeBSD license. There is NO war‐
44 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
45 POSE.
46
48 sg_start (sg3_utils)
49
50
51
52sg3_utils-1.36 May 2013 SCSI_STOP(8)