mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Hyphens are converted by groff to a different unicode character leading to failing command execution of copy-pasted options or examples. Ensure that all hyphens are properly escaped. Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
82 lines
1.6 KiB
Groff
82 lines
1.6 KiB
Groff
.\" Copyright 2017 IBM Corp.
|
|
.\" s390-tools is free software; you can redistribute it and/or modify
|
|
.\" it under the terms of the MIT license. See LICENSE for details.
|
|
.\"
|
|
.TH LSDASD 8 "Apr 2006" "s390-tools"
|
|
|
|
.SH NAME
|
|
lsdasd \- list channel attached direct access storage devices (DASD).
|
|
|
|
.SH SYNOPSIS
|
|
.TP 8
|
|
.B lsdasd
|
|
.RB [ \-h ]
|
|
.TP 8
|
|
.B lsdasd
|
|
.RB [ \-a ]
|
|
.RB [ \-b ]
|
|
.RB [ \-s ]
|
|
.RB [ \-v ]
|
|
.RB [ \-l ]
|
|
.RB [ \-c ]
|
|
.RB [ \-u ]
|
|
.RB [ \-\-version ]
|
|
.RI [ <bus\-ID> " [" <bus\-ID> "] ...]]"
|
|
|
|
.SH DESCRIPTION
|
|
The lsdasd command provides an overview of available DASD devices.
|
|
|
|
.SH OPTIONS
|
|
.TP 8
|
|
.BR \-h | \-\-help
|
|
Print help text.
|
|
.TP
|
|
.BR \-s | \-\-short
|
|
Suppresses leading "0.0." for bus IDs.
|
|
.TP
|
|
.BR \-a | \-\-offline
|
|
Include all (offline) devices.
|
|
.TP
|
|
.BR \-b | \-\-base
|
|
Include only base devices.
|
|
.TP
|
|
.BR \-c | \-\-compat
|
|
Old output of lsdasd for compatibility.
|
|
.TP
|
|
.BR \-l | \-\-long
|
|
Extended output of lsdasd including UID and attributes.
|
|
.TP
|
|
.BR \-u | \-\-uid
|
|
Output includes and is sorted by UID.
|
|
.TP
|
|
.BR \-H | \-\-host\-acces
|
|
Show information about all hosts using this device.
|
|
.TP
|
|
.BR \-v | \-\-verbose
|
|
Only for compatibility (and maybe future) use. This option currently does
|
|
nothing.
|
|
.TP
|
|
\fB\-\-version\fR
|
|
Print the version of the s390-tools package and the command.
|
|
.TP
|
|
\fB<bus\-ID>\fR =
|
|
Bus ID of the device(s) that should be displayed.
|
|
|
|
.SH EXAMPLES
|
|
\fBlsdasd\fR
|
|
.RS
|
|
List all devices that are online.
|
|
.RE
|
|
|
|
\fBlsdasd\fR 0.0.0193 0.0.0195
|
|
.RS
|
|
Same as above but will only show data for the given devices (if online).
|
|
.RE
|
|
|
|
.SH AUTHOR
|
|
.nf
|
|
This man-page was written by Stefan Bader <shbader@de.ibm.com>.
|
|
.fi
|
|
.SH "SEE ALSO"
|
|
.BR lscss (8)
|