![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cant priocntl within solaris 10 non global container | moofoo | SUN Solaris | 1 | 05-19-2008 03:49 AM |
| Butterfly Container 2.2.0 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-07-2008 03:00 PM |
| Butterfly Container 2.0.0 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-04-2008 02:10 PM |
| Butterfly Container 1.9.11-beta (Default branch) | iBot | Software Releases - RSS News | 0 | 02-20-2008 12:10 PM |
| Butterfly Container 1.9.10-beta (Default branch) | iBot | Software Releases - RSS News | 0 | 01-31-2008 08:30 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
LDOM vrs Container
Does anyone know the difference between a Logical Domain and a Container ?
Both seem to be virtualisation technologies from Sun. Also I know a Domain can have containers within it but I don't see the point |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
ldom is a per prozessor virtualisation... containers is a software (solaris) virtualization. you can use zones/containers on all solaris 10 (sparc and x86) installations but you need special hardware to use ldoms!
|
|
#3
|
||||
|
||||
|
It is not "per processor" virtualization, as you can split a processor/core/threads into different domains, and still you create the LDOMs through software..
It'd take too much typing to properly explain the difference... ...in a nutshell, LDOMs allow you to assign your hardware to different virtual hosts for exclusive use. Say you have a T5220 with an 8-core CPU. You could create 8 LDOMs and assign a core to each. Each core will be for the exclusive use of the domain you assigned it to, regardless of the load on the other domains. With zones/containers, all zones can use any CPU core/thread that they need when they need it. Limits can be set as far as how much CPU they use, but you cannot specify which CPU/core/thread they are to use. With LDOMs you get an OBP per domain that can be configured independently from the others. Zones don't have OBPs. You can "brand" a zone as a Solaris 8 or Solaris 9 zone (and I understand RHEL as well), running an instance of either OS on top of Solaris 10. This is useful in those cases when you are refreshing hardware but app vendors only support their apps on the older OSs. You can't "brand" an LDOM, but you can create a branded zone inside an LDOM. Root on the global zone can see all of the file systems on each zone. Root on the primary domain cannot see the files systens on the domains. I hope this gives you a better idea. |
|
#4
|
||||
|
||||
|
nice... thats the long story. i didn't had time to be so exact
one thing: branded zones can be linux (rhel) and solaris 8 not 9 (afaik). |
|
#5
|
|||
|
|||
|
Quote:
Each one can run either Solaris or Ubuntu which is certified on LDoms. |
|||
| Google The UNIX and Linux Forums |