cpu- requirements for non-global zones


 
Thread Tools Search this Thread
Operating Systems Solaris cpu- requirements for non-global zones
# 1  
Old 04-13-2011
cpu- requirements for non-global zones

Hello Admins,

Does anyone has any idea on how to assign no. of cpu and memory to non-global zones on solaris 10.....

We have few zones in our environment. We wanted to assign memory and no of cpu's ..(e.g. 4Gb / 2 CPU's)


Thanks...
# 2  
Old 04-13-2011
zonecfg(1M) (man pages section 1M: System Administration Commands)
take a look at those parameters:
  • dedicated-cpu
  • capped-memory
  • capped-cpu
This User Gave Thanks to bartus11 For This Post:
# 3  
Old 04-13-2011
The ressource management has changed in solaris 10.

Go to the corresponding chapter of the following links :

http://www.oracle.com/us/products/se...-wp-075578.pdf

http://www.sun.com/blueprints/0506/819-6186.pdf
This User Gave Thanks to ctsgnb For This Post:
# 4  
Old 04-13-2011
Execute "zonecfg -z YOURZONE"

And add these parameters.
Code:
zonecfg:SSCLR01> add dedicated-cpu
zonecfg:SSCLR01:dedicated-cpu> set ncpus=1
zonecfg:SSCLR01:dedicated-cpu> end
zonecfg:SSCLR01> add capped-memory
zonecfg:SSCLR01:capped-memory> set physical=512M
zonecfg:SSCLR01:capped-memory> end

And restart or start your zone if its halted.

Last edited by Scott; 04-13-2011 at 07:47 PM..
# 5  
Old 04-14-2011
Thanks Guys!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Prustat throwing error only in zones not in global

Hi, Prustat is throwing error only in zones. But it is working fine in global. dtrace: invalid probe specifier /* ** The following is a trimmed version of two seperate DTrace scripts: ** ** socketsnoop.d - snoop TCP network socket traffic by process. ** This is intended to identify the... (3 Replies)
Discussion started by: Sumanthsv
3 Replies

2. Solaris

Solaris Global/Zones patching

Issue is : We have Solaris Global with 12 Zones and some have 15 Zones. All the OS version are10. Is it possible to apply patch at Zone level instead of patching at Global level? Please let me know. (10 Replies)
Discussion started by: baladelaware73
10 Replies

3. Solaris

Solaris 10 - rexplorer and Non-Global zones

Hi all - not really a problem as such, but just hoping someone can shed some light. We point rexplorer to multiple Global zones and it works as expected. However, each Non-Global zone get around a hundred of root su'ing to root messages, i.e.: SU 07/14 03:02 + ??? root-root SU 07/14 03:02 +... (5 Replies)
Discussion started by: dlam
5 Replies

4. Solaris

How to share/mount ZFS in two non-global zones?

Hi All, first time here. :o I need a some assistance with ZFS. I have two ZFS pools: zoneA/nfs_export zoneB/nfs_export Each dataset is mounted in a particular zone (zoneA and zoneB respectively). I have created a new dataset "zoneA/nfs_tmp" which I want to mount or share... (8 Replies)
Discussion started by: gabriel4
8 Replies

5. Solaris

How to see global hostname by logging in non global zones?

Hi guru Could any one help me by letting me know, how to see global hostname by logging in non global zones Regards (2 Replies)
Discussion started by: girish.batra
2 Replies

6. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

7. Solaris

Global zones - not allow log via SSH

Hi, I have Global zone and 2 users: root and app. I know password root and app. When a user app log - putty displays Access denied Using keyboard-interactive authentication. In file /etc/security/policy.conf I set CRYPT_DEFAULT=2a And in file /etc/ssh/sshd_config I set PermitRootLogin... (1 Reply)
Discussion started by: bieszczaders
1 Replies

8. Solaris

Global Zones

I'm logged into a non-global zone server. How would I find out what the global zone server name is from there? (1 Reply)
Discussion started by: soupbone38
1 Replies
Login or Register to Ask a Question