From a2f8b19c2a18b61768a92972ec058bd2f5fc3934 Mon Sep 17 00:00:00 2001 From: Mikhail Zaslonko Date: Tue, 13 Feb 2024 12:13:38 +0100 Subject: [PATCH] dumpconf: Update the man page and etc/sysconfig/dumpconf template Update dumpconf man page with list-directed ECKD dump information (new attributes and configuration example for ECKD LDIPL dump). Update etc/sysconfig/dumpconf with list-directed ECKD dump configuration example. Signed-off-by: Mikhail Zaslonko Reviewed-by: Alexander Egorenkov Signed-off-by: Steffen Eiden --- etc/sysconfig/dumpconf | 9 +++++++++ man/dumpconf.8 | 24 +++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/etc/sysconfig/dumpconf b/etc/sysconfig/dumpconf index 51c5be84..77a839fd 100644 --- a/etc/sysconfig/dumpconf +++ b/etc/sysconfig/dumpconf @@ -28,6 +28,15 @@ # DEVICE=0.0.4e13 # DELAY_MINUTES=5 +# +# Dump on ECKD device (DASD) +# +#ON_PANIC=dump +#DUMP_TYPE=eckd +#DEVICE=0.0.1004 +#BOOTPROG=0 +#BR_CHR=auto + # # Dump on fcp device (SCSI Disk) # diff --git a/man/dumpconf.8 b/man/dumpconf.8 index fad45c43..bad5e1d8 100644 --- a/man/dumpconf.8 +++ b/man/dumpconf.8 @@ -45,7 +45,7 @@ vmcmd: Trigger CP command according to the 'VMCMD_X' configuration in .TP \fB - DUMP_TYPE:\fR -Type of dump device. Possible values are 'ccw', 'fcp' and 'nvme'. +Type of dump device. Possible values are 'ccw', 'eckd', 'fcp' and 'nvme'. .TP \fB - DEVICE:\fR @@ -71,6 +71,11 @@ Namespace ID for NVMe dump device. \fB - BOOTPROG:\fR Boot program selector. +.TP +\fB - BR_CHR:\fR +Boot record location in "C,H,R" format (comma separated values for +Cylinder, Head and Record) or "auto". + .TP \fB - BR_LBA:\fR Boot record logical block address. @@ -146,6 +151,23 @@ DEVICE=0.0.1234 DELAY_MINUTES=5 .br +# +.br +# Example configuration for an ECKD dump device (DASD) +.br +# +.br +ON_PANIC=dump +.br +DUMP_TYPE=eckd +.br +DEVICE=0.0.1004 +.br +BOOTPROG=0 +.br +BR_CHR=auto +.br + # .br # Example configuration for an FCP dump device (SCSI Disk)