Operating System - HP-UX
1847358 Members
3646 Online
110264 Solutions
New Discussion

Re: sysdef reports different kernel parms than sam

 
SOLVED
Go to solution
McKesson SystemCare UNI
Occasional Advisor

sysdef reports different kernel parms than sam

can anyone explain this?
2 REPLIES 2
Sundar_7
Honored Contributor
Solution

Re: sysdef reports different kernel parms than sam

sysdef reports the "current" value of some of the parameters than the actual value you set for the parameter.

If 11.X then kmtune is preferred over sysdef

but since kmtune depends on the /stand/system file, you need to make sure /stand/system is sync with the running kernel

# cd /stand
# /usr/lbin/sysadm/system_prep -s system
# kmtune -l

On 10.20 , you are left with no option but to live with sysdef and sam :-).
Learn What to do ,How to do and more importantly When to do ?
McKesson SystemCare UNI
Occasional Advisor

Re: sysdef reports different kernel parms than sam

sysdef reports the "current" value of some of the parameters than the actual value you set for the parameter.

If 11.X then kmtune is preferred over sysdef

but since kmtune depends on the /stand/system file, you need to make sure /stand/system is sync with the running kernel

# cd /stand
# /usr/lbin/sysadm/system_prep -s system
# kmtune -l

On 10.20 , you are left with no option but to live with sysdef and sam :-).