Zone Configuration Doubt


 
Thread Tools Search this Thread
Operating Systems Solaris Zone Configuration Doubt
# 1  
Old 11-16-2009
Zone Configuration Doubt

Hi All,

I Have Sun SPARC T5220 is a single processor machine with 8 cores.
I want to create a zone which should take 3 cores.
So how can I Configure those 3 cores to zone?
and
Once I configured some particular cores to zone and if I want to increase or decrease the cores how can I do it?

Please explain me a little bit broadly......
I am new to this solaris.........
# 2  
Old 11-16-2009
Already answered here:
Restricting CPU Core Access
# 3  
Old 11-16-2009
Thx for the reply

One more Doubt
If I want to change the value of ncpus to some other value then how can we edit it?
Is there any possibility to remove dedicated-cpu, which should not effect my current configuration?


---------- Post updated at 06:05 AM ---------- Previous update was at 05:59 AM ----------

Thx for the reply

One more Doubt
If I want to change the value of ncpus to some other value after the zone is configured and installed (May in Future if I want to decrease ncpus value ) then how can we edit it?
Is there any possibility to remove dedicated-cpu, which should not effect my current configuration?
# 4  
Old 11-16-2009
Quote:
Originally Posted by vijaysachin
If I want to change the value of ncpus to some other value after the zone is configured and installed (May in Future if I want to decrease ncpus value ) then how can we edit it?
Code:
select dedicated-cpu
...

Quote:
Is there any possibility to remove dedicated-cpu, which should not effect my current configuration?
Code:
 remove dedicated-cpu

# 5  
Old 11-16-2009
Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

2. Solaris

zone configuration

Hi Guys, when you add a file system in a zone during configuration, do you have to add it in the global zones etc/vfstab? Do you have to do any mounting ? Thanks lots guys. (2 Replies)
Discussion started by: cjashu
2 Replies

3. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

4. UNIX for Advanced & Expert Users

Zone Configuration in Solaris 10

We have solaris 10 server that has the been re-installed with OS after OS got currupted. The old ZONE contents has been now restored from backup.Now when we try to check for the zones by listing command, I could find only global zone running. Kindly let me know how to install/configure the zone to... (2 Replies)
Discussion started by: hydoss1
2 Replies

5. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

6. Solaris

Solaris Zone configuration

So I have a zone, called assist. the server is running, I bound the network adapter to ce3, but it doesn't seem to work. I can't get out to the internet. I can ping the device from the host, but not from my desktop. here is the network configuration from the zone side: # ifconfig -a... (3 Replies)
Discussion started by: Kjons76
3 Replies

7. Solaris

Doubt on non global zone dedicated-cpu usage ??

Hi All, While creating zone we will mention min and max cpu cores, If the non global zone uses only minimum cores at particular time What the other cores will do? Will it shared to global zone? If we do prstat in non global zone is it show only the allocated cpu cores for that zone or it... (0 Replies)
Discussion started by: vijaysachin
0 Replies

8. Solaris

Doubt in zone configuration pls help

Hi I am new to solaris I am running solaris from sun virtual box I am trying to create a zone but it is giving some error... First i configured my zone zonename: test zonepath: /rpool/zones/test brand: ipkg autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type:... (1 Reply)
Discussion started by: vijaysachin
1 Replies

9. Solaris

Solaris 10 network configuration problem with zone

I am seeking help from the gurus in this forum and hope that I can find answers soon. Anyone who provide the answers will be greatly appreciated. I have a sparc box with Solaris 10 on it. We install Solaris with zone structure. One global zone and two other zone. I installed Oracle DB on global... (6 Replies)
Discussion started by: duke0001
6 Replies
Login or Register to Ask a Question