Users Guide
3– 适配器管理应用程序
Linux 管理应用程序
106 CU0354602-05 M
4. 要安装新版本,请发出以下命令:
rpm –ihv QConvergeConsoleCLI-<version>.i386.rpm
该公用程序安装于 /opt/QLogic_Corporation/QConvergeConsoleCLI 目
录中。
某些软件版本需要更新 NIC 闪存中的固件。要查看是否需要更新固件,请参阅软
件包的发行说明。如果需要,请使用 QConvergeConsole CLI 工具以写入到卡的
闪存中。
qaucli 公用程序强制 QConvergeConsole CLI 使用 NIC 协议界面更新闪存。例如:
.\qaucli -pr nic .updimages [cna_instance] image_file
要让 QConvergeConsole CLI 自动选择一个协议接口进行闪存更新,请发出以下
命令:
.\qaucli -nic .updimages [cna_instance] image_file
ethtool 公用程序
使用 ethtool 公用程序查看适配器统计信息和配置接口选项。有关附加详细信息,
请参考 qlcnic 驱动程序手册页和 ethtool 手册页。
示例:
要禁用传输分段卸载,请发出以下命令,其中 [n] 代表特定实例的数值:
ethtool -K eth[n] tso off
要列出接口统计信息,请发出以下命令,其中 [n] 代表特定实例的数值:
ethtool –S eth[n]
输出范例 1:
ethtool -S eth8
NIC statistics:
xmit_called: 6
xmit_finished: 6
rx_dropped: 0
tx_dropped: 0
csummed: 0
rx_pkts: 0
lro_pkts: 0
rx_bytes: 0
tx_bytes: 468
lrobytes: 0
lso_frames: 0
xmit_on: 0
xmit_off: 0
skb_alloc_failure: 0