Meaning of Solaris zones


 
Thread Tools Search this Thread
Operating Systems Solaris Meaning of Solaris zones
# 15  
Old 01-13-2010
i work within SEC regs and never heard of that before... have i missed something?! then again, any server we might be hosting as an exchange for example wouldn't have enough resources on a zone. Smilie

maybe other countries have this in place?
# 16  
Old 01-13-2010
Quote:
Originally Posted by jlliagre
Do you know of any regulation objecting Solaris zones or is it just speculation ?
I would expect regulations to recommend using zones instead.
Homeland Security, financial industry in the US, just to name two.
Some applications are required to run on their own, on dedicated hardware.

In any case, at this point in time, it doesn't make much sense to implement zones going forward with the advent of ldoms and cheaper domain solutions.
# 17  
Old 01-13-2010
Quote:
Originally Posted by System Shock
Homeland Security, financial industry in the US, just to name two.
Some applications are required to run on their own, on dedicated hardware.
That doesn't rule out running a single non global zone on that dedicated hardware which still make sense.
Quote:
In any case, at this point in time, it doesn't make much sense to implement zones going forward with the advent of ldoms and cheaper domain solutions.
Zones are lighter and more flexible than domains. You can use zones in domains, they aren't necessarily mutually exclusive.
# 18  
Old 01-13-2010
Quote:
Originally Posted by jlliagre
Zones are lighter and more flexible than domains.
Lighter: yes, more flexible is very debatable. I don't propose to debate it but I don't agree that it is as black and white as you say. There are lots of things you simply cannot do in a non-global zone that you can on bare metal.

Quote:
You can use zones in domains, they aren't necessarily mutually exclusive.
A perfect example of how a domain could be considered to be more flexible.
# 19  
Old 01-14-2010
USA- the auditors did not allow a SOX-compliant and non-SOX-compliant company to be running financials/CIS on the same physical box - zones or no zones.

Your auditors may.
# 20  
Old 01-14-2010
i wonder how that's panning out with esx servers
# 21  
Old 01-14-2010
Quote:
Originally Posted by reborg
Lighter: yes, more flexible is very debatable. I don't propose to debate it but I don't agree that it is as black and white as you say.
You are right. I should have elaborate about what flexibility I was thinking of: the ability to create zones on whatever hardware Solaris supports while LDOMs are limited to UltraSPARC T based servers, Domains to SPARC64 and other high end servers, XEN/VirtualBox/VMWare to x86.
The ability to create zones sharing CPU, memory, network and filesystem resources with much more flexibility and granularity than LDOMs or domains.
Quote:
There are lots of things you simply cannot do in a non-global zone that you can on bare metal.
Indeed but some of them can sometimes be viewed as an advantage for zones. I for example might be less reluctant to grant some or all administrative privileges to an unexperienced user in a zone than on the bare metal OS. Most damage would definitely be far easier to recover from when done in a non global zone. For similar reasons, I would avoid putting a Internet facing service in a global zone.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Migration of Solaris 10 on physical host to Solaris Zones

Hi All Kindly let me know how can I move Solaris 10 OS running update 10 on physical machine to another machine solaris zone running Solaris 10 update 11 (2 Replies)
Discussion started by: amity
2 Replies

2. Solaris

Solaris zones

Hi guys and gals, Does anyone know how to import solaris zones from the xml files that sit in /etc/zones? I want the zones from one machine to another, all I have is the XML files for the zones, so I can't export them first. Thanks in advance Martin (1 Reply)
Discussion started by: callmebob
1 Replies

3. Solaris

Solaris Zones

Hi friends, Actually I faced problem in solaris zone. i was created 4 zones on my server. but one of them is not working ? so, where i wll get the error logs, and how to troubleshoot the problem. i have some kind of urgency. Please reply. (2 Replies)
Discussion started by: rajaramrnb
2 Replies

4. UNIX for Dummies Questions & Answers

Solaris Zones

Hi Guys, I haven't worked on solaris zones earlier. I have a query regarding the zones. We have MQ software installed on a solaris container. I am not sure on which zone this s/w is intalled. I have logged into this container via putty. When I search for the package, I got the package... (7 Replies)
Discussion started by: vandi
7 Replies

5. Solaris

Solaris zones

Hi, I created a zone with separate /usr for the zone. when I do ping to newly created zone it showing alive, I am able to login through zone console zlogin -C -E <zone name> I created a test account on zone which is already existing under global zone and try to ssh, it is working fine but... (1 Reply)
Discussion started by: alberto
1 Replies

6. Solaris

Solaris Zones

Hi Every, I would like to know some questions on Zones??? 1.what are types of zones we can install in global zone??? 2.Exact difference between sparce root and whole root??? 3.can we change the ip address of a running zone??? 4.how to find our in which zone we are running and how many... (8 Replies)
Discussion started by: tirupathiraju_t
8 Replies

7. Solaris

Solaris Zones

I have a Solaris 10 box configured with a global zone and 3 non-global zones. All of the zones need to be configured so they can access and run an application in the global zone located at /export/home. How do i make this application and all of its accompanying files available to the 3 non-global... (3 Replies)
Discussion started by: goose25
3 Replies

8. Solaris

Regarding Solaris Zones

Hello All, I have a list of Local Zones in my list. I want to find out their Global Zone names exactly....I know the command "arp ..."But I dont know how to filter it correctly and find it out. Thanks in advance, Jacky (9 Replies)
Discussion started by: jegaraman
9 Replies

9. Solaris

Solaris zones

Hi All, I am getting zone error # /usr/sbin/zoneadm -z asflxpoc1 boot -s could not verify net address=169.185.246.229 physical=ce0: No such device or address could not verify net address=169.185.246.230 physical=ce0: No such device or address Any ideas for this error message. The... (13 Replies)
Discussion started by: jegaraman
13 Replies

10. UNIX for Advanced & Expert Users

Solaris Zones

okay people i need some help: i was able to configure zones on my solaris 10 server, the problem is I can't ssh into the zones!!! I can zlogin -C zone2 successfully for both zones. Am I missing something? I can ping the zones, but can't ssh. From the zones, I can ping my global server. (7 Replies)
Discussion started by: Sarccastik Dude
7 Replies
Login or Register to Ask a Question