Import version 1.8.3
[s390-tools.git] / zconf / lsdasd.8
blobf37c9576707b2ca38fd5d3aeab19b84a96e2c47b
1 .TH LSDASD 8 "Apr 2006" "s390-tools"
3 .SH NAME
4 lsdasd \- list channel attached direct access storage devices (DASD).
6 .SH SYNOPSIS
7 .TP 8
8 .B lsdasd
9 .RB [ -h ]
10 .TP 8
11 .B lsdasd
12 .RB [ -a ]
13 .RB [ -s ]
14 .RB [ -v ]
15 .RB [ -l ]
16 .RB [ -c ]
17 .RB [ -u ]
18 .RB [ --version ]
19 .RI [ <bus-ID> " [" <bus-ID> "] ...]]"
21 .SH DESCRIPTION
22 The lsdasd command provides an overview of available DASD devices. 
24 .SH OPTIONS
25 .TP 8
26 .BR -h | --help
27 Print help text.
28 .TP
29 .BR -s | --short
30 Supresses leading "0.0." for bus IDs.
31 .TP
32 .BR -a | --offline
33 Include all (offline) devices.
34 .TP
35 .BR -c | --compat
36 Old output of lsdasd for compatibility.
37 .TP
38 .BR -l | --long
39 Extended output of lsdasd including UID and attributes.
40 .TP
41 .BR -u | --uid
42 Output includes and is sorted by UID.
43 .TP
44 .BR -v | --verbose
45 Only for compatibility (and maybe future) use. This option currently does
46 nothing.
47 .TP
48 \fB--version\fR
49 Print the version of the s390-tools package and the command.
50 .TP
51 \fB<bus-ID>\fR =
52 Bus ID of the device(s) that should be displayed.
54 .SH EXAMPLES
55 \fBlsdasd\fR
56 .RS
57 List all devices that are online.
58 .RE
60 \fBlsdasd\fR 0.0.0193 0.0.0195
61 .RS
62 Same as above but will only show data for the given devices (if online).
63 .RE
65 .SH AUTHOR
66 .nf
67 This man-page was written by Stefan Bader <shbader@de.ibm.com>.
68 .fi