Check resource management from NGZ


 
Thread Tools Search this Thread
Operating Systems Solaris Check resource management from NGZ
# 1  
Old 05-27-2010
Check resource management from NGZ

Hi,

Is there any way if a normal user in a non global zone can check the resources assigned to the zone ? like max-locked-memory etc.

2. Is it possible to disable the max-locked-memory for a particular zone without rebooting a zone ?
# 2  
Old 05-27-2010
Hi
You can increase capped memory using below command ...

# rcapadm -z my-zone -m 512M

It works until next reboot of zone. Change configuration of zone as well, it will effect on next reboot of zone.


You can use below steps for configuring zone.

zonecfg:my-zone> add capped-memory
zonecfg:zone:capped-memory> set physical=512m
zonecfg:zone:capped-memory> set locked=200m
zonecfg:zone:capped-memory> end

Regards
Srinivas Masetty
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Check network Linux management

hi, how can I make a acquaintance with the command ifconfig -a which address ip mangement. Thank you regards Francesco Itollo (2 Replies)
Discussion started by: Francesco_IT
2 Replies

2. Solaris

Not able to mount NFS on NGZ

Hi, prodvgb01-szone01 is solaris non global zone hosted on physical server - prodvgb01. One of the NFS share is presented to this non global zone, but I am not able to mount it. Same share is presented to other servers also and able to mount. Earlier than today, it was mounted fine. Can somebody... (3 Replies)
Discussion started by: solaris_1977
3 Replies

3. Emergency UNIX and Linux Support

Sendmail issue on NGZ (Solaris)

Hi All, I have Solaris-10 box with 11 sparse root zone. After a upgrade activity and reverted back due to some issues, sendmail is not working on any of the Non Global Zone (NGZ), while it works fine on Global zone root@trans01-zd01:/root# mailx -v my_email_id@xxxx.com Subject: ZD01 . EOT... (4 Replies)
Discussion started by: solaris_1977
4 Replies

4. Solaris

Difference between resource management attribbutes

Can anyone answer my questions 1. Whats the difference between project.max-locked-memory and max-rss. And out these 2 which is the preferred way of limiting the physical memory in a project or zone. 2. How to restrict the swap memory in projects (0 Replies)
Discussion started by: fugitive
0 Replies

5. Solaris

Resource Management Question

I 've 2 questions regarding resource pools and projects, 1. My system has 5 zones and 2 pools configured. Now, how can i check which zone is running with with pool with the ps command , not with zonecfg command. 2. How can i check a process is running under which project ? (1 Reply)
Discussion started by: fugitive
1 Replies

6. Solaris

Resource management (projadd)

Hi When I create a new project: For example: projadd -K "project.max-shm-memory=(priv,16GB,deny)" project_name I need to associate this project to a user in /etc/user_attr: User_name::::project=project_name Otherwise, id -p shows reveals that the user has project default. Is there... (0 Replies)
Discussion started by: melanie_pfefer
0 Replies

7. Solaris

fork: Resource temporarily unavailable - What can I check ?

Hi everybody, I have an Unix box running Solaris and every day for 1 hour or 2 the box is stuck and I can only get this error message when trying to type a command : bash-3.00$ vmstat 5 bash: fork: Resource temporarily unavailable How can I trace what's is going wrong with this box ?... (5 Replies)
Discussion started by: unclefab
5 Replies

8. Linux

Resource management

Hi all, we have a big problem, we are running an IA-64 linux system, with 8 CPUs and some GB of RAM, for user usage. The user are compiling and testing programs on this system, and this caused some problems. Sometimes, a user program used the hole memory, blocks the other users, and also... (1 Reply)
Discussion started by: malcom
1 Replies
Login or Register to Ask a Question