Hi folks,

please, I need some help to set some kernel parameters within resource 
manager.

On Solaris9 I used to type the parameters below into /etc/system, but 
now I read that I need to setup this using resource manager.

set msgsys:msginfo_msgmnb = 4294967295
set msgsys:msginfo_msgmax = 10240
set msgsys:msginfo_msgssz = 8
set msgsys:msginfo_msgtql = 14000
set msgsys:msginfo_msgseg = 32767
set msgsys:msginfo_msgmap = 32767
set shmsys:shminfo_shmmin = 1

To do this, I created a project called SPHALLEON into /etc/project, but 
the message queue still has the same value (unchanged), and the others 
parameters too.

/etc/system entry:
SPHALLEON:13:SPHALLEON:tsobral,root::process.max-msg-qbytes=(priv,4294967295,deny);\
msgsys.msginfo_msgseg=(priv,8,deny);\
process.max-msg-messages=(priv,14000,deny);\
shmsys.shminfo_shmmin=(priv,32767,deny);

with the `projects -l` command, I saw the SPHALLEON project available, 
but should I need to apply this on the system ?
Isn't enough the /etc/project entry ?

Cheers,

TS


Reply via email to