Operating System - HP-UX
1834375 Members
1621 Online
110066 Solutions
New Discussion

How to view the kernel parameters without using SAM

 
yakub.dba.architect
Occasional Contributor

How to view the kernel parameters without using SAM

Is there a way to view the kernel parameters on HP-UX PA-RISC without using the SAM tool. Is there a way to go to a directory and just view the current kernel setting without using SAM?
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: How to view the kernel parameters without using SAM

Hi:

Prior to 11.23: kmtune

On or after 11.23: kctune

See the manpages for more information.

Regards!

...JRF...
Kranti Mahmud
Honored Contributor

Re: How to view the kernel parameters without using SAM

Hi Yakub,

To see all tunables and their current values: $ kctune

To see which tunables have new values being held until next boot: $ kctune -D

To see verbose information about a tunable: $ kctune -v tunablename

To set a tunable value on the running system: $ kctune tunable=12

To set a tunable value to be used when the system reboots: $ kctune -h tunable=12


Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Taifur
Respected Contributor

Re: How to view the kernel parameters without using SAM

Hi ,

U can view kernel parameter by
kctune

Check man pages of kctune

Cheers/
Taifur
madhuchakkaravarthy
Trusted Contributor

Re: How to view the kernel parameters without using SAM

hi


u can use kmtune and kctune

eg:/


kctune | grep -i shmmax

regards


MC
Mahamudul Hassan
Frequent Advisor

Re: How to view the kernel parameters without using SAM

Hi,

Find the attachment here.

Regards,
M.Hassan