| United States-English |
|
|
|
![]() |
HP-UX Reference (Volume 3 of 9): Section 1M: System Administration Commands (A-M) > kkmsystem(1M) |
|
NAMEkmsystem — set, query configuration and loadable flags for a module SYNOPSIS/usr/sbin/kmsystem [-S system_file] /usr/sbin/kmsystem [-c {Y|y|N |n}] [-l {Y|y|N |n}] [-q] [-S system_file] module_name DESCRIPTIONWithout any option or with the -S option only, kmsystem prints the information on the $LOADABLE and $CONFIGURATION flags of all modules. The -q option may be used to print information about the specified module only. The $CONFIGURATION flag for module_name is set using the -c option, and the $LOADABLE flag is set with the -l flag. When module_name is specified on the command line, one or more of the -c, -l, or -q flags must also be specified. Options
EXAMPLESTo display the configuration and loadable status of the stape module: /usr/sbin/kmsystem -q stape
To specify that the stape module should be statically linked: /usr/sbin/kmsystem -l N stape
NOTESSystem administrators are encouraged to use kmsystem and kmtune instead of editing system description files manually. File format of system description files are subject to change, and kmsystem provides compatibility in the event of a format change. RETURN VALUEUpon successful completion, kmsystem returns with one a 0; otherwise it returns with a 1. DIAGNOSTICSOutput for queries is sent to stdout. Error messages are sent to stderr. Messages from kmsystem are self explanatory. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||