Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX System Administrator's Guide: Configuration Management: HP-UX 11i Version 3 > Chapter 10 Configuring the Kernel

Transition from Previous HP-UX Releases

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Experienced administrators of releases prior to HP-UX 11i v2 will find some aspects of the kernel configuration mechanisms to be unfamiliar. However, many of the underlying concepts are unchanged. The tables in this section give information to help administrators to make the transition.

Table 10-18 Kernel Configuration Methodology

HP-UX 11i Version 1 and BeforeHP-UX 11i Version 2 and After

Use SAM to configure the kernel.

Use HP SMH to configure the kernel.

Look at /stand/system to see the current configuration.

Same. [1]

Run an unsupported command to make sure /stand/system is up to date.

Not needed. /stand/system is automatically kept up to date. [1]

Make configuration changes by editing /stand/system and running mk_kernel.

Same. Changes will be applied to the running system (no reboot), if possible. [1]

Make configuration changes by running kmtune or kmsystem, then running mk_kernel.

Make the changes with kctune or kcmodule (no mk_kernel), or edit /stand/system manually and then run mk_kernel. [1] [2] [3]

Make configuration changes by editing /stand/system and running config.

Use mk_kernel instead. [1]

Manage DLKMs with the kminstall, kmsystem, kmmodreg, kmadmin, kmupdate, and config commands.

Manage DLKMs using kcmodule. [2]

View or change tunables using kmtune. [4]

Use kctune instead. [3]

[4] HP-UX 11i v2 contained a compatibility stub for kmtune. It was removed in HP-UX 11i v3.

 

Table 10-19 Kernel Configuration Commands and Options

HP-UX 11i Version 1 and BeforeHP-UX 11i Version 2 and After
config (without -M)

mk_kernel [1]

config -M

No longer needed

kmadmin -b

No longer needed

kmadmin -k

kcmodule [2]

kmadmin -L modulename

kcmodule modulename=loaded [2]

kmadmin -U modulename

kcmodule modulename=unused [2]

kmadmin -u module_id

kcmodule modulename=unused [2]

kmadmin -q module_id

kcmodule -v modulename [2]

kmadmin -Q modulename

kcmodule -v modulename [2]

kmadmin -s

kcmodule [2]

kmadmin -S

kcmodule -v [2]

kminstall

No longer needed

kmmodreg

No longer needed

kmpath (no options) [3]

kcpath -x

kmpath -k [3]

kcpath -b

kmpath -c [3]

kcpath -d

kmpath -i [3]

No longer needed

kmsystem (no options)

kcmodule [2]

kmsystem -b

No longer needed

kmsystem -c y -l y modulename

kcmodule modulename=loaded [2]

kmsystem -c y -l n modulename

kcmodule modulename=static [2]

kmsystem -c n modulename

kcmodule modulename=unused [2]

kmsystem -q modulename

kcmodule -v modulename [2]

kmtune (no options) [3]

kctune [4]

kmtune -l [3]

kctune -v [4]

kmtune -q tunable [3]

kctune tunable [4]

kmtune -r tunable [3]

kctune tunable=Default [4]

kmtune -u -s tunable=value [3]

kctune tunable=value [4]

kmtune -u -s tunable+value [3]

kctune tunable+=value [4]

kmtune -s tunable=value [3]

kctune -h tunable=value [4]

kmupdate (no options)

kconfig -n hpux_test [5]

kmupdate kernel

kconfig -n configuration [5]

kmupdate -M module

No longer needed

kmupdate -d kernel

kconfig -d configuration [6]

mk_kernel (without -M)

mk_kernel [1]

mk_kernel -M

No longer needed

[3] HP-UX 11i v2 contained compatibility stubs for kmpath and kmtune. They were removed in HP-UX 11i v3.

 

Table 10-20 Kernel Configuration Files and Directories

HP-UX 11i Version 1 and Before

HP-UX 11i Version 2 and After

Currently running kernel: /stand/vmunix

/stand/vmunix

Backup kernel: /stand/vmunix.prev

Backup configuration: backup [1]

Test kernel: /stand/build/vmunix_test (default output of mk_kernel)

Test configuration: hpux_test [2]

Primary system file: /stand/system

/stand/system [2]

Module system files: /stand/system.d/*

No longer used. The data are now in the primary system file, /stand/system. [2]

Master files: /usr/conf/master.d/*

No longer used. The data are embedded into the kernel code, and available through the kcmodule and kctune commands. [3] [4]

 

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2008 Hewlett-Packard Development Company, L.P.