Solaris 10 kernel Params, Set/Get?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 kernel Params, Set/Get?
# 1  
Old 12-11-2008
Solaris 10 kernel Params, Set/Get?

I am experienced with Solaris 8 where this type of thing was handled from /etc/system but now I have a Solaris 10 server and I am having trouble determining how to interact with the kernel parameters. I need to know how to check the values of the following, of the DB people I work with.

MAX NUM OF USER PROCESSES

MAX NUM OF SYSTEM USERS

MAX NUM OF SEMAPHORES

MAX NUM OF SYSTEM WIDE FILES

MAX NUM OF SYSTEM PROCESSES

I have searched and found out about many of the changes on how the system handles things differently, by projects and what not. I know about the command prctl, and how if you are a different user when you issue it you will get different output. I have searched (All Day Yesterday) and was able to answer many of the questions I had, but I am out of time for this task so I thought I would ask for some help. Could someone please tell me how to do this or direct me to a thread where it is discussed.
Thank you for your time,
# 2  
Old 12-11-2008
# 3  
Old 12-11-2008
Quote:
WOW, lots of good info in there! I am looking at it now, but can you direct me to a slightly more localized section of it to look at for my specific problems? I don't want to seem ungrateful in any way, but at 536 pages with no TOC it is kind of time consuming to look through it all for what I need. Although as soon as I get time I do plan to look through the entire thing, as I said there seems to be some really useful stuff in there.

Thanks,
# 4  
Old 12-11-2008
pdf right?.. you can search using keywords man Smilie
eg prctl..?
you can try,,
# 5  
Old 12-11-2008
Quote:
Originally Posted by incredible
pdf right?.. you can search using keywords man Smilie
eg prctl..?
you can try,,
Yeah I actually did that, before I asked. It leads me to some definitions of what it is, ie a control to set and get the kern params, which I already knew, but no useful examples on how to actually use it.

Either way thank you for the informative link.
# 6  
Old 12-11-2008
# 7  
Old 12-11-2008
Here is what I have found so far via google:
Format is, what - Command to get it.
Max. num. of user processes. - echo maxuprc/D | mdb -k
Max. num. of system users. - echo maxusers/D | mdb -k
Max. num. of semaphores. -
Max. num. of per-process open files. -
Max. num. of system wide files. -
Max. num. of system processes. - echo max_nprocs/D | mdb -k

Still looking for the others.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Kernel parameters problem in Solaris 10

please tell me the list of kernel parameters in solaris10. Because we've a requirement in one project. Also tell me the importance of eah kernel parameter if possible. Thanks in Advance.:):cool: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

2. Solaris

Setting kernel parameters in solaris 10

hi guys, Prior to the installation of IBM DB2 database on Solaris 10, i need to set the following parameters: kernel.shmmax (SHMMAX) 1 073 741 824 (64-bit kernel) kernel.sem (SEMMNI) 1 024 kernel.msgmni (MSGMNI) 1 024 kernel.msgmax (MSGMAX) 65 536 kernel.msgmnb ... (2 Replies)
Discussion started by: frum
2 Replies

3. Solaris

how to update the kernel patches in solaris 10

tell me the step by step procedure for updating the kernel patches in solaris 10. (1 Reply)
Discussion started by: tv.praveenkumar
1 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. Solaris

maxuser - kernel tuning solaris 8

Hi all Seem to have a concurrent processes issue on a server of mine. At peak times, the application vendor reckons we need to up the amount, as it is reaching its limit and preventing any more processes. Looking in /etc/system, nothing has been set, so server is running with default... (2 Replies)
Discussion started by: sbk1972
2 Replies

6. Solaris

Solaris kernel Update

Hi All, I am installing kernel Update 3.0 in my Solaris servers. It actually installs most of the patches in this update , but for some packages it is not installing. It is saying ... Version of package SUNWcakr from directory SUNWcakr.us in patch 137137-09 differs from the package... (7 Replies)
Discussion started by: jegaraman
7 Replies

7. Solaris

Is it possible to recompile the kernel or any userland on Solaris

Hi I am a FreeBSD user Just want to know is it possible to recompile kernel or any other userland in Solaris 10 or OpenSolaris? I want check out this UNIX OS which has Flash 9 support :D (2 Replies)
Discussion started by: weinter
2 Replies

8. Solaris

Kernel Parameters in Solaris 10

Hello, Can anyone point me out as to how to set the following parameters in Solaris Kernel: set semsys:seminfo_semmni=16384, set semsys:seminfo_semmns=32768,set semsys:seminfo_semmsl=1024, set semsys:seminfo_semmnu=16384,set semsys:seminfo_semume=1024, set shmsys:shminfo_shmmax=4294967295,set... (8 Replies)
Discussion started by: AQG
8 Replies

9. HP-UX

unable to change kernel params?

i have hp-ux 11i on a rp2470 machine. i'd like to change some kernel params with SAM. i change the params, process new kernel and reboot the system. after reboot i found that params does not change. i have done the same things many times but i still have the pb. plz what to do? (1 Reply)
Discussion started by: nabil_boussetta
1 Replies

10. UNIX for Dummies Questions & Answers

rebuilding sun solaris kernel

How would I rebuild the sun solaris kernel to include my new Oracle paramters? (3 Replies)
Discussion started by: jigarlakhani
3 Replies
Login or Register to Ask a Question