1SCSI_START(8)                      SG3_UTILS                     SCSI_START(8)
2
3
4

NAME

6       scsi_start - start one or more SCSI disks
7

SYNOPSIS

9       scsi_start [--help] [--verbose] [--wait] DEVICE [DEVICE]*
10

DESCRIPTION

12       This bash shell script calls the sg_start utility on each given DEVICE.
13       The purpose is to spin up (start) each given DEVICE.
14

OPTIONS

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

NOTES

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

EXIT STATUS

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

AUTHORS

38       Written by D. Gilbert
39
41       Copyright © 2009-2013 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

SEE ALSO

47       sg_start (sg3_utils)
48
49
50
51sg3_utils-1.36                     May 2013                      SCSI_START(8)
Impressum