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

Configuring a System
Reconfiguring the Kernel (HP-UX 11i Version 2)
Chapter 3378
...while making a change with a kc*
command
add -C "
comment
" to the change command
...without making a configuration change kclog -C "
comment
"
View the last
n
entries in the log (default is
1)...
kclog
n
...counting only changes to a configuration -c
configname
...counting only changes of a particular type -t module|tunable|device
...counting only changes to a particular item -n
modulename
|
tunablename
|
hwpath
...counting only log entries containing a
string
-f "
string
"
Table 3-26 Working with the Kernel Configuration Log File (Continued)
Table 3-27 Kernel Configuration File Locations
Saved configurations are stored in... /stand/
configname
Kernel executable is at... /stand/
configname
/vmunix
System file is at... /stand/
configname
/system
Currently running configuration is in... /stand/current
Kernel executable is at... /stand/current/vmunix
System file is at... /stand/current/system
Note: Never manipulate directly any of the files in a kernel configuration directory, except
the system file. Always use the kc* commands.