Operating System - HP-UX
1834882 Members
2189 Online
110071 Solutions
New Discussion

display kernal parameter settings

 
SOLVED
Go to solution
Jeffrey Shannon
Contributor

display kernal parameter settings

Is there a commnand or file that displays the server's kernal parameter settings?
7 REPLIES 7
Sanjay_6
Honored Contributor
Solution

Re: display kernal parameter settings

Hi Jeff,

On HP-UX 11.0

use

kmtune -S /stand/system

or

kmtune -l /stand/system

Hope this helps.

regds
James R. Ferguson
Acclaimed Contributor

Re: display kernal parameter settings

Hi Jeffrey:

On 10.20 use:

# sysdef

On 11.x use:

# kmtune -l

Regards!

...JRF...
fg_1
Trusted Contributor

Re: display kernal parameter settings

Hi there, you can look at the /stand/system file for a listing of all parameters that are modified, or you can go into SAM/KERNEL CONFIGURATION/CONFIGURABLE PARAMETERS and print out a list of the parm settings. Be careful when updating parameters since some of them tie into each other in one way or another.

Good luck.
G. Vrijhoeven
Honored Contributor

Re: display kernal parameter settings

Hi,

sysdef, kmtune -s, sam (kernel) are your options.

Gideon
Roger Baptiste
Honored Contributor

Re: display kernal parameter settings

Jeff,

#kmtune -q

This will give the current setting of the kernel parameter.

egL #kmtune -q nfile
8192
#

HTH
raj
Take it easy.
fg_1
Trusted Contributor

Re: display kernal parameter settings

Hello there,

Another thing that may help you in the future if you don't already have it is this link to a document on Configuring Kernel Parms. Hope you find this helpful.

Frank

http://www.docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html

Deepak Extross
Honored Contributor

Re: display kernal parameter settings