Users Guide
7–Linux 驱动程序软件
修补 PCI 文件 (可选)
41 BC0054508-05 M
使用 RPM 包卸载 QCS
要使用 Linux RPM 包卸载 QCS CLI 及 / 或相关 RPC 代理程序,请发出以下命令:
% rpm -e <package_name>.rpm
其中 <package_name> 是以下中的一者 :
修补 PCI 文件 (可选)
要使硬件检测公用程序 (如 Red Hat kudzu)能正确识别支持 bnx2x 的设备,也
许需要更新若干包含 PCI 供应商和设备信息的文件。通过运行补充 TAR 文件中提
供的脚本来应用更新。例如,在 Red Hat Enterprise Linux 上,通过发出以下命令
来应用更新:
./patch_pcitbl.sh /usr/share/hwdata/pcitable pci.updates
/usr/share/hwdata/pcitable.new bnx2
./patch_pciids.sh /usr/share/hwdata/pci.ids pci.updates
/usr/share/hwdata/pci.ids.new
然后,备份旧文件并重命名新文件供使用。
cp /usr/share/hwdata/pci.ids /usr/share/hwdata/old.pci.ids
cp /usr/share/hwdata/pci.ids.new /usr/share/hwdata/pci.ids
cp /usr/share/hwdata/pcitable /usr/share/hwdata/old.pcitable
cp /usr/share/hwdata/pcitable.new /usr/share/hwdata/pcitable
网络安装
要通过 NFS、 FTP 或 HTTP (使用网络引导磁盘或 PXE)进行网络安装,可能需
要含 bnx2x 驱动程序的驱动程序磁盘。该驱动程序磁盘包括用于最新 Red Hat 和
SUSE 版本的驱动程序映像。通过修改 Makefile 及 make 环境,可编译其他
Linux 版本的引导驱动程序。 Red Hat 网站提供更多信息:
h
ttp://www.redhat.com
QCS CLI QCS-CLI-<version>-<arch>.rpm
RPC 代理程序
qlnxremote-<version>.<arch>.rpm
注
此步骤中使用的示例涉及 bnx2x 驱动程序,但也适用于 bnx2fc 和 bnx2i 驱动
程序。