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.
Example
Note: 


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

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