1833758 Members
2699 Online
110063 Solutions
New Discussion

setprivgrp

 

setprivgrp


Hi All Unix Guru`s,
I am geting the below given error in my syslog.It is just flowing evry min....Any idea what has to be done for this......
Mar 21 15:21:50 xxxxxxx vmunix: process pid == 25029 does not have memory
Mar 21 15:21:50 xxxxxxx vmunix: locking privileges required for using
Mar 21 15:21:50 xxxxxxx vmunix: large text pages in this system version
Mar 21 15:21:50 xxxxxxx vmunix: see setprivgrp(1m)
Mar 21 15:21:50 xxxxxxx vmunix: process pid == 25031 does not have memory
Mar 21 15:21:50 xxxxxxx vmunix: locking privileges required for using
Mar 21 15:21:50 xxxxxxx vmunix: large text pages in this system version
Mar 21 15:21:50 xxxxxxx vmunix: see setprivgrp(1m)
Mar 21 15:21:50 xxxxxxx vmunix: process pid == 25041 does not have memory
Mar 21 15:21:50 xxxxxxx vmunix: locking privileges required for using
Mar 21 15:21:50 xxxxxxx vmunix: large text pages in this system version
Mar 21 15:21:50 xxxxxxx vmunix: see setprivgrp(1m)
Mar 21 15:21:50 xxxxxxx vmunix: process pid == 25043 does not have memory
Mar 21 15:21:50 xxxxxxx vmunix: locking privileges required for using
Mar 21 15:21:50 xxxxxxx vmunix: large text pages in this system version
Mar 21 15:21:50 xxxxxxx vmunix: see setprivgrp(1m)
Mar 21 15:21:50 xxxxxxx vmunix: process pid == 25045 does not have memory
Mar 21 15:21:50 xxxxxxx vmunix: locking privileges required for using
Mar 21 15:21:50 xxxxxxx vmunix: large text pages in this system version
Mar 21 15:21:50 xxxxxxx vmunix: see setprivgrp(1m)

Thanks in advance..

Mitra
9 REPLIES 9
Joseph Loo
Honored Contributor

Re: setprivgrp

hi,

check out this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=192415

may i also know what version is your HPUX and also do you happen to have Oracle running in that machine?

regards.
what you do not see does not mean you should not believe

Re: setprivgrp

Hi Joseph,
Thanks for ur reply..But i already did those changes in the file /etc/privgroup.The entries are given below...
gplus MLOCK

and set those settings by "#ssetprivgrp gplus MLOCK"...But the problem didn`t solved ...I am also pasting the output of "getprivgrp"below

xxxxxxx # getprivgrp
gplus: MLOCK

Thanks,
Mitra

Re: setprivgrp

And yes i have oracle running on this server and the os ver..is 10.20
Joseph Loo
Honored Contributor

Re: setprivgrp

hi,

like to verify the "/etc/privgroup" as well:

# cat /etc/privgroup

and also did u run this:

# /etc/setprivgrp -f /etc/privgroup


regards.
what you do not see does not mean you should not believe

Re: setprivgrp

Hi,
The entries of the the file is as given below...

gep12s02 # cat /etc/privgroup
users MLOCK CHOWN LOCKRDONLY
dba MLOCK CHOWN LOCKRDONLY
gemms MLOCK CHOWN LOCKRDONLY
aupshape MLOCK CHOWN LOCKRDONLY
#gplus MLOCK CHOWN LOCKRDONLY
gplus MLOCK


No i didn`t run the command u gave but i used the command
# setprivgrp gplus MLOCK

Will not the above command work...

Thanks..
Joseph Loo
Honored Contributor

Re: setprivgrp

hi,

i notice a "#gplus MLOCK CHOWN LOCKRDONLY" above "gplus MLOCK".

is it possible to remove that line, "#gplus MLOCK CHOWN LOCKRDONLY", and then restart the privilege grouping:

# /sbin/init.d/set_prvgrp start

hope this will solve the problem.

regards.
what you do not see does not mean you should not believe

Re: setprivgrp

Hi,
Did all those above ....but sorry to say that it is still commin...any other idea..

Thanks
Mitra
Joseph Loo
Honored Contributor

Re: setprivgrp

hi,

ok. last resort but not exactly the best way. would you mind setting it globally first to see if the message stop spooling?

# cp -p /etc/privgroup /etc/privgroup.orig
# rm /etc/privgroup
# /usr/sbin/setprivgrp -g MLOCK CHOWN LOCKRDONLY

verify use:
/bin/getprivgrp

also could u run this command to verify if the system can handle large text pages:

# echo allow_superpage_text/D | adb -w /stand/vmunix /dev/kmem


i just like to confirm if that the group gplus belongs to the oracle db grouping? also, when and what did u do which causes the message to start spooling?

regards.
what you do not see does not mean you should not believe

Re: setprivgrp

Hi,
First of all thanks to u for continues support.Secondly,I don`t think i will be able to do that.Secondly the group "gplus"
is for one of the user gplftp,which is doing some kind of ftp transfer....Which i am not sure what kind of transfer...also the "oracle" user is also in this group...

Thanks
Mitra