1836770 Members
2333 Online
110109 Solutions
New Discussion

Kernel parameters

 
SOLVED
Go to solution
Patrick Chim
Trusted Contributor

Kernel parameters

Hi all,

Does anynoe know how to get the kernel parameters and values with command rather than list it in SAM as I want to generate the output to a text file !

Regards,
Patrick
4 REPLIES 4
Rainer von Bongartz
Honored Contributor
Solution

Re: Kernel parameters

on 11.x simply use kmtune without any params

regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Marcin Wicinski
Trusted Contributor

Re: Kernel parameters

Hi Patrick,

To list kernel parameters' values you can use:

# kmtune > text_file

later,
Marcin Wicinski
Magdi KAMAL
Respected Contributor

Re: Kernel parameters

Hi Patrick,

Only :

#sysdef | more


Magdi
Sundar_7
Honored Contributor

Re: Kernel parameters


# kmtune -l

But this will work only in HP-UX 11.0

# sysdef

It will work in both 10.20 and 11.0

Sundar
Learn What to do ,How to do and more importantly When to do ?