Managing Systems and Workgroups: A Guide for HP-UX System Administrators

Administering a System: Booting and Shutdown
Booting Systems
Chapter 5 511
all off partial partial off
SELFTESTS off yes on off
early_cpu off yes on off
late_cpu off yes on off
FASTBOOT off yes on off
full_memory off yes on off
PDH off yes on off
CEC off no off off
Now, let’s change the previous to set the normal boot to do only the
late_cpu and the full_memory tests, skipping the slower early_cpu
tests and the PDH tests:
# setboot -t late_cpu=on -t full_memory=on -v
Primary bootpath : 10/0.0.0
Alternate bootpath : 10/12/5.0.0
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all partial partial partial partial
SELFTESTS partial yes on partial
early_cpu off yes on off
late_cpu on yes on on
FASTBOOT partial yes on partial
full_memory on yes on on
PDH off yes on off
CEC off no off off
Finally, let’s set up the next boot to test everything, and then test only
late_cpu on subsequent boots.
# setboot -t full_memory=off -T all=on -v
Primary bootpath : 10/0.0.0
Alternate bootpath : 10/12/5.0.0
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all partial partial partial partial
SELFTESTS partial yes on on
early_cpu off yes on on
late_cpu on yes on on
FASTBOOT partial yes on on