Zonecfg equivalent properties for projects related controls


 
Thread Tools Search this Thread
Operating Systems Solaris Zonecfg equivalent properties for projects related controls
# 1  
Old 08-02-2011
Zonecfg equivalent properties for projects related controls

Hi All,

In our project we are often using projects related control parameter, in a zone, for example below :

Code:
 bash-3.00#  projadd -U xyz user.xyz
bash-3.00# projmod  -sK"process.max-sem-nsems=(priv,2048,deny)" user.xyz
bash-3.00# projmod  -sK"project.max-sem-ids=(priv,1024,deny)" user.xyz
bash-3.00# projmod  -sK"project.max-shm-ids=(priv,256,deny)" user.xyz
bash-3.00# projmod  -sK"project.max-shm-memory=(priv,18446744073709551615,deny)"  user.xyz
bash-3.00#

Can we go for a alternative method of declaring such parameters, using zonecfg properties, i believe we do have some control properties to limit usage of memory, cpu etc etc.

Thanks in advance
srajv
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

What is the Solaris OS deamon which controls Library?

Hi All, What is the Solaris OS deamon which controls the Libraries? Regards, Rakesh. (2 Replies)
Discussion started by: rakesh.413
2 Replies

2. Shell Programming and Scripting

need downloading related help...but its not related to unix

Hi All, I am trying to dowmload the zip file "zkManageCustomers.zip " but i dont have access. Can anyone help me to download this file See the below link- http://www.ibm.com/developerworks/opensource/library/wa-aj-open/index.html?ca=drs- Please help me as early as... (1 Reply)
Discussion started by: aish11
1 Replies

3. Programming

Why is subclassing not allowed for many of the SWT Controls?

hi guys, Why is subclassing not allowed for many of the SWT Controls? But Eclipse itself creates our Shell classes in this way (inheriting from Shell) and then overriding checkSubclass() with empty body. So is it good(safe) that we do this way? I have two shells (Shell_1, Shell_2). Shell_1 is... (0 Replies)
Discussion started by: majid.merkava
0 Replies

4. Solaris

Question - zones / zonecfg

Hi all Can someone give me a quick `simple man` run down on the various FS types / paramters which you need to configure. E.g. special, raw, match, type I understand raw, the raw filesystem, type is the lofs, zfs,ufs, but match ? special ? When would you use lofs, over ufs... (0 Replies)
Discussion started by: sbk1972
0 Replies

5. Shell Programming and Scripting

awk with multiple controls

Hi guys, I have a file which is like this 020-10136044 07-11-26 15:31:22 TRXRMP TCMAGT82TCM LHFE1G76006AK3 020-10136044 07-11-26 15:31:25 CIMFSU TCMAGT82TCM RCS LHFE2G6H006AGP 020-10136055 07-11-26 08:43:21 TRXRMP TCMAGT82TCM LHFE2G6H005QV9 020-10136055 07-11-26 15:31:27... (3 Replies)
Discussion started by: sickboy
3 Replies

6. UNIX for Dummies Questions & Answers

Solaris 10 Resource Controls

I've always been accustomed to setting certain kernel parameters in the /etc/system file. However, with Solaris 10, they have created the resource control utility to set these values. I've set the value for project.max-shm-memory to 4gb with the following command: prctl -n... (2 Replies)
Discussion started by: here2learn
2 Replies

7. UNIX for Dummies Questions & Answers

Print Controls for DG Unix

Hi: We are trying to use UNIX Print Controls for our ERP Package. We have currently set up escape codes on some ERP Users for specific reports. However we would like to try to control this using DG Unix functionality that allows different printers to be set up for one physical printer. Example,... (0 Replies)
Discussion started by: baddi
0 Replies
Login or Register to Ask a Question
projects(1)							   User Commands						       projects(1)

NAME
projects - print project membership of user SYNOPSIS
projects [-dv] [ user] projects -l [projectname [projectname...]] DESCRIPTION
The projects command prints on standard output the projects to which the invoking user or an optionally specified user belongs. Each user belongs to some set of projects specified in the project(4) file and possibly in the associated NIS maps and LDAP databases for project information. OPTIONS
The following options are supported: -d Prints only default project. -l Prints verbose info on each project projectname. If no projectnames are given, info on all projects is printed. -v Prints project descriptions along with project names. OPERANDS
The following operand is supported: projectnaDisplay information for the specified project. user Displays project memberships for the specified user. EXAMPLES
Example 1: Displaying Membership for a Specified User example$ projects paul default beatles wings example$ projects ringo default beatles example$ projects -d paul beatles EXIT STATUS
The following exit values are returned: 0 Successful completion. 1 A fatal error occurred during execution. 2 Invalid command line options were specified. FILES
/etc/project Local database containing valid project definitions for this machine. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Stability |See below. | +-----------------------------+-----------------------------+ The invocation is Evolving. The human-readable output is Unstable. SEE ALSO
getdefaultproj(3PROJECT), getprojent(3PROJECT), project(4), attributes(5) SunOS 5.10 13 May 2004 projects(1)