User`s guide

Chapter I. Chelsio Unified Wire
Chelsio T5/T4 Unified Wire For Linux Page 29
vii. The selected components will now be installed.
3.2.3. CLI mode
i. Download the tarball ChelsioUwire-x.x.x.x.tar.gz from Chelsio Download Center,
http://service.chelsio.com/
ii. Untar the tarball using the following command:
[root@host]# tar -zxvfm ChelsioUwire-x.x.x.x.tar.gz
iii. Change your current working directory to Chelsio Unified Wire package directory and build
the source using :
[root@host]# make
iv. Install the drivers, tools and libraries using the following command:
[root@host]# make install
v. The default configuration tuning option is Unified Wire (includes FCoE Initiator). The
configuration tuning can be selected using the following commands:
[root@host]# make CONF=<T5/T4 configuration>
[root@host]# make CONF=<T5/T4 configuration> install
To view the different configuration tuning options, view help by typing
[root@host]#make help
Note
Steps (iv)and (v) mentioned above will NOT install Bypass driver. It will have to
be installed manually. Please refer to section 3.1.4 CLI mode (individual
drivers) for instructions on installing it.
Important
OFED is currently not supported on RHEL 6.4 and SLES11SP3.
Note