If you want to configure the ip addresss within the zone with
sysidcfg/hostname.* files, then you need to use exclusive ip stack zones:

        zonecfg -z zweb$Z "set iptype=exclusive"

-Steve L.

On Wed, Jul 15, 2009 at 03:55:27PM -0700, Patrick J. McEvoy wrote:
> > the only thing that comes to mind for me right now is
> > a possible 
> > mis-match of the installation repository used and the
> > repository when 
> > the zone was created.
> 
> I could re-create the master -- i.e. that which I am cloning -- if you think 
> that would make a difference. BTW, the master has never been booted -- I 
> assume this makes no difference. This is the script I run to test cloning:
> 
> Z=1
> 
> zoneadm -z zweb$Z halt
> zoneadm -z zweb$Z uninstall -F
> zonecfg -z zweb$Z delete -F
> 
> zonecfg -z zclone export | zonecfg -z zweb$Z -f -
> zonecfg -z zweb$Z "set zonepath=/zonefs/zweb$Z"
> zonecfg -z zweb$Z "add net; set physical=vphys1; end"
> zonecfg -z zweb$Z "add net; set physical=vweb$Z; end"
> zoneadm -z zweb$Z clone zclone
> zoneadm -z zweb$Z ready
> cp ./sysidcfg /zonefs/zweb$Z/root/etc/sysidcfg
> touch /zonefs/zweb$Z/root/etc/hostname.vphys1
> touch /zonefs/zweb$Z/root/etc/hostname.vweb1
> #zoneadm -z zweb$Z halt
> 
> zoneadm -z zweb$Z boot
> #zlogin -C zweb$Z
> -- 
> This message posted from opensolaris.org
> _______________________________________________
> zones-discuss mailing list
> zones-discuss@opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to