~ubuntu-branches/ubuntu/oneiric/sg3-utils/oneiric

« back to all changes in this revision

Viewing changes to doc/scsi_stop.8

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-11-05 20:42:13 UTC
  • mfrom: (5.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091105204213-ug7wrb6m7l9kmvyg
Tags: 1.28-2
* QA upload.
* Add libsgutils2-2.symbols.kfreebsd. Some of the symbols are Linux
  specific causing FTBFS on kfreebsd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH SCSI_STOP "8" "August 2009" "sg3_utils\-1.28" SG3_UTILS
 
2
.SH NAME
 
3
scsi_stop \- stop (spin down) one or more SCSI disks
 
4
.SH SYNOPSIS
 
5
.B scsi_stop
 
6
[\fI\-\-help\fR] [\fI\-\-verbose\fR] [\fI\-\-wait\fR]
 
7
\fIDEVICE\fR [\fIDEVICE\fR]*
 
8
.SH DESCRIPTION
 
9
.\" Add any additional description here
 
10
.PP
 
11
This bourne shell script calls the sg_start utility on each given
 
12
\fIDEVICE\fR. The purpose is to spin down (stop) each given \fIDEVICE\fR.
 
13
.SH OPTIONS
 
14
Arguments to long options are mandatory for short options as well.
 
15
.TP
 
16
\fB\-h\fR, \fB\-\-help\fR
 
17
print out the usage message then exit.
 
18
.TP
 
19
\fB\-v\fR, \fB\-\-verbose\fR
 
20
increase level or verbosity.
 
21
.TP
 
22
\fB\-w\fR, \fB\-\-wait\fR
 
23
wait for the spin down (stop) on each given \fIDEVICE\fR to complete.
 
24
The default action is to do each stop in immediate mode.
 
25
.SH NOTES
 
26
The sg_start utility calls the SCSI START STOP UNIT command and can
 
27
either start (spin up) or stop (spin down) a SCSI disk depending
 
28
on the given command line options.
 
29
.SH EXIT STATUS
 
30
The exit status of this script is 0 when it is successful. Otherwise the
 
31
exit status is that of the last sg_start utility called. See
 
32
the sg3_utils(8) man page.
 
33
.SH AUTHORS
 
34
Written by D. Gilbert
 
35
.SH COPYRIGHT
 
36
Copyright \(co 2009 Douglas Gilbert
 
37
.br
 
38
This software is distributed under a FreeBSD license. There is NO
 
39
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
40
.SH "SEE ALSO"
 
41
.B sg_start (sg3_utils)