Operating System - HP-UX
1846941 Members
5233 Online
110257 Solutions
New Discussion

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

 
SOLVED
Go to solution
Jdamian
Respected Contributor

sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

Hi

I found that sysdef command doesn't report the "max_mem_window" kernel parameter in HP-UX 11.00. But kmtune does.

Why ?

Thanx in advance
9 REPLIES 9
Rainer von Bongartz
Honored Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

sydef is an old 10.x tool which exists in 11.x only for compatibility reasons.

You should use and rely on kmtune

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Deepak Extross
Honored Contributor
Solution

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

Internally, kmtune refers to the following system files:

1. /usr/conf/master.d/* Master configuration tables for kernel and kernel modules

2. /stand/system Default HP-UX system description file

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

Whereas sysdef only refers to /usr/conf/master.d/*. Hence, you could expect a more detailed output from kmtune
Jdamian
Respected Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

I want to explain my problem.

I created a script to get a snapshot of the kernel parameters.

First I thought to use kmtune but this command shows formulae as they are and I need as formulae as current values.

Then somebody in Forums discovered me the sysdef command that does show values of kernel parameters.

But now I must refuse sysdef and use back kmtune...

Some time ago, I tried to compute the values of formulae... but dependecies make complex that script.
manoj_pu
Regular Advisor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.



Hello

You can use system table option in glance to get the snapshot value of kernel parameter and usage.



Manoj
Leave with out tense and try best you gets result
Deepak Extross
Honored Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

Roger Baptiste
Honored Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

hi,

You can try IGNITE's print_manifest command. It gives kernel parameter values. OR you can use SAM and print the info to a file.

HTH
raj

Take it easy.
Jdamian
Respected Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

I cannot use glance nor SAM from a script.
MANOJ SRIVASTAVA
Honored Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

Hi Damian

Tyr installing PHCO_22035 patch which has some fixes for max* parameters .


Manoj Srivastava
Mark Fenton
Esteemed Contributor

Re: sysdef command doesn't report info about some kernel parameters that are reported by kmtune.

Could you just use both? ((unless sysdef doesn't return other values you need for which kmtune returns the formula...))