-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetdasd.man
50 lines (48 loc) · 1.36 KB
/
setdasd.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH "setdasd" "8" "Thu Nov 5 2015" "md_monitor 6.6"
.de bu
.IP \(bu
..
.SH NAME
setdasd \- set or unset DASD device flags
.SH SYNOPSIS
.B setdasd
[\fI-t \fB0|1\fR|\fI--timeout=\fB0|1\fR]
[\fI-q \fB0|1\fR|\fI--quiesce=\fB0|1\fR]
[\fI-d \fBdevnode\fR|\fI--device=\fBdevnode\fR]
[\fI-s \fBdevpath\fR|\fI--sysfs=\fBdevpath\fR]
[\fI-p \fBprio\fR|\fI--log-priority=\fBprio\fR]
[\fI-v\fR|\fI--verbose\fR]
[\fI-h\fR|\fI--help\fR]
.SH DESCRIPTION
.PP
\fBsetdasd\fR is a program for setting or unsetting the internal DASD
device flags via ioctl. It currently supports setting the 'ABORTIO'
flag via 'BIODASDABORTIO' and 'BIODASDALLOWIO' ioctls, and setting
the 'QUIESCE' flag via 'BIODASDQUIESCE' and 'BIODASDRESUME' ioctls.
.SH OPTIONS
.PP
\fBsetdasd\fR recognizes the following command-line options:
.TP
\fI-t \fB0|1\fR, \fI--timeout=\fB0|1\fR
Set or unset the 'ABORTIO' flag.
.TP
\fI-q \fB0|1\fR, \fI--quiesce=\fB0|1\fR
Set or unset the 'QUIESCE' flag.
.TP
\fI-d \fIdevnode\fR, \fI--device=\fBdevnode\fR
Use the device specified by device node \fBdevnode\fR.
.TP
\fI-s \fIdevpath\fR, \fI--sysfs=\fBdevpath\fR
Use the device specified by sysfs path \fBdevpath\fR.
.TP
\fI-h\fR, \fI--help\fR
Display setdasd usage information.
.TP
\fI-p \fBprio\fR, \fI--log-priority=\fBprio\fR
Set logging priority to \fBprio\fR.
.TP
\fI-v\fR, \fI--verbose\fR
Increase logging priority
.SH SEE ALSO
.IR
md_monitor(8)