HP XC System Software Administration Guide Version 4.0

Table Of Contents
rpm -ihv RPM
where RPM indicates the RPMs that need to be installed.
3. Distribute the software to the appropriate nodes in the HP XC system. See Chapter 11
(page 141) for more information.
4. If you have configured the kdump service, reboot all nodes except the head node to activate
kdump.
During configuration with the nconfig and cconfig scripts, kdump updates the /boot/
grub/grub.conf file to specify the crashkernel parameter. The node must be rebooted
for the change to take effect. The /etc/init.d/kdump service will not make the dump
initrd unless the current running kernel was booted with crashkernel configured.
7.10.4 Configuring the kdump Facility
During the initial kdump configuration on a node, the cluster_config utility edits the /boot/
grub/grub.conf file with the following line to reserve the memory area in the kernel and
specify the location where this reserved memory begins:
crashkernel=128M@16M
IMPORTANT: You must reboot each node after the initial kdump configuration to ensure that
the facility is enabled.
7.10.5 Obtaining the Kernel Dump
When a node configured for the kdump mechanism experiences a kernel crash, the node's crash
dump information is gathered and written to the kdump server side, which is an nfs-exported
file system.
The mount point for the location for kernel dumps is determined when the HP XC System
Software is configured with the cluster_config utility. The suggested location is /dumps.
7.10.6 Using the Crash Utility to Analyze a Kernel Dump File
You can use the crash utility to examine a kernel dump file, but you must log in as superuser
(root).
Enter the following command like the following example to analyze a kernel dump file:
# crash vmlinux dumpfile
where:
vmlinux
The name of the statically-linked uncompressed kernel image. Its location is
/usr/lib/debug/lib/modules/*rev-number/vmlinux.
dumpfile The name of uncompressed kernel core dump obtained by the kdump utility is
vmcore, located in the designated directory for kernel dump files.
Usually, the command line is as follows:
# crash /usr/lib/debug/lib/modules/*rev-number/vmlinux /dumps/vmcore
For more information, see crash(8).
7.10.7 Using the Crash Utility to Analyze a Live System
You must log in as superuser (root) to analyze a system while it is running.
Use the following command to start the crash utility:
# crash vmlinux
where:
7.10 The kdump Mechanism and the crash Utility 103