Kernel Parameters


 
Thread Tools Search this Thread
Operating Systems Solaris Kernel Parameters
# 1  
Old 12-17-2010
Kernel Parameters

Dear All,

I want to check whether all essential kernel parameters are installed in my Solaris 10 System. Is there any way to find it.

And also how to tune it.

Kindly help.

Thanks and Regards
Rj
# 2  
Old 12-17-2010
One way to list the current kernel parameters is:
Code:
sysdef -i

To change a parameter, add a line to the /etc/system file in the form:
Code:
set parameter=value

Here is a pointer to the relevant chapter of the Solaris System Administration Guide: Tuning Kernel Parameters
# 3  
Old 12-17-2010
Hi Murphy,

Thanks for the info that you have send.

One of my doubt is whether a Solaris 10 should have all the Kernel Parameters mentioned in your link page or is any thing less is enough.

Bcos I have been asked here , to evaluate whether all the kernel parameter are good in our existing system.

The existing setup has

Code:
* Begin MDD root info (do not edit)
rootdev:/pseudo/md@0:0,0,blk
* End MDD root info (do not edit)
set pg_contig_disable=1
* Begin user_stack parameter for oracle
set noexec_user_stack=1
set nautopush=64
set sd:sd_io_time=30
set scsi_reset_delay=500
set rlim_fd_curr=4096
set rlim_fd_max=65536
set noexec_user_stack=1
set semsys:seminfo_semmnu=16384
set semsys:seminfo_semmni=16384
set semsys:seminfo_semmsl=1024
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmni=16384
set shmsys:shminfo_shmmin=1
* End of user_Stack for oracle
* Message queues
set msgsys:msginfo_msgmap=500
set msgsys:msginfo_msgmax=8192
set msgsys:msginfo_msgmnb=65536
set msgsys:msginfo_msgmni=256
set msgsys:msginfo_msgssz=32
set msgsys:msginfo_msgtql=500
set msgsys:msginfo_msgseg=8192

Kindly reply.

Last edited by DukeNuke2; 12-17-2010 at 03:22 AM..
# 4  
Old 12-17-2010
we can't say if they are "good". the settings belong to your hardware and the software you are using. if a software (like oracle DB) requires some settings, the documentation should tell so. check the latest docs for the needed settings and compare them to yours...
# 5  
Old 12-17-2010
Thanks Duke for the reply
# 6  
Old 12-17-2010
Quote:
Originally Posted by fpmurphy
Here is a pointer to the relevant chapter of the Solaris System Administration Guide: Tuning Kernel Parameters
Depsite Solaris upward compatibility, a link to a 15 years old document might not be optimal Smilie
# 7  
Old 12-17-2010
See solaris tunable parameters reference manual (june 2009)

or the most recent link (september 2010)

Last edited by ctsgnb; 12-17-2010 at 04:52 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What exactly does Kernel parameters do ?

Virtual Machine running on VMWare workstation 9.2 os : RHEL 5.8 RAM : 2.5GB Swap : 2.6gb CPU : 1 virtual CPU Surprizingly I couldn't find much from googling on What exactly does Kernel parameters do ? I was under the impression that kernel parameters just set the limits/maximum for a... (2 Replies)
Discussion started by: John K
2 Replies

2. Solaris

Kernel Parameters

Dear All, I have weblogic Portal Installed in the Server solaris 10. How can i verify whether all the kernel parameters are available for this Software and also another question is How to crosscheck a server ( Solaris 10 Sparc ) whether it has all the required kernel parameters. ... (2 Replies)
Discussion started by: jegaraman
2 Replies

3. Linux

kernel module parameters

Hi, if I install a module with specific parameter, will this parameters applied next time system boots? for exampe, I want to disable InterruptThrottleRate modprobe e1000e InterruptThrottleRate=0 Is this parameter apllied only for this run, or this module will always use this parameter when... (2 Replies)
Discussion started by: Shedon
2 Replies

4. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

5. HP-UX

Adding new kernel parameters

Hi, I'm new to HP-UX. i'm working on HP-UX 11.31 ia64 for testing our product i could able to change the kernel parameter values and i need to add the following parameters to the parameters list semmap = 258 nfile = 2048 msgseg = 7168 msgssz = 32 maxusers = 60 msgmap = 258 msgmax =... (4 Replies)
Discussion started by: jo09
4 Replies

6. HP-UX

Kernel parameters.

I've been trying to find out the following parameters of our Unix box: ==>OS version ==> patch level and the following kernel parameters =>maxfiles_lim =>maxvgs =>nproc =>msgmni =>ncsize =>nfile Could someone help me how would I find the above(commands)? Thanks, Bhagat (1 Reply)
Discussion started by: bhagat.singh-j
1 Replies

7. HP-UX

Need to look at Kernel parameters

Hello all, Can anyone tell me the command line I can use to look at the following Kernel parameters: nfile maxfile maxfile_lim I'm using the Reflection manager connection to my Unix box so I can't use SAM. (3 Replies)
Discussion started by: impunchdrunk
3 Replies

8. HP-UX

kernel parameters

I want to change some kernel parameters in HP-UX11, to do with Oracle upgrade/install. I know this is done using SAM. I am told SAM will not let you enter values outside the allowable range. Could anyone tell me if they have experienced anything different? In Solaris, I would copy the... (2 Replies)
Discussion started by: malcqv
2 Replies

9. UNIX for Advanced & Expert Users

Tunable kernel parameters

Hi all, I'm at SCO UNIXWARE 7.1.1, my system's memory is larger than dump device, I have found one kernel tunable parameter at SCO website ie SYSDUMP_SELECTIVE which tells me that if set to 1 system will dump only kernel mapped memory, but I'm not sure how to configure this parameter. As well... (2 Replies)
Discussion started by: tayyabq8
2 Replies

10. HP-UX

Display Kernel Parameters

Good Day Please couls somebody tell me how to display Configurable Kernel parameters from the command line. I am able to do it from SAM,but would like to dump the command line output to a text file so I can email it off to HP. Kind Regards Shawn (1 Reply)
Discussion started by: shawnbishop
1 Replies
Login or Register to Ask a Question