Set Up A Solaris Zone - Oracle Exalogic Elastic Cloud Owner's Manual

Table of Contents

Advertisement

Create a Solaris Zone
Create a VNIC on the compute node for the first physical link using the dladm
4.
create-vnic command as follows:
# dladm create-vnic -l link_of_eoib0 -v VLAN_ID vnic1_name
Example:
# dladm create-vnic -l net9 -v 1706 vnic3_1706
Create a VNIC for the second physical link using the dladm create-vnic
5.
command as follows:
# dladm create-vnic -l link_of_eoib1 -v VLAN_ID vnic2_name
Example:
# dladm create-vnic -l net8 -v 1706 vnic2_1706
F.3.2 Set Up a Solaris Zone
With the storage appliance prepared, you can store the zone on the storage appliance
and set up additional bonded network on the 10 GbE Exalogic client network
exclusively for the zone.
You can set up the solaris zone by doing the following:
Create a Zone
1.
Install and Boot Up the Zone
2.
F.3.2.1 Create a Zone
You can create a zone by doing the following:
Log in to the compute node as the root user.
1.
Run the zonecfg command to configure the zone as follows:
2.
# zonecfg -z zone_name
Example:
# zonecfg -z zone04
Use 'create' to begin configuring a new zone.
In this example, the name of the zone you are creating is zone04.
Enter create to begin configuring the zone:
3.
zonecfg:zone04 create
create: Using system default template 'SYSdefault'
Create the zone by running the following commands:
4.
zonecfg:zone04> set zonepath=/zones/zone04
zonecfg:zone04> add rootzpool
zonecfg:zone04:rootzpool> add storage iscsi://
IPoIB_Address_of_the_storage_Appliance/luname.naa.LUNGUID
zonecfg:zone04:rootzpool> end
zonecfg:zone04> remove anet
zonecfg:zone04> add net
zonecfg:zone04:net> set physical=vnic1_name
zonecfg:zone04:net> end
F-8 Oracle Exalogic Elastic Cloud Machine Owner's Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Exalogic Elastic Cloud and is the answer not in the manual?

Questions and answers

Table of Contents