On Wed 08 Feb 2012 at 07:45PM, Will Fiveash wrote:
> 
> When I do:
> 
> create
> set zonepath=/zone/newzone
> set limitpriv="default,dtrace_proc,dtrace_user"
> 
> set ip-type=shared
> 
> add net
> set physical=nge0
> set address=10.0.0.2/8
> end

remove anet linkname=net0

> commit
> exit
> 
> I see:
> 
> On line 19 of /tmp/createzone.yuaalI:
> anet resources can only be specified if ip-type = exclusive
> Zone master failed to verify
> master: Incompatible settings
> 
> ?

The default zone configuration (SYSdefault) contains an anet resource.
anet resources require ip-type = exclusive.  The command I inserted
above will remove that default anet resource.  The 'create -b' option is
also a fine route to go, but is not ideal if you are trying to switch an
already configured zone between exclusive and shared stack.

-- 
Mike Gerdts
Solaris Core OS / Zones                 http://blogs.oracle.com/zoneszone/
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to