3–Adapter Management Applications
Linux Management Applications
107
CU0354602-00 L
3.
If an older version is found, erase it by issuing the following command:
rpm –e QConvergeConsoleCLI
4.
To install the new version, issue the following command:
rpm –ihv QConvergeConsoleCLI-
<
version
>
.i386.rpm
The utility is installed in the
/opt/QLogic_Corporation/QConvergeConsoleCLI
directory.
Some software releases require firmware to be updated in the NIC’s Flash
memory. See the release notes for your software package to see if this is
necessary. If so, use the QConvergeConsole CLI tool to write to the card’s Flash
memory.
The qaucli utility forces the QConvergeConsole CLI to use the NIC protocol
interface to update the Flash memory. For example:
.\qaucli -pr nic .updimages [cna_instance] image_file
To have the QConvergeConsole CLI automatically select a protocol interface to
update the Flash memory, issue the following command:
.\qaucli -nic .updimages [cna_instance] image_file
ethtool Utility
Use the ethtool utility to view adapter statistics and configure interface options.
For additional details, refer to the qlcnic driver man page and ethtool man page.
Examples:
To disable transmit segmentation offload, issue the following command, where [
n
]
represents a numerical value for a specific instance:
ethtool -K eth[
n
] tso off
To list interface statistics, issue the following command, where [
n
] represents a
numerical value for a specific instance:
ethtool –S eth[
n
]
Sample Output 1:
ethtool -S eth8
NIC statistics:
xmit_called: 6
xmit_finished: 6
rx_dropped: 0
tx_dropped: 0
csummed: 0
rx_pkts: 0