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)