Projects in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Projects in Solaris 10
# 1  
Old 02-08-2015
Projects in Solaris 10

I need help with projects in Solaris 10, sparc system; and I am fairly new at this.
I know I can add new parameters for projects in /etc/projects or
Code:
projmod -a -K "task.max-lwps=(priv,100,deny)" myproject

I know that there are current process using that old attribute.
Logging the user out and logging back in is another method of applying the new change, is there another method of looking up all current PIDs by the user and changing it on the fly?
i.e I just changed the
Code:
 "project.max-shm-memory=(privileged,8342973972,deny)"

to
Code:
"project.max-shm-memory=(privileged,8342973972,deny)"

in /etc/projects.

Thanks for the help, let me know if I missed anything!
# 2  
Old 02-08-2015
Take a look at newtask.
These 2 Users Gave Thanks to bartus11 For This Post:
# 3  
Old 02-08-2015
Thanks, that command works like a charm.
# 4  
Old 02-11-2015
NOTE: it's not persistant across a reboot. if you want the change to be permanent. you need to do projmod AND newtask.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

/etc/system to projects

Hi guys, me again! :D I recently migrated a physical server to a zone, everything works perfectly except the /etc/system parameters. I was expecting that the migration process would consider the entries in the /etc/system file and create automatically the corresponding project. I know, the... (2 Replies)
Discussion started by: beta17
2 Replies

2. Solaris

projects in Solaris 10 w/ Trusted Extensions

Is there a Solaris 10 BUG (with Trusted Extensions) with binding to a project? This is Solaris 10 32bit Intel and Oracle EE 10gRel2. I am being told that a project (/etc/project) will not bind to the user because of a Solaris bug. According to my admin people Solaris told my company this when... (2 Replies)
Discussion started by: djehresmann
2 Replies

3. Solaris

Projects / Tasks / Zones

Hi there Created some zones on my m5000, both going to be used for oracle. Been reading up about how solaris 10 has made tuning of the /etc/system file redundant and the use of rctladm / projects have taken over. Been reading the manuals, but my head is about to explode. Thought I would... (2 Replies)
Discussion started by: sbk1972
2 Replies

4. Solaris

Users associated with projects

I have 3 projects for 3 oracle instances and 10-15 users associated with different projects is there any way i can list the users associated with all the projects .. i know one method of id -p but for that i have to su to each user The system was handed over to me configured by external vendor... (2 Replies)
Discussion started by: fugitive
2 Replies

5. Shell Programming and Scripting

Interested in getting new projects

Hi , I am interested in getting some new projects on shell scripting . Can some one suggest me some bidding site where I can get the projects. Regards (0 Replies)
Discussion started by: himvat
0 Replies

6. UNIX for Dummies Questions & Answers

Unix projects

I am currently studying to be a Unix programmer. I am at the very beginning stages taking an online course through guruischool. I know that this course will not be nearly enough for me to be a confident or competent unix programmer. However I was wondering what projects I can do at home that will... (4 Replies)
Discussion started by: vedder10
4 Replies
Login or Register to Ask a Question