10. From the compute node session create a host-based VNIC with a VLAN tag. Run
the following commands:
root@el01cn16:~# dladm create-vnic -l eoib0 -v 3066 vnic3066_0
root@el01cn16:~# dladm show-vnic
The following is an example of the show-vnic command output:
LINK OVER SPEED MACADDRESS MACADDRTYPE VIDS
vnic3066_0 eoib0 10000 2:8:20:42:a1:f1 random 3066
11. Run the following commands to create the EoIB datalink over net5:
root@el01cn16:~# dladm create-eoib -l net5 -g el01sw-ib02 -c 0A-ETH-1 eoib1
root@el01cn16:~# dladm show-eoib
The following is an example of the show-eoib command output:
LINK GWNAME GWPORT GWID FLAGS SPEED MACADDRESS OVER
eoib0 el01sw-ib03 0a-eth-1 506 aHnU-- 10000 80:c0:a0:9:16:1 net4
eoib1 el01sw-ib02 0a-eth-1 286 aH---- 10000 0:0:0:0:0:0 net5
12. Log into the switch that net5 is connected to and run the following command to
create a VNIC with no VLAN tag:
[root@el01sw-ib02 ~]# createvnic 0A-ETH-1 -guid 0021280001eff36a -mac
00:14:4F:09:16:02
vNIC created
Run the following command to display the result of the creation of the VNIC:
[root@el01sw-ib02 ~]# showvnics|grep cn16
108 WAIT-IOA N 0021280001EFF36A el01cn16 EL-C 192.168.10.16 0000
00:14:4F:09:16:02 NO 0xffff 0A-ETH-1
13. From the compute node session run the following command to create a VNIC with
a VLAN tag:
root@el01cn16:~# dladm create-vnic -l eoib1 -v 3066 vnic3066_1
00:14:4F:09:16:02
vNIC created
Run the following command to display the result of the creation of the VNIC:
root@el01cn16:~# dladm show-vnic
LINK OVER SPEED MACADDRESS MACADDRTYPE VIDS
vnic3066_0 eoib0 10000 2:8:20:42:a1:f1 random 3066
vnic3066_1 eoib1 10000 2:8:20:10:7f:d3 random 3066
14.
Run the following commands to create the IPMP bond1 group:
root@el01cn16:~# ipadm create-ip vnic3066_0
root@el01cn16:~# ipadm create-ip vnic3066_1
root@el01cn16:~# ipadm delete-ipmp bond1
root@el01cn16:~# ipadm create-ipmp -i vnic3066_0 -i vnic3066_1 bond1
root@el01cn16:~# ipadm create-addr -T static -a 192.168.100.16/24 bond1/v4
Set Up Ethernet Over InfiniBand (EoIB) on Oracle Solaris
Configure Ethernet Over InfiniBand 10-15