Installing the multi-volume DASD dump tool
This example shows how to perform the dump process on two partitions, /dev/dasdc1 and /dev/dasdd1, which reside on ECKD™ volumes /dev/dasdc and /dev/dasdd.
About this task
Assume that the corresponding device bus-IDs (as displayed by lsdasd) are 0.0.4711 and 0.1.4712.
Procedure
Results
# zgetdump -d /dev/dasdc
Dump device info:
Dump tool.........: Multi-volume DASD dump tool
Version...........: 2
Architecture......: s390x (64 bit)
Dump size limit...: none
Force specified...: no
Volume 0: 0.0.4711 (online/valid)
Volume 1: 0.1.4712 (online/valid)
During zipl processing both partitions were earmarked for dump with a valid dump signature. The dump signature ceases to be valid when data other than dump data is written to the partition. For example, writing a file system to the partition overwrites the dump signature. Before writing memory to a partition, the dump tool checks the partition's signature and exits if the signature is invalid. Thus any data inadvertently written to the partition is protected.
You can circumvent this protection, for example, if you want to use a swap space partition for dumping, by using the zipl command with the --force option. This option inhibits the dump signature check, and any data on the device is overwritten. Exercise great caution when using the force option.
The zipl command also takes a size specification, see Obtaining a dump with limited size.