Preparing a multi-volume dump on ECKD DASD
Use zipl with the -M (--mvdump) command-line option or with the mvdump= configuration-file option to prepare a multi-volume dump on ECKD DASD.
To prepare a set of DASD devices for a multi-volume dump, you must specify:
- -M <dump_device_list>
- specifies a file that contains the device nodes of the dump partitions, separated by one or more line feed characters (0x0a). zipl writes a dump signature to each involved partition and installs the stand-alone multi-volume dump tool on each involved volume. Duplicate partitions are not allowed. A maximum of 32 partitions can be listed. The volumes must be formatted with cdl and use block size 4096.
- -f or --force
- to force that no signature checking takes place when dumping. Any data on all involved partitions is overwritten without warning.
- -n
- to suppress confirmation prompts to allow unattended processing (for example, from a script). This option is available on the command line only.
- <size>
- for the amount of memory to be dumped. The value is a decimal
number that can optionally be suffixed with K for kilobytes, M for
megabytes, or G for gigabytes. The value is rounded to the next megabyte
boundary.
If you limit the dump size below the amount of memory that is used by the system to be dumped, the resulting dump is incomplete.
DASD or tape dump devices are not formatted with a file system so no target directory can be specified. See Using the Dump Tools, SC33-8412 for details about processing these dumps.
Figure 1 summarizes how to specify a multi-volume DASD dump configuration in a configuration file.
Example
The following command prepares two DASD partitions /dev/dasdc1, /dev/dasdd1 for a multi-volume dump and suppresses confirmation prompts that require an operator response:
# zipl -M mvdump.conf -n
/dev/dasdc1
/dev/dasdd1
[multi_volume_dump]
mvdump=mvdump.conf
There is no configuration file equivalent for option -n. To use this option for a multi-volume DASD dump configuration in a configuration file, it must be specified with the zipl command that processes the configuration.
/etc/myxmp.conf
: # zipl -c /etc/myxmp.conf multi_volume_dump -n