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

Configuring a System
Reconfiguring the Kernel (HP-UX 11i Version 2)
Chapter 3 377
...apply change to saved configuration -c
configname
...create user-defined tunable -u
Table 3-24 Working with Tunables (Continued)
Table 3-25 Working with Kernel Modules
List modules and their states... kcmodule [
module
] ...
...verbose output -v
...only modules with changes held for next
boot
-D
...include required modules -a
...in a saved configuration -c
configname
Add a module to the configuration...
...in default state kcmodule
module
=best
...statically bound into the kernel
executable
kcmodule
module
=static
...dynamically loaded, now and at each boot kcmodule
module
=loaded
...auto-loaded at first use kcmodule
module
=auto
Remove a module from the configuration... kcmodule
module
=unused
...Hold change until next boot -h
...Apply change to saved configuration -c
configname
Table 3-26 Working with the Kernel Configuration Log File
Note: The log file is located at /var/adm/kc.log. The kc* commands add a log entry for
every change.
Add a comment to the log file...