1SCSI_START(8) SG3_UTILS SCSI_START(8)
2
3
4
6 scsi_start - start one or more SCSI disks
7
9 scsi_start [--help] [--verbose] [--wait] DEVICE [DEVICE]*
10
12 This bourne shell script calls the sg_start utility on each given
13 DEVICE. The purpose is to spin up (start) 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 up (start) on each given DEVICE to complete.
26 The default action is to do each start in immediate mode.
27
29 If a large number of disks are spun up at the same time (i.e. without
30 the --wait option) then the power supply may be overloaded.
31
33 The exit status of this script is 0 when it is successful. Otherwise
34 the exit status is that of the last sg_start utility called. See the
35 sg3_utils(8) man page.
36
38 Written by D. Gilbert
39
41 Copyright © 2009 Douglas Gilbert
42 This software is distributed under a FreeBSD license. There is NO war‐
43 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
44 POSE.
45
47 sg_start (sg3_utils)
48
49
50
51sg3_utils-1.28 August 2009 SCSI_START(8)