1845068 Members
2522 Online
110233 Solutions
New Discussion

Re: kernel parameters

 
SOLVED
Go to solution
Daniel Ubeda
Frequent Advisor

kernel parameters

Hi,

I know how to view the kernel parameters in an HP machine, but I need to do the same in a Sun machine.
How can I do that ??
In the /etc/system there are 3 or 4 parameters setting for me, but I need to know all parameters.

Thanks
Daniel
8 REPLIES 8
Ivan_86
Frequent Advisor

Re: kernel parameters

Hi Daniel

Try with #kmtune -l


Ivan_86
Frequent Advisor

Re: kernel parameters

Or too

# sam

Select "kernel Configuration" and "Configurable Parameters"

Daniel Ubeda
Frequent Advisor

Re: kernel parameters

the command kmtune is missing .....

# find / -name kmtune
#

maybe I need to install a package ?

thanks
Daniel
Daniel Ubeda
Frequent Advisor

Re: kernel parameters

Ivan, take a note, that I try in a Sun Solaris machine ....

bye
Daniel
Ivan_86
Frequent Advisor
Solution

Re: kernel parameters

sorry

Try with sysdef -i
Daniel Ubeda
Frequent Advisor

Re: kernel parameters

YESSSSSSSSSSSSSSSSSS

but sysdef -D

this command printout all configuration and give me the values of kernel parameters.

THANK YOU VERY MUCH !!
Daniel
Daniel
Arunvijai_4
Honored Contributor

Re: kernel parameters

# sysdef -i will also give kernel parameters.

* Tunable Parameters
*
10338304 maximum memory allowed in buffer cache (bufhwm)
7898 maximum number of processes (v.v_proc)
99 maximum global priority in sys class (MAXCLSYSPRI)
7893 maximum processes per user id (v.v_maxup)
30 auto update time limit in seconds (NAUTOUP)
25 page stealing low water mark (GPGSLO)
1 fsflush run rate (FSFLUSHR)
25 minimum resident memory for avoiding deadlock (MINARMEM)
25 minimum swapable memory for avoiding deadlock (MINASMEM)
*
"A ship in the harbor is safe, but that is not what ships are built for"
Ted Buis
Honored Contributor

Re: kernel parameters

HP-UX and Sun Solaris have different adminstrative commands, but you can try to use UNIX95 commands on both. However, the kernel parameters themselves and their values, will be very different, so I don't think you will get far with one approach to both operating systems.
Mom 6