User`s guide

Chapter I. Chelsio Unified Wire
Copyright ©2013.Chelsio Communications. All Rights Reserved. Page 24
viii. Reboot your machine for changes to take effect.
3.2.2.1. iWARP driver installation on Cluster nodes
drivers on multiple Cluster nodes with a
single command. Follow the procedure mentioned below:
i. Create a file (machinefilename) containing the IP addresses or hostnames of the nodes in
the cluster. You can view the sample file, sample_machinefile, provided in the package to
view the format in which the nodes have to be listed.
ii. Now, execute the following command:
[root@host] # ./install.py -C -m <machinefilename>
iii. Next, follow the onscreen instructions to continue with the installation.
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. Navigate to the ChelsioUwire-x.x.x.x directory. Build the source using :
[root@host]# make
To install Bypass or WD-TOE driver, run
[root@host]# ./install.py -c <target> and follow steps (iv) - (vi)
mentioned above.
To customize the installation, view the help by typing
[root@host]#./install.py h
Important
Please make sure that you have enabled password less authentication with ssh
on the peer nodes for this feature to work.
Important