Advertisement

11.28.2006 at 10:06AM PST, ID: 22075078
[x]
Attachment Details

Setting Kernel Parameters for Solaris 10 before installing Oracle 10G

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2
Zone:

Sun Solaris

Tags:

solaris, 10, kernel, oracle, parameters

I am trying to install oracle 10g in a solaris 10 environment and the instructions for setting the values for the kernel parameters in the system file are confusing me. In the installation guide it says:

On Solaris 10, verify that the kernel parameters shown in the following table are set to
values greater than or equal to the recommended value shown. The table also contains
the resource controls that replace the /etc/system file for a specific kernel
parameter.

Note: In Solaris 10, you are not required to make changes to the
/etc/system file to implement the System V TPC. Solaris 10 uses
the resource control facility for its implementation.

Table:

Parameter Replaced by Resource Control Recommended Value
noexec_user_stack NA 1
semsys:seminfo_semmni project.max-sem-ids 100
semsys:seminfo_semmsl process.max-sem-nsems 256
shmsys:shminfo_shmmax project.max-shm-memory 4294967295
shmsys:shminfo_shmmni project.max-shm-ids 100

It also says the following:

On Solaris 10, use the following procedure to view the current value specified for
resource controls, and to change them if necessary:

1. To view the current values of the resource control, enter the following commands:
# id -p // to verify the project id
uid=0(root) gid=0(root) projid=1 (user.root)
# prctl -n project.max-shm-memory -i project user.root
# prctl -n project.max-sem-ids -i project user.root

2. If you must change any of the current values, then:

a. To modify the value of max-shm-memory to 6 GB:
# prctl -n project.max-shm-memory -v 6gb -r -i project user.root

b. To modify the value of max-sem-ids to 256:
# prctl -n project.max-sem-ids -v 256 -r -i project user.root

------------------------------------------------------------------------------- ------------------

Someone on another forum said check the following:

5. Check kernel parameters
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmns=2000
set semsys:seminfo_semmsl=1000
set semsys:seminfo_semmni=100
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
------------------------------------------------------------------------------- ------------

What should I do? Am I suppose to only edit the system file as shown in step 5 or should I issue the prctl commands in addition to editing the system file? Or should I just issue the prctl commands?

Please help!
Answered By: Tintin
Expert Since: 11/13/2002
Accepted Solutions: 3699
Tintin has been an Expert for 6 years1 month, during which he has posted 13216 comments and answered 3699 questions. Tintin is just one of 420 experts in the Sun Solaris Zone. 1 expert collaborated on this answer, which was graded an "A" by the asker.
 
 
 
 
20081119-EE-VQP-48