Operating System - HP-UX
1830383 Members
2345 Online
110001 Solutions
New Discussion

Configurable Kernel Params

 
SOLVED
Go to solution
Ricky_2
Frequent Advisor

Configurable Kernel Params

Hi, I'm puzzled as to why the tuneable params lists displayed with sam and sysdef are diff. Sam has a much longer list. Thanks.
4 REPLIES 4
Rainer von Bongartz
Honored Contributor
Solution

Re: Configurable Kernel Params

I guess you are on 11.x, right ??

sysdef is an old 10.20 tools and should not be user on 11.x

You can use SAM or kmtune

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Ricky_2
Frequent Advisor

Re: Configurable Kernel Params

Hi Rainer, you're right that I'm on 11.0. I never knew that sysdef is a legacy tool. So I can still use sam. Thanks.
fg_1
Trusted Contributor

Re: Configurable Kernel Params

Ricky

Sysdef fell out of use with 10.20 and is really not reliable at this point
especially with 11.X systems.

Use sam to get a complete printable list.

You can also print out the file:
/stand/system

GL
Uday_S_Ankolekar
Honored Contributor

Re: Configurable Kernel Params

Hello,

kmtune -l would give you list of kernel parameter

-USA..
Good Luck..