Files
s390-tools/ziomon/ziorep_config.8
Michael Holzheu b627b8d8e1 Initial s390-tools-2.0.0 import
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>
2017-08-21 10:55:40 +02:00

125 lines
3.8 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 ZIOREP_CONFIG 8 "Oct 2008" "s390-tools"
.SH NAME
ziorep_config \- Configuration report for the ziomon framework.
.SH SYNOPSIS
.B ziorep_config
[\-h] [\-v] [\-t] [\-i <source>] [\-a <adapter>]
[\-p <port>] [\-l <lun>] [\-s <host>] [\-d <dev>] [\-m <dev>]
[\-A] [\-D] [\-M] [\-I]
.SH DESCRIPTION
.B ziorep_config
The ziorep_config report is a multi purpose utility serving a variety of requirements.
The purpose of this report is to visualize the SCSI-, FCP- and multipath-configuration of the entire system.
Depending on the current point of interest this information is delivered from different angles,
controlled by command-line switches and described in more detail in the example section.
The report is not only usable on a pre-processed configuration file or configuration directory-tree
but also on the live system. All parameters have to specified in their full extent,
``short-versions'' (e.g. 3c07 as subchannel-ID) are not allowed.
Hexadecimal values have to be specified with a leading ``0x'' and have to be lowercase always.
In addition all WWPNs and LUNs have to be specified as a 16-digit hex-value, leading and trailing zeros
are vital and have to be part of the number.
.SH OPTIONS
.TP
.BR "\-h" " or " "\-\-help"
Print help information, then exit.
.TP
.BR "\-v" " or " "\-\-version"
Print version information, then exit.
.TP
.BR "\-t" " or " "\-\-topline"
print a header for column description
the default is to print no header which is useful if the results
are imported by another application.
.br
e.g. ziorep_config -D -t
.TP
.BR "\-i" " or " "\-\-input" " <src-file | src-dir>"
specify a directory or configuration file as source
instead of working on the current live-system.
.br
e.g. ziorep_config -i config.cfg
.TP
.BR "\-a" " or " "\-\-adapter" " <BUS-ID>"
limit the output to the list of adapters specified
.br
e.g. ziorep_config -a 0.0.3c07 -a 0.0.3d07
.TP
.BR "\-p" " or " "\-\-port" " <port-WWPN>"
limit the output to the list of remote-ports specified
.br
e.g. ziorep_config -D -p 0x5005123456789000 -p 0x5005123456789001
.TP
.BR "\-l" " or " "\-\-lun" " <LUN>"
limit the output to the list of LUNs specified
.br
e.g. ziorep_config -D -l 0x401040a600000000 -l 0x401040a700000000
.TP
.BR "\-s" " or " "\-\-scsi" " <shost>"
limit the output to the list SCSI hosts specified
.br
e.g. ziorep_config -D --scsi host0 -s host5
.TP
.BR "\-d" " or " "\-\-device" " <sdev>"
limit the output to the list of SCSI devices specified
.br
e.g. ziorep_config -D --device sda -d sde
.TP
.BR "\-m" " or " "\-\-mdev" " <mdev>"
limit the output to the list of multipath devices specified
.br
e.g. ziorep_config -M -m 36005076303ffc56200000000000010a6
.TP
.BR "\-A" " or " "\-\-Adapter"
print the adapter report, this is the default.
.TP
.BR "\-D" " or " "\-\-Device"
print the device report
.TP
.BR "\-M" " or " "\-\-Map"
print the multipath, mapper report
.TP
.BR "\-I" " or " "\-\-Internal"
prints an assembly of data used as input for a variety of reports
.SH EXAMPLES
The following example shows how to trigger the ``device report'', limiting the output to
the two adapters 0.0.3c07 and 0.0.3d07 with an enabled ``topline'' (table header).
ziorep_config -D -t -a 0.0.3c07 -a 0.0.3d07
The limiting parameters (-a, -p, -l, -d, -s, -m) can be used in two ways.
First to provide the values as a comma separated list or by specifying the switch multiple times.
A combination of both is valid as well.
To trigger the "mapper report" and limiting the output to the SCSI devices sda, sde and sdf
the command-line would look like this
ziorep_config -M -d sda -d sde -d sdf
.SH "SEE ALSO"
.BR ziomon (8),
.BR ziomon_util (8),
.BR ziomon_zfcpdd (8)
.BR ziomon_fcpconf (8)