mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
This commit is based on the s390-tools-1.39.0 version. Changes on top of s390-tools-1.39.0: - Add MIT license to all source files - Add LICENSE file - Transform REAMDE to README.md (markdown) - Add AUTHORS.md file - Add CONTRIBUTING.md file - Move changelog from README to CHANGELOG.md file Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.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)
|