diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-12 13:17:23 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-12 13:17:23 +0100 |
commit | 9923ff145022a346612ceac7c6534b33814376f6 (patch) | |
tree | 8ed5080e8b5fc5e614c8cf24895ced6321f531fd /extras/dasd_id/dasd_id.8 | |
parent | 50e3e2b0df91cd81ba20ddd2f35030cc6a877c70 (diff) |
delete dasd_id, it moved to s390-tools
These s390-tools-1.6.0 (applicable for the "October 2005 stream") replace s390-tools-1.5.4.
New tools:
* tape390_crypt: Tool to control and query crypto settings for 3592 zSeries tape devices.
* mon_fsstatd: Daemon that writes filesystem utilization data to the z/VM monitor stream.
* dumpconf: Allows to configure the dump device used for system dump in case a kernel panic occurs.
* dasdinfo: Display unique DASD ID, either uid or volser.
* 59-dasd.rules: udev rules for unique DASD device nodes created in /dev/disk/.
http://www.ibm.com/developerworks/linux/linux390/s390-tools-1.6.0.html
Diffstat (limited to 'extras/dasd_id/dasd_id.8')
-rw-r--r-- | extras/dasd_id/dasd_id.8 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extras/dasd_id/dasd_id.8 b/extras/dasd_id/dasd_id.8 deleted file mode 100644 index 3c38eacf27..0000000000 --- a/extras/dasd_id/dasd_id.8 +++ /dev/null @@ -1,28 +0,0 @@ -.TH DASD_ID 8 "November 2005" "" "Linux Administrator's Manual" -.SH NAME -dasd_id \- udev callout to read label from s390 block device -.SH SYNOPSIS -.BI dasd_id -[\fI--export\fP] \fIblockdevice\fP -.SH "DESCRIPTION" -.B dasd_id -is normally called from a udev rule, to provide udev with a unique string and -additional information (type, serial) for an S390 drive. Udev can use this -information to create symlinks in /dev/disk/by-id and /dev/disk/by-label -to the real device node. -.SH USAGE -.B dasd_id -opens the blockdevice node specified at the commandline and prints the -information chosen by the options. -.SH OPTIONS -The following commandline switches are supported to specify what dasd_id -should print: -.TP -.BI --export -print all values (instead of only the serial) -.RE -.SH SEE ALSO -.BR udev (7) -.SH AUTHORS -Developed by Arnd Bergmann <arnd@arndb.de> and Kay Sievers <kay.sievers@vrfy.org>. - |