Question on SEMMNI on Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Question on SEMMNI on Solaris
# 1  
Old 08-11-2010
Question on SEMMNI on Solaris

Hi,

OS = Solaris 5.10

I need to check the settings of SEMMNI, can't find any /etc/system file and sysdef is not showing me any useful information so I ran prctl -i project default instead.

Can anyone please confirm whether the SEMMNI setting is the value as below?

zone.max-sem-ids
privileged 100 - deny -

Thanks in advance.
# 2  
Old 08-11-2010
Apparently /etc/system is not the preferred method of setting shared memory limits anymore. You should run something like:
Code:
projadd -U oracle -G oinstall user.oracle
projmod -sK "project.max-shm-memory=(priv,14294967295,deny)" user.oracle
projmod -sK "process.max-sem-ids=(priv,1024,deny)" user.oracle
projmod -sK "process.max-sem-nsems=(priv,1024,deny)" user.oracle
projmod -sK "process.max-shm-ids=(priv,1024,deny)" user.oracle

I hope this helps....
# 3  
Old 08-12-2010
Yes, /etc/system is deprecated in Solaris 10.


"In Solaris 10, you are not required to make changes to the /etc/system file to implement the System V IPC. Solaris 10 uses the resource control facility for its implementation. However, Oracle recommends that you set both resource control and /etc/system/ parameters. Operating system parameters not replaced by resource controls continue to affect performance and security on Solaris 10 systems."


Full details --> Preinstallation Tasks

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 11.2 upgrade question

Currently we are having solaris 11.1 SRU 11.1.21.4.1 installed on server. We need to upgrade it to solaris 11.2 SRU 11.2.9.5.0 Is it possible to upgrade to SRU 11.2.9.50 directly by downloading repo files or do I need to upgrade to 11.2 first and then upgrade to SRU 11.2.9.5.0? (1 Reply)
Discussion started by: sureshsun
1 Replies

2. Solaris

Question with Solaris Crash Analysis Tool with Solaris 9

Hello all. I am new hear and would like to ask a question regarding to the Solaris Crash Analysis Tool. We are analyzing the results of "thread summary" but not quite sure what the asterisk represents. Following are the items that asterisk were attached. 50* threads sleeping on a semaphore (49... (1 Reply)
Discussion started by: YuW
1 Replies

3. UNIX for Dummies Questions & Answers

RAID on Solaris Question

Hello folks; I'm trying to install Solaris 10 x86 on SUN X4150 box with 6 disks in it, the question is how can i create a Virtual disk like RAID 0 before i install Solaris. When i boot up i don't see any option to go and create my raid before the installation begin. Thanks in advance for any... (2 Replies)
Discussion started by: Katkota
2 Replies

4. Solaris

Solaris 9 upgrade question.

I have an old sun v890 server running solaris 9. Apparently we need to be running solaris 10. I don't know much about the server history, there isn't any documentation. I hesitant to rebuild from scratch and loose user configuration settings etc... How difficult is it to upgrade to solaris... (10 Replies)
Discussion started by: Kjons76
10 Replies

5. What is on Your Mind?

Question on Solaris Cert.

Hi, Last year, I took Solaris 9 part 1 certification and passed. Due to many things in my life I never took part 2. I am ready to take it now. But I see every one is using Solaris 10 now. In my company, we use 10 on few boxes but mostly we are still on Solaris 9. so my question is should... (1 Reply)
Discussion started by: samnyc
1 Replies

6. Solaris

A Solaris Question

hi.. I have a question because there are files on Solaris and will not let me change the root user is the owner. excuse is that I come from a Linux environment and I like to learn Solaris thank (5 Replies)
Discussion started by: cejodrake
5 Replies

7. Solaris

Solaris 10 name resolution question

As you can see by the following text, we have a multi-homed host defined in our network: bash-2.05# nslookup ldaptest Server: usat0x40.atd.gmeds.com Address: 10.1.14.14 Name: ldaptest.atd.gmeds.com Addresses: 10.1.16.142, 10.1.16.141 I turned off nscd (didn't think I needed to)... (5 Replies)
Discussion started by: pzxkys
5 Replies

8. UNIX for Dummies Questions & Answers

LDAP in Solaris question

Folks; I've read a lot of material on using LDAP for authentication in Solaris & non of them was clear or have any examples. Could any one give me a hand on how to setup/configure LDAP to authenticate users when they try to login to Solaris 10 server i have? Help will be greatly appreciated (0 Replies)
Discussion started by: Katkota
0 Replies

9. Solaris

Solaris Network question

I have a machine that has developed a strange network problem. Anytime it sends an FTP file somewherwe, no problem. When it is the target machine, extremely slow. I checked the /var/adm/messages file and found a few of these: SUNW,hme0 : No response from Ethernet network : Link down -- cable... (2 Replies)
Discussion started by: hshapiro
2 Replies

10. UNIX for Dummies Questions & Answers

Solaris 2.6 question

How do I define a default gateway on a Solaris 2.6 Server. (2 Replies)
Discussion started by: jskillet
2 Replies
Login or Register to Ask a Question