MIPS: ralink: add MT7628 EPHY LEDs pinmux support
[linux-2.6-block.git] / Documentation / s390 / zfcpdump.txt
CommitLineData
7d4c738c 1The s390 SCSI dump tool (zfcpdump)
411ed322
MH
2
3System z machines (z900 or higher) provide hardware support for creating system
4dumps on SCSI disks. The dump process is initiated by booting a dump tool, which
5has to create a dump of the current (probably crashed) Linux image. In order to
6not overwrite memory of the crashed Linux with data of the dump tool, the
7d4c738c 7hardware saves some memory plus the register sets of the boot CPU before the
411ed322
MH
8dump tool is loaded. There exists an SCLP hardware interface to obtain the saved
9memory afterwards. Currently 32 MB are saved.
10
11This zfcpdump implementation consists of a Linux dump kernel together with
7d4c738c 12a user space dump tool, which are loaded together into the saved memory region
411ed322
MH
13below 32 MB. zfcpdump is installed on a SCSI disk using zipl (as contained in
14the s390-tools package) to make the device bootable. The operator of a Linux
15system can then trigger a SCSI dump by booting the SCSI disk, where zfcpdump
16resides on.
17
ffa52d02
MS
18The user space dump tool accesses the memory of the crashed system by means
19of the /proc/vmcore interface. This interface exports the crashed system's
20memory and registers in ELF core dump format. To access the memory which has
21been saved by the hardware SCLP requests will be created at the time the data
22is needed by /proc/vmcore. The tail part of the crashed systems memory which
23has not been stashed by hardware can just be copied from real memory.
24
25To build a dump enabled kernel the kernel config option CONFIG_CRASH_DUMP
26has to be set.
411ed322 27
7d4c738c 28To get a valid zfcpdump kernel configuration use "make zfcpdump_defconfig".
411ed322 29
7d4c738c
MH
30The s390 zipl tool looks for the zfcpdump kernel and optional initrd/initramfs
31under the following locations:
411ed322 32
7d4c738c
MH
33* kernel: <zfcpdump directory>/zfcpdump.image
34* ramdisk: <zfcpdump directory>/zfcpdump.rd
411ed322 35
7d4c738c 36The zfcpdump directory is defined in the s390-tools package.
411ed322 37
7d4c738c
MH
38The user space application of zfcpdump can reside in an intitramfs or an
39initrd. It can also be included in a built-in kernel initramfs. The application
40reads from /proc/vmcore or zcore/mem and writes the system dump to a SCSI disk.
411ed322 41
7d4c738c
MH
42The s390-tools package version 1.24.0 and above builds an external zfcpdump
43initramfs with a user space application that writes the dump to a SCSI
44partition.
411ed322
MH
45
46For more information on how to use zfcpdump refer to the s390 'Using the Dump
47Tools book', which is available from
48http://www.ibm.com/developerworks/linux/linux390.