QLogic 7104-1M-CABLE User Manual

Page of 130
6–Configuring Drivers and Services
OpenFabrics Drivers and Services Configuration and Startup
6-6
IB0056101-00  H
S
6.
Create a mount point (as root) where you will mount the SRP device. For 
example:
mkdir /mnt/targetname
mount /dev/sde1 /mnt/targetname 
Configuring and Administering the VNIC Interface
The VirtualNIC (VNIC) Upper Layer Protocol (ULP) works in conjunction with 
firmware running on Virtual Input/Output (VIO) hardware such as the SilverStorm
®
 
Ethernet Virtual I/O Controller (EVIC™) or the InfiniBand/Ethernet Bridge Module 
for IBM
®
 BladeCenter
®
, providing virtual Ethernet connectivity.
The VNIC driver, along with QLogic EVIC’s two 10 Gigabit ethernet ports, enables 
Infiniband clusters to connect to Ethernet networks. This driver also works with the 
earlier version of the I/O controller, the VEx.
The QLogic VNIC driver creates virtual Ethernet interfaces and tunnels the 
Ethernet data to/from the EVIC over InfiniBand using an InfiniBand reliable 
connection. 
The virtual Ethernet interface supports any Ethernet protocol. It operates like any 
other interface: ping, ssh, scp, netperf, etc.
The VNIC interface must be configured before it can be used. To do so, perform 
the following steps:
1.
Discover the EVIC/VEx Input/Output Controllers (IOCs) present on the fabric 
using the ib_qlgc_vnic_query command. For writing the configuration 
file, you will need information about the EVIC/VEx IOCs present on the 
fabric, such as their IOCGUID, IOCSTRING, etc. Use the 
ib_qlgc_vnic_query tool to get this information. 
When ib_qlgc_vnic_query is executed without any options, it displays 
detailed information about all the EVIC/VEx IOCs present on the fabric. Run 
it as a root user. For example:
ib_qlgc_vnic_query 
HCA No = 0, HCA = mlx4_0, Port = 1, Port GUID = 0x0002c903000010f9, 
State = Active
IO Unit Info:
port LID:        0009
port GID:        fe8000000000000000066a11de000070
change ID:       0003
max controllers: 0x02
NOTE:
Use sde1 rather than sde. See the mount(8) man page for more 
information on creating mount points.