vmur - Receive dumps from the z/VM reader

The vmur command can receive a VMDUMP file from the z/VM® reader and convert it into a file that can be analyzed with crash.

Issue a command of the following form:
# vmur receive -c <spool ID> <dump file name>

Parameters

<spool ID>
specifies the VMDUMP file spool ID.
<dump file name>
specifies the name of the output file to receive the reader spool file's data.
For more details, see the vmur man page and Device Drivers, Features, and Commands on SUSE Linux Enterprise Server 12 SP3, SC34-2745

Example

Note: Start of change
The vmur commands access the reader device, which has to be online. To set it online, it might need to be freed from cio_ignore. Example:
# cio_ignore -r c
# chccwdev -e c
Setting device 0.0.000c online
Done
End of change
To receive and convert a VMDUMP spool file with spool ID 463 to a file named dump.lkcd on the Linux file system in the current working directory:
# vmur rec -c 463 dump.lkcd