set limitpriv option missing with zonecfg command

Hello All,

I was evaluating solaris 10 for our environment. Recently i downloaded solaris10 update-2 and installed it on ultra60 box. But to my surprise, the set limitpriv option was missing when i tried to set dtrace, net_rawaccess privilages, though its clearly given in the official documentation.

I will be greatly thankful if someone could help me with this.

Thanks and regards,

mukund

I'll appreciate if someone could reply on the above mentioned issue.

awaiting for someone's response....

mukund

Message was edited by:

mukunds

[597 byte] By [mukunds] at [2007-11-26 10:32:56]
# 1

i suppose you are not refering to this little thing in the zonecfg cli?

zonecfg:my-zone3> add rctl

zonecfg:my-zone3:rctl> set name=zone.cpu-shares

zonecfg:my-zone3:rctl> add value (priv=privileged,limit=5,action=none)

zonecfg:my-zone3:rctl> end

zonecfg:my-zone3> select rctl name=zone.cpu-shares

zonecfg:my-zone3:rctl> remove value (priv=privileged,limit=5,action=none)

zonecfg:my-zone3:rctl> add value (priv=privileged,limit=10,action=none)

zonecfg:my-zone3:rctl> end

zonecfg:my-zone3> exit

(if so, refer to man rctladm)

.7/M.

mAbrante at 2007-7-7 2:41:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
You need to watch what documentation your looking at.I suspect it was the solaris express doco.limitpriv was introduced in solaris express 4/6But I don't think it made it into solaris 10 6/6.It will probably be in solaris 10u3 aka 11/6.
robertcohen at 2007-7-7 2:41:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
No i was referring to resource control command ( rctl ) . i was trying get the snoop command working in the non-global zone.
mukunds at 2007-7-7 2:41:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
Thanks so much for the response................The documentation didnot mention whether it was for solaris 10 update 2 or solaris express.But anyways...i'll try and install solaris express and if the limitpriv option works with zonecfg commandThanks again.....
mukunds at 2007-7-7 2:41:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...