Q-Logic IB0056101-00 G Computer Drive User Manual


 
5 – Software Installation
OpenFabrics Drivers and Services Configuration and Startup
5-22 IB0056101-00 G
S
5. Start the QLogic VNIC driver and the QLogic VNIC interfaces. Once you
have created a configuration file, you can start the VNIC driver and create
the VNIC interfaces specified in the configuration file by running the
following command:
# /etc/init.d/qlgc_vnic start
You can stop the VNIC driver and bring down the VNIC interfaces by running
the following command:
# /etc/init.d/qlgc_vnic stop
To restart the QLogic VNIC driver, run the following command:
# /etc/init.d/qlgc_vnic restart
If you have not started the InfiniBand network stack (infinipath or
OFED), then running the
/etc/init.d/qlgc_vnic start command also
starts the InfiniBand network stack, since the QLogic VNIC service requires
the InfiniBand stack.
If you start the InfiniBand network stack separately, then the correct starting
order is:
Start the InfiniBand stack.
Start QLogic VNIC service.
For example, if you use infinipath, the correct starting order is:
# /etc/init.d/infinipath start
# /etc/init.d/qlgc_vnic start
Correct stopping order is:
Stop QLogic VNIC service.
Stop the InfiniBand stack.
For example, if you use infinipath, the correct stopping order is:
# /etc/init.d/qlgc_vnic stop
# /etc/init.d/infinipath stop
If you try to stop the InfiniBand stack when the QLogic VNIC service is
running, an error message displays, indicating that some of the modules of
the InfiniBand stack are in use by the QLogic VNIC service. Also, any
QLogic VNIC interfaces that you created are removed (because stopping
the InfiniBand network stack unloads the HCA driver, which is required for
the VNIC interfaces to be present).
In this case, do the following:
Stop the QLogic VNIC service with
/etc/init.d/qlgc_vnic stop
.
Stop the InfiniBand stack again.