1834694 Members
2235 Online
110069 Solutions
New Discussion

Re: kernel parameters

 
SOLVED
Go to solution
Richard Amick
Occasional Advisor

kernel parameters

I am working on a clustered system and noticed the memory requirements are different for each machine. Checking the kernel parameters via kmtune reports all parameters the same; using sysdef reports the parameter nbuf is different. Which is correct?
2 REPLIES 2
Peggy Fong
Respected Contributor

Re: kernel parameters

Hi,

sysdef gives you the correct values since it is checking against the "running" configuration or kernel. kmtune is looking at the system file (e.g. /stand/system) which you should probably check - if they are different then possibly then next kernel gen could result in differences.
Here is what kmtune looks at per the man page:
/usr/conf/master.d/* Master configuration tables for kernel and kernel modules

/stand/system Default HP-UX system description file

/stand/system.d/* Kernel module system description files

Regards,
pf
Denver Osborn
Honored Contributor
Solution

Re: kernel parameters

Also take a peek at another post with the same question. From this post Chris gave a good response that relates to your question.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x96597e990647d4118fee0090279cd0f9,00.html

-denver