Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Installing and Managing HP-UX Virtual Partitions (vPars) > Chapter 3 Managing Virtual Partitions

Monitor Crash Dump

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

If a virtual partition crashes, a vPars monitor dump is created in addition to the kernel dump.

If the monitor panics, a monitor dump is created, but no kernel dumps are created.

Please contact your HP Support Representative for help on monitor and kernel crash dump analysis.

Directory Location and Filenames

When a virtual partition crashes, the monitor dump file is initially written to a pre-existing file /stand/vpmon.dmp.

Subsequently, when the virtual partition boots, the following files are created in /var/adm/crash/vpar (where n is a number representing the nth occurrence of a dump):

vpmon.ncopy of the executable image of the monitor at the time of the dump
vpmon.dmp.ncopy of the monitor dump file
summary.nan analysis of the crash including PIM info for each processor

NOTE: /stand/vpmon.dmp is a special file. Do not delete, move, rename, or modify this file. If you need to look at the contents of the monitor dump file, use the vpmon.dmp.n file located in /var/adm/crash/vpar.

Monitor Dump Analysis Tool

Because the vPars monitor is not a HP-UX kernel, you cannot use a kernel dump analysis tool to examine a monitor dump file. Contact your HP Support Representative to analyze the monitor dump file.

NOTE:

TOC and Kernel Dumps: If a TOC (transfer of control) for the entire hard partition is generated either through a Ctrl-B TC command or by an OS of a virtual partition, a kernel dump will not automatically be saved to /var/adm/crash for those partitions that have not previously had a kernel dump occur. You can save their dumps to /var/adm/crash by performing the following on each of those virtual partitions:

  1. Obtain of list of dump devices, noting the DEVICE and OFFSET information:

    # crashconf -v
    DEVICE OFFSET(kB) SIZE(kB) LOGICAL VOL. NAME
    -------------- ---------- --------- ------------- --------------
    31:0X022000 314208 4194304 64:0X000002 /dev/vg00/lvol2

    The DEVICE is 31:0X022000, and the OFFSET is 314208.

  2. Map the minor number from the DEVICE information to a device file:

    # ls -l /dev/dsk | grep "022000"
    brw-r----- 1 bin sys 31 0x022000 Oct 13 2001 c2t2d0

    The corresponding device file is /dev/dsk/c2t2d0.

  3. Using the OFFSET information and the device file, save the dump to /var/adm/crash:

    # savecrash -r -f -D /dev/dsk/c2t2d0 -O 314208

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2002 Hewlett-Packard Development Company, L.P.