Operating System - HP-UX
1752781 Members
6446 Online
108789 Solutions
New Discussion юеВ

display configurable parameter

 
Bernard  Bravo
Advisor

display configurable parameter

hi,

how can I display the hp-ux configurable parameter at the command line except from using SAM.... i need them for documentation.

thanks in advance...

bernard
Do good, Look Good, Feel Good
6 REPLIES 6
Michael Tully
Honored Contributor

Re: display configurable parameter

Hi,

There are 3 methods.

# kmtume -S /stand/system (HPUX11)
/usr/conf/master.d/core-hpux
/var/sam/boot.config

I prefer methods 2 & 3 as they show all
parameters.

-Michael
Anyone for a Mutiny ?
Michael Tully
Honored Contributor

Re: display configurable parameter

Hi,

Here is an on-line document that describes kernel parameters as well.

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

HTH
-Michael
Anyone for a Mutiny ?
Animesh Chakraborty
Honored Contributor

Re: display configurable parameter

Hi,
Do,
#sysdef|more
or
#cat /stand/system
Did you take a backup?
Wodisch
Honored Contributor

Re: display configurable parameter

Hello Bernard,

"sysdef" does not show all parameters, so, why not use the "/stand/build/tune.h" file (after genereating a kernel)? It does contain ALL kernel "tuneable" parameters (since the kernel is actually built from this file).
Just m $0.02,
Wodisch
Deshpande Prashant
Honored Contributor

Re: display configurable parameter

HI
Try
#kmtune -l
#sysdef
or
#sysInfo -K (if you have downloaded)

Thanks.
Prashant.
Take it as it comes.
Sanjay_6
Honored Contributor

Re: display configurable parameter

Hi,

For hpux 11.0
Use "kmtune -S /stand/system"
or "kmtune -l"

For 10.20
use "sysdef"

Hope this helps.

Regds