[zones-discuss] zone creation opensolaris svn99 problem

2008-10-27 Thread Tonton Dede
Hello,

I am trying Opensolaris 200805 svn99 on virtualbox (Opensuse 11 64bit)

I follow the procedure described for solaris 10, but when I get to the point

# zoneadm -z zone install
A ZFS file system has been created for this zone
and thenI get this error:
Error: unable to determine global zone boot environment

Has something changed ?

What need I to do in order to have zones working ?

kind regards,
TD

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Zone creation Hangs.

2008-02-04 Thread Enda O'Connor ( Sun Micro Systems Ireland)
Morris Hooten wrote:
 I've crated many zones but haven't seen this one yet and have tried
 a few things and can't get it past this point in installing the new zone.
 
 it just hangs at the point below
 
 any hinsts? i looked in sunsolve but nothing specific
 
 thanks
 
 
 
 Creating list of files to copy from the global zone.
 Copying 2873 files to the zone.
 Initializing zone product registry.
 Determining zone package initialization order.
 Preparing to initialize 1165 packages on the zone.
 Initializing package 1164 of 1165: percent complete: 99%
 
 
 ___
 zones-discuss mailing list
 zones-discuss@opensolaris.org

Hi
what does the last entry in the zone install log look like ( although it 
mightn't have flushed the relevant data to file it might be worth a look )
so zone-path/root/var/sadm/system/logs/install_log

what does ptree say for the global zone ( ptree -z global )
maybe a truss of the hung process mighgt shed some light.

also what is the OS release etc
Enda
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] Zone creation Hangs.

2008-02-03 Thread Morris Hooten
I've crated many zones but haven't seen this one yet and have tried
a few things and can't get it past this point in installing the new zone.

it just hangs at the point below

any hinsts? i looked in sunsolve but nothing specific

thanks



Creating list of files to copy from the global zone.
Copying 2873 files to the zone.
Initializing zone product registry.
Determining zone package initialization order.
Preparing to initialize 1165 packages on the zone.
Initializing package 1164 of 1165: percent complete: 99%


___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] zone creation

2006-11-07 Thread Abraham Panicker




Hi, 

When creating a zone with zone creation scripts, I am using the option 

'create -b' 

Will it create a sparse root zone or a whole root zone. 

If I wanted to create a sparse root zone, what options would I add to
the cmd file script. 

Following is my script which created a whole root zone. 

file : * create-zone1.csh ***

#!/bin/csh -v
mkdir /zones/zone1
chmod 700 /zones/zone1
zonecfg -z zone1 -f zone1.cmdfile
zoneadm -z zone1 install
zoneadm -z zone1 boot


file : * zone1.cmdfile

create -b
set autoboot=true
set zonepath=/zones/zone1
add net
set physical=ce0
set address=10.1.195.138
end
verify
commit
exit



___
zones-discuss mailing list
zones-discuss@opensolaris.org

Re: [zones-discuss] zone creation

2006-11-07 Thread Madhu K R

create -b will create whole root zone.
If you want to create sparse root zone then just run 'create'


Madhu

Abraham Panicker wrote:

Hi,

When creating a zone with zone creation scripts, I am using the option

'create -b'

Will it create a sparse root zone or  a whole root zone.

If I wanted to create a sparse root zone, what options would I add to 
the cmd file script.


Following is my script which created a whole root zone.

file : * create-zone1.csh ***

#!/bin/csh -v
mkdir /zones/zone1
chmod 700 /zones/zone1
zonecfg -z zone1 -f zone1.cmdfile
zoneadm -z zone1 install
zoneadm -z zone1 boot


file : * zone1.cmdfile
*
create -b*
set autoboot=true
set zonepath=/zones/zone1
add net
set physical=ce0
set address=10.1.195.138
end
verify
commit
exit



___
zones-discuss mailing list
zones-discuss@opensolaris.org
  

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] zone creation

2006-11-07 Thread James Carlson
Abraham Panicker writes:
 When creating a zone with zone creation scripts, I am using the option
 
 'create -b'
 
 Will it create a sparse root zone or  a whole root zone.

Whole root.

 If I wanted to create a sparse root zone, what options would I add to 
 the cmd file script.

None -- just remove the -b.

-- 
James Carlson, KISS Network[EMAIL PROTECTED]
Sun Microsystems / 1 Network Drive 71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
___
zones-discuss mailing list
zones-discuss@opensolaris.org