[zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-06-04 Thread Kevin Pan
Hi, I have installed the latest OpenSolaris 2009.06 and tried to create a new zone. I have tried both installations on my local machine as well as launching a OpenSolaris 2009.06 instance on Amazon EC2. Both came up with something like this: --- ad...@computer:/zones# zoneadm -z testspeed inst

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-06-04 Thread Edward Pilatowicz
hey kevin, this is a known issue that is being fixed. (i thought the fix had already been pushed to the public repo, but i guess it hasn't happened yet.) there is a pretty straitforward workaround. do a pkg image-update, boot to the new image, and then your zone install should work. ed On T

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-06-04 Thread Dan Price
On Thu 04 Jun 2009 at 06:21PM, Kevin Pan wrote: > Hi, > > I have installed the latest OpenSolaris 2009.06 and tried to create a new > zone. I have tried both installations on my local machine as well as > launching a OpenSolaris 2009.06 instance on Amazon EC2. Both came up with > something like

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-06-04 Thread Kevin Pan
Hi, Thank you guys! You guys are fast!!! Yes, I am trying again and the installation process is going through (though the download is very slow, probabaly due to bandwidth). It should complete successfully!!! Thanks! Kevin. P.S. Congratulations to the Sun Team for OpenSolaris 2009.06!!! --

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-06-04 Thread Kevin Pan
Final report: Zones installation succeeded. Thanks! -- This message posted from opensolaris.org ___ zones-discuss mailing list zones-discuss@opensolaris.org

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-08-25 Thread bastien sprenger
Hi Kevin, It seams that I have the same issue when creating a zone on opensolaris, in august 2009 this time. r...@opensolaris:~# zoneadm list -cp 0:global:running:/::native:shared -:bastoszone:configured:/export/bastoszone::ipkg:shared r...@opensolaris:~# zoneadm -z bastoszone install A ZFS f

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-08-25 Thread Dan Price
On Tue 25 Aug 2009 at 01:22PM, bastien sprenger wrote: > Hi Kevin, > It seams that I have the same issue when creating a zone on opensolaris, in > august 2009 this time. > > r...@opensolaris:~# zoneadm list -cp > 0:global:running:/::native:shared > -:bastoszone:configured:/export/bastoszone::ip

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-09-09 Thread Suraj Sankar
Hi Kevin/All, i am pretty new to open solaris.Could anyone help me with the step by step installation of zones on open solaris 2009.06. Any help will be highly appreciated.. -- This message posted from opensolaris.org ___ zones-discuss mailing list zo

Re: [zones-discuss] Creating a new zone using latest OpenSolaris 2009.06

2009-09-10 Thread Edward Pilatowicz
you need three commands: zonecfg(1m) zoneadm(1m) zlogin(1) to configuration a zone, see example 1 in zonecfg(1m). the only required parameter is "zonepath", so in the simplist case (a zone with no networking) just set that. then use zoneadm(1m) to install and boot the zon