Booting and Shutdown in HP-UX Release 11i Version 1.5

Booting and Shutdown in HP-UX Release 11i Version 1.5
Using HP-UX Commands to Configure Dump Devices into the HP-UX Release 11i
Version 1.5 Kernel
Chapter 110
To use logical volumes for dump devices (regardless of how many logical
volumes you want to use), include the following dump statement in the
system file:
dump lvol
Configuring No
Dump Devices
To configure a kernel with no dump device, use the following dump
statement in the system file:
dump none
NOTE If you truly want no dump device to be configured into the kernel, you
must use the above statement (dump none). Omitting dump statements
altogether from the system file will result in a kernel that uses the
primary paging device (swap device) as the dump device.
Step 2. Once you have edited the system file, build a new kernel file using the
mk_kernel command (see “Steps to Perform Whole Kernel Configuration
Using HP-UX Commands” in the white paper Reconfiguring the Kernel
in HP-UX Release 11i Version 1.5 for details on how to do this).
Step 3. Perform a kernel update using the kmupdate command (see “Steps to
Perform Whole Kernel Configuration Using HP-UX Commands” in the
white paper Reconfiguring the Kernel in HP-UX Release 11i Version 1.5
for details on how to do this)
Step 4. Reboot your system to activate your new dump device definitions.