ZIOREP_CONFIG(8) | System Manager's Manual | ZIOREP_CONFIG(8) |
ziorep_config - Configuration report for the ziomon framework.
ziorep_config [-h] [-v] [-t] [-i <source>] [-a <adapter>] [-p <port>] [-l <lun>] [-s <host>] [-d <dev>] [-m <dev>] [-A] [-D] [-M] [-I]
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.
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
ziomon(8), ziomon_util(8), ziomon_zfcpdd(8) ziomon_fcpconf(8)
Oct 2008 | s390-tools |