mac_xuyi 发表于 2011-12-25 16:11

Branded Zones on Solaris 10 (Sparc and X86)

Branded Zones on Solaris 10 (Sparc and X86)







On Solaris 10 Sparc, Branded zone can be run as Linux OS:



1. Create a Branded zone, set /lxbrandedz as its zonepath
zonecfg -z brandedz "create -t SUNWlx; set zonepath=/lxbrandedz; set autoboot=true"

2. Install the zone
zoneadm -z brandedz install -d <path to tarball/centos_fs_image.tar.bz2>

3. Boot the zone
zoneadm -z brandedz boot

##############################################

On Solaris 10 X86, Branded zone can be run as Solaris 8 or Solaris 9:

1. Download "s9containers-bundle-solaris10-sparc.tar.gz" and "solaris9-image.flar" from following URL: http://www.sun.com/software/solaris/containers/getit.jsp (You may need a SUN account)

2. Install "Solaris 9 Containers 1.0" on Solaris 10 hosts after reading README file,
add the Solaris patch 127111-01 for your system.

3. Create a zone named s9zone
zonecfg -z s9zone "create -t SUNWsolaris9; set zonepath=<zonepath>; set autoboot=true"

4. Install the zone
zoneadm -z s9zone install -u -a <path of solaris9-image.flar>

5. Boot the zone
zoneadm -z s9zone boot

如果有一天21 发表于 2012-01-04 14:38

谢谢分享

东方蜘蛛 发表于 2012-01-05 12:07

请问LZ:for x86的bundle在哪下?
页: [1]
查看完整版本: Branded Zones on Solaris 10 (Sparc and X86)