rcapd and /etc/project


 
Thread Tools Search this Thread
Operating Systems Solaris rcapd and /etc/project
# 1  
Old 09-10-2011
rcapd and /etc/project

I've often added entries to the /etc/project file, and it's always worked fine. However, I've run into an application that's been having resource problems, and I've been trying to research causes.

My question is how does rcapd relate to /etc/project? I see references to how it manages resource and uses /etc/project in various articles I've read, in the man pages, etc.... but I haven't found if rcapd is actually required for entries in /etc/project to actually work properly. In my environment svc:/system/rcap:default is normally disabled. Our DBAs certainly have never complained after entries have been added to /etc/project, and rcapd is still disabled.

thanks guys!
# 2  
Old 09-12-2011
rcapd enforces limits on resources. Period. What problems? ...and what does problem mean in this case?

I suspect oracle....
# 3  
Old 09-12-2011
I guess my confusion is where are these limits on resources configured when rcapd is enable? I had originally thought /etc/project and /etc/system were the only places where you managed resources for the kernel.

Thanks
# 4  
Old 09-12-2011
You should check if you application is actually running under correct project:
Code:
ps -o project -p PID

# 5  
Old 09-12-2011
Is rcapd actually correlated with /etc/project?

Thanks for that ps tip.
# 6  
Old 09-13-2011
It is the other way around - project works under the "auspices" of rcapd.

rcapd behaves in response to part of zonecfg information - example partial "zonecfg info" output from a zone with capped cpus:
Code:
capped-cpu:
        [ncpus: 2.00]
rctl:
        name: zone.cpu-cap
        value: (priv=privileged,limit=200,action=deny)

# 7  
Old 09-16-2011
I thought zone resource management was handled strictly through Fair Share Scheduler (FSS).

I guess I'm still confused on how /etc/project does or doesn't correlate with rcapd. I can't seem to find any good documentation on rcapd.

Thanks for the help!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

2. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

3. Shell Programming and Scripting

Project help

Hi, I am rather new to unix and was randomly assigned a project for our class. Currently i am having difficulty completing this project. The instructions are to write a script program that can read and write to the hard drive very frequently, and during that period i should make a baseline run... (1 Reply)
Discussion started by: iamnewb
1 Replies

4. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

5. Solaris

what is the use of /etc/project file and project administration commands?

i have two doubts.. 1. what is the use /etc/project file. i renamed this file and when i tried to switch user or login with some user account the login was happening slowly. but when i renamed it to original name it was working fine... why so? 2. unix already has useradd and grouadd for... (4 Replies)
Discussion started by: chidori
4 Replies

6. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

7. UNIX for Dummies Questions & Answers

Who know this project?

A Simple Shell The Shell or Command Line Interpreter is the fundamental User interface to an Operating System. Your first project is to write a simple shell - myshell - that has the following properties: 1. The shell must support the following internal commands: i. cd <directory>... (5 Replies)
Discussion started by: Osawa
5 Replies

8. Programming

First Project help

People I am a new developer and this is my first project so i need your help.I have completed the connection part of my chat server now i need to develop it further for which i need help from someone so please help me out. (6 Replies)
Discussion started by: arjunjag
6 Replies

9. Programming

a little project i need some help with

Hell everyone, i am trying to write a program for work, i am doing an internship there, where the program will list all the files on the Unix Server(soloaris 9) for all the engineers to look at. The code i have so far works to display all files, but the program also needs to check and see if the... (3 Replies)
Discussion started by: ShenTech
3 Replies
Login or Register to Ask a Question