Operating System - HP-UX
1829550 Members
1893 Online
109992 Solutions
New Discussion

Kernel Modification Listing

 
SOLVED
Go to solution
Stacey Lyons
Occasional Contributor

Kernel Modification Listing

Is there a way to get a listing of the kernel mods that have been applied? (Using hpux 10.20)
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: Kernel Modification Listing

Check the /stand/system file - toward the end are all the configurable parameter changes.

If you mean patches, try what /stand/vmunix.

Pete

Pete
Patrick Wallek
Honored Contributor

Re: Kernel Modification Listing

Have a look at /stand/system. All kernel parameters that have been changed from the default are listed there.

# cat /stand/system
James R. Ferguson
Acclaimed Contributor

Re: Kernel Modification Listing

HI Stacey:

For 10.20, list '/stand/system'. For 11.x, I'd use 'kmtune -l' (see the man pages for more information).

Too, for 10.20, 'sysdef' is applicable. For 11.x, 'sysdef' may not be totally reliable and you should, again, use 'kmtune'.

Regards!

...JRF...