Strategies for Network Administration in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

Create Oracle Solaris Zones on the Oracle VM Server for SPARC Guest Domains

The following example shows how to create a zone within an Oracle VM Server for SPARC guest domain for the purpose of deploying the cloud workload. The following commands create a zone on the guest domain with an anet that uses a VXLAN as the underlying link of the Oracle VM Server for SPARC virtual switch.

# zonecfg -z B-1
zonecfg:B-1> create
.
.
.
zonecfg:B-1> add anet
zonecfg:B-1:anet> set evs=vswitch_b
zonecfg:B-1:anet> end
zonecfg:B-1> commit
zonecfg:B-1> exit

For more information about configuring zones, see Creating and Using Oracle Solaris Zones .