Operating System - HP-UX
1835199 Members
2777 Online
110077 Solutions
New Discussion

Re: kernel module tracing

 
SOLVED
Go to solution
susee_sundar
Regular Advisor

kernel module tracing

How can I trace the particular module is loaded in the Current running kernel..

What is the use of #kmsystem command..


Share If Anybody Knows...
9 REPLIES 9
Chauhan Amit
Respected Contributor

Re: kernel module tracing


kmsystem can be used to set, query configuration and loadable flags for a module .

To display the configuration and loadable status of the stape module:
/usr/sbin/kmsystem -q stape


Check out this link for detailed information:
http://docs.hp.com/en/B2355-90691/kmsystem.1M.html

-Amit
If you are not a part of solution , then you are a part of problem
Chauhan Amit
Respected Contributor

Re: kernel module tracing

Without any option or with the -S option only, kmsystem prints the information on the $LOADABLE and $CONFIGURATION flags of all modules

-Amit
If you are not a part of solution , then you are a part of problem
Arunvijai_4
Honored Contributor
Solution

Re: kernel module tracing

Hi Susee,

You can use # sam for this. Open up # sam --> Kernel Configuration --> Drivers

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
susee_sundar
Regular Advisor

Re: kernel module tracing

Any More info about Kmsystem and Kernel Modules....
Arunvijai_4
Honored Contributor

Re: kernel module tracing

Hi Susee,

Are you looking for Tunable Kernel modules for 11i ? If yes, this is the one http://www.docs.hp.com/en/TKP-90202/index.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Mridul Shrivastava
Honored Contributor

Re: kernel module tracing

kmsystem provides an interface to set the flags indicating whether a module needs to be configured and whether it needs to be built as loadable or static.


To list parameters for driver modules, you can use the kmsystem command on all modules:

# kmsystem

To list the drivers in the kernel from system configuration file:

# /usr/lbin/sysadm/system_prep -s /tmp/system

# more /tmp/system
Time has a wonderful way of weeding out the trivial
Mridul Shrivastava
Honored Contributor

Re: kernel module tracing

See kmupdate(1m), kmsystem(1m) for more information. You can also refer to the following manual:

"Managing Systems and Workgroups"
(HP part number B2355-90156)
Time has a wonderful way of weeding out the trivial
Chauhan Amit
Respected Contributor

Re: kernel module tracing

Also Check , kmadmin â kernel module administration

http://docs.hp.com/en/B9106-90008/kmadmin.1M.html

-Amit
If you are not a part of solution , then you are a part of problem
susee_sundar
Regular Advisor

Re: kernel module tracing

Hi CLosing the thread.