Operating System - HP-UX
1826215 Members
2845 Online
109691 Solutions
New Discussion

Re: kernal parameters for v2500

 
kumaresan_1
Occasional Advisor

kernal parameters for v2500

Hi,
I am having v2500 Server with 4 cpu 4gb ram and i am going to load oracle 8.1.6, more than 500 users will uses this server i want know what is correct kernel parameters for above configration..

Thanks in advance
bye
kumaresan
2 REPLIES 2
James Murtagh
Honored Contributor

Re: kernal parameters for v2500

Hi,

What a question! :-)

For Oracle, follow the recommendations in the release notes on their documentation server. This should take care of the swap space and IPC parameters etc.

All you should initially have to take care of is the maxusers parameter - set it to around 600? This should scale a lot of others, like nproc to appropriate values. Also ensure the dynamic buffer cache max, dbc_max_pct is scaled down from the default of 50%. Look to set it to about 400MB - so about 10%.

This should do for a start, you can tune the rest as you see fit and conditions warrant.

Regards,

James.
James Murtagh
Honored Contributor

Re: kernal parameters for v2500

Hi Again,

Here is the link to the 8.1.6 release documentation, including the HPUX docs:

http://technet.oracle.com/documentation/oracle8i_arch_816.html

Looks like the installation guide covers the kernel parameters:

http://download-uk.oracle.com/docs/pdf/A77475_01.pdf

You need to register to access these though.

Regards,

James.