HP-UX 11i Version 1.5 Release Notes, September 2001
HP-UX Features
HP-UX Kernel Configuration Commands
Chapter 342
kernel is linked. This ID is used to uniquely associate distributed
kernel files on disk with a specific kernel image. Kernel registry
services (KRS) uses the generated KIS to identify its initialization
files associated with a kernel at boot-up. DLKM uses the KIS to
identify the location of the symtab file at boot-up, and to initialize the
module load path associated with the running kernel.
New or Changed Kernel Configuration Command
Options or Features
config (1M) and mk_kernel (1M)
• No change to the command line.
• Configuration of BTL modules is supported.
• config (1M) generates the Kernel ID string (KIS) to associate all
kernel components to a specific main kernel file.
• config (1M) generates module registration information and
kernel-specific persistent information in KRS format.
• The kernel component set goes beyond the main kernel file and the
DLKM directory. The KRS file described above is generated.
• The DLKM directory is re-named /stand/dlkm.KIS (link to old
/stand/dlkm is maintained for backward compatibility)
kmadmin (1M)
• New option (-b) is added to set the Configured Loading Phase of a
registered module.
• Configured Loading Phase is now kept in KRS, and you can get/set it
using kmadmin to one of the following phases:
— BOOT1
— BOOT2
— INIT
— AUTO
The /etc/loadmods file is supported only for backward compatibility,
and can only be used to set Configured Loading Phase to INIT. Users
should migrate to kmadmin interface.