6.5 HP StoreAll 8200/9300 Storage Administrator Guide

NOTE: Because the backup NIC cannot be used as a preferred network interface for StoreAll
clients, add one or more user network interfaces to ensure that HA and client communication work
together.
Configuring VLAN tagging
VLAN capabilities provide hardware support for running multiple logical networks over the same
physical networking hardware. To allow multiple packets for different VLANs to traverse the same
physical interface, each packet must have a field added that contains the VLAN tag. The tag is a
small integer number that identifies the VLAN to which the packet belongs. When an intermediate
switch receives a "tagged" packet, it can make the appropriate forwarding decisions based on
the value of the tag.
When set up properly, StoreAll systems support VLAN tags being transferred all of the way to the
file serving node network interfaces. The ability of file serving nodes to handle the VLAN tags
natively in this manner makes it possible for the nodes to support multiple VLAN connections
simultaneously over a single bonded interface.
Linux networking tools such as ifconfig display a network interface with an associated VLAN
tag using a device label with the form bond#.<VLAN_id>. For example, if the first bond created
by StoreAll has a VLAN tag of 30, it will be labeled bond0.30.
It is also possible to add a VIF on top of an interface that has an associated VLAN tag. In this case,
the device label of the interface takes the form bond#.<VLAN_id>.<VVIF_label>. For example,
if a VIF with a label of 2 is added for the bond0.30 interface, the new interface device label will
be bond0.30:2.
The following commands show configuring a bonded VIF and backup nodes for a unified network
topology using the 10.10.x.y subnet. VLAN tagging is configured for hosts ib142-129 and
ib142-131 on the 51 subnet.
Add the bond0.51 interface with the VLAN tag:
# ibrix_nic -a -n bond0.51 -h ib142-129
# ibrix_nic -a -n bond0.51 -h ib142-131
Assign an IP address to the bond0:51 VIFs on each node:
# ibrix_nic -c -n bond0.51 -h ib142-129 -I 192.168.51.101 -M 255.255.255.0
# ibrix_nic -c -n bond0.51 -h ib142-131 -I 192.168.51.102 -M 255.255.255.0
Add the bond0.51:2 VIF on top of the interface:
# ibrix_nic -a -n bond0.51:2 -h ib142-131
# ibrix_nic -a -n bond0.51:2 -h ib142-129
Configure backup nodes:
# ibrix_nic -b -H ib142-129/bond0.51,ib142-131/bond0.51:2
# ibrix_nic -b -H ib142-131/bond0.51,ib142-129/bond0.51:2
Create the user FM VIF:
ibrix_fm -c 192.168.51.125 -d bond0.51:1 -n 255.255.255.0 -v user
For more information about VLAN tagging, see the HP StoreAll Storage Network Best Practices
Guide.
Configuring link state monitoring for iSCSI network interfaces
Do not configure link state monitoring for user network interfaces or VIFs that will be used for SMB
or NFS. Link state monitoring is supported only for use with iSCSI storage network interfaces, such
as those provided with 8200/9300 Gateway systems.
To configure link state monitoring on a 8200/9300 system, use the following command:
ibrix_nic -N -h HOST -A IFNAME
Configuring VLAN tagging 39