/etc/system to projects


 
Thread Tools Search this Thread
Operating Systems Solaris /etc/system to projects
# 1  
Old 09-12-2011
/etc/system to projects

Hi guys, me again! Smilie

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 projects are "user" related, so it's not that easy to integrated this step in a "phyisical to virtual" processes.

My question is now, how do i know which /etc/system value corrispond to wich projects value.

Does someboady have a nice page or document where i pickup this infos?? /etc/system value "A" = projects "A"

Here is my /etc/system file:
set shmsys:shminfo_shmmax=715827883
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=512
set shmsys:shminfo_shmseg=512
set semsys:seminfo_semmni=128
set semsys:seminfo_semmap=128
set semsys:seminfo_semmsl=128
set semsys:seminfo_semmnu=128
set semsys:seminfo_semmns=16384
set semsys:seminfo_semume=128
set semsys:seminfo_semopm=128
set msgsys:msginfo_msgmap=4096
set msgsys:msginfo_msgmax=65536
set msgsys:msginfo_msgmnb=81920
set msgsys:msginfo_msgmni=2048
set msgsys:msginfo_msgtql=256
set msgsys:msginfo_msgseg=4096
set maxusers=1024
set max_nprocs=16394
set maxuprc=16389


thx and regards
beta17
# 2  
Old 09-12-2011
You can look into the output of the below command and match the values which are there in the system file.
Code:
 
prctl $$

Regards,
Vishal
# 3  
Old 09-13-2011
nice and useful command, thank you vishalaswani! :-D
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

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 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... (3 Replies)
Discussion started by: br1an
3 Replies

2. 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

3. 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

4. Programming

What programs do you use for editing large projects?

I've only been using Linux for a few months, so I'm just looking for general suggestions here. I use gedit in Linux and notepad/Crimson Editor in Windows for single-file solutions, but for projects with many files spanning several directories I'd like a program similar to MS's Visual Studio. At... (5 Replies)
Discussion started by: CRGreathouse
5 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