服务器官方技术文章【转载】
1752781 成员
5957 在线
108789 解答
新建帖子

Driver Disk for Broadcom bnx2 v2.78.33 for XenServer 6.2.0

 
cicong
兼职投稿人

Driver Disk for Broadcom bnx2 v2.78.33 for XenServer 6.2.0

Customers running Citrix XenServer 6.2.0 who use Broadcom's NetXtreme II 1GB Ethernet Adapters and wish to use the latest version of the following:

Driver Module Version bnx2 2.78.33-1

Note: The bnx2 (v2.2.4d) and cnic (v2.5.18b) drivers are packaged as a single rpm: bnx2-modules-xen-2.6.32.43-0.4.1.xs1.8.0.835.170778-2.78.33-1.i386.rpm with a package version of 2.78.33-1.

Issues Resolved In this Driver Disk

Fixes a compatibility issue with XenServer 6.2.0

Firmware requirements for this Driver Disk

Note: If your device has been branded by your OEM, please ensure that you consult them regarding the currently supported driver/firmware versions.

Installing the Driver Disk

Customers should use the XenServer CLI to install this driver disk. Once the driver has been installed, the server must be restarted, in order for the driver to be loaded. As with any software update, Citrix advises customers to back up their data before applying this driver disk.

Please note that the attachment to this article is a zip file. It contains both the drive disk ISO mentioned below, and the source code for the driver. The zip file should be unzipped (to produce the driver disk ISO image), before carrying out the steps below. The source code file is not necessary for driver disk installation: it is provided to fulfill licensing obligations.

The file with filename ending metadata.md5 contains the checksum of the driver disk's metadata. If, when you install the driver disk, you elect to verify the driver disk when prompted, you should check that the checksum presented by the installer is the same as that in the metadata MD5 checksum file included in this download.

Also present in the zip file is an MD5 checksum for the ISO image named bnx2-2.78.33-GA.iso. This will allow you to verify that your download has been successful. This checksum is of the ISO only, and can be verified by following the instructions at CTX116166: How to verify downloaded ISO images.

Installing as Part of a Clean XenServer Installation

  1. Once you have selected your keyboard layout at the first installer prompt, you will be presented with a welcome screen. At this point, press F9 on your keyboard, and insert the CD with the driver disk in it, or use one of the other methods such as installation over the network.

    Users should note that if installation over HTTP or FTP is to be used, the ISO image must be unpacked at that location (i.e. the installer expects to find the contents of the ISO at that network location, not the ISO itself).
  2. The installer will proceed to attempt to load the driver. If this is successful, you can continue with the installation as normal. Near the end of the installation, you will be prompted to re-insert the driver disk (otherwise known as a XenServer supplemental pack) so that the driver can be installed onto disk. You must re-supply the driver disk at this point. Failure to do so will mean that the installation will not contain the new drivers. After this step, no further action is required.

If the installer fails to load the new driver from the driver disk, it is likely to be because an earlier version of the driver has already been loaded. In general, this is because a hardware component is present that is supported by the version of the driver that ships as part of XenServer (even if another component is present that requires a newer version of the driver). To avoid the existing driver being loaded, use the following procedure.

  1. Reboot the host, leaving the XenServer installation CD-ROM in the drive.
  2. At the boot:prompt, type:
    shell
  3. You will now be presented with a command prompt. Type the following:
    rmmod bnx2
    If this succeeds (i.e. there are no error messages printed),the installer's versions of the drivers have been unloaded. If error messages are presented, it is likely that other drivers depend on one or more of the drivers you are attempting to unload. If this is the case, please contact Citrix Technical Support.
  4. Type
    exit
    or press Control+D on your keyboard, to return to the installer.
  5. Use the procedure described above to provide the driver disk to the installer, which should now load correctly.

Installing onto a Running XenServer System

  1. Download the driver disk directly to the XenServer host to be updated (Citrix recommends storing it in the /tmp/ directory), or first download the file to an Internet-connected computer, and burn the ISO image to a CD.
  2. Use XenCenter to access the XenServer host's console, or log in directly using SSH.
  3. Mount the driver disk image. The directory being mounted varies depending on whether the driver disk is still in ISO form, or was burnt to CD. For a CD-ROM, use:
    mkdir -p /mnt/tmp
    mount /dev/<path to cd-rom> /mnt/tmp
    cd /mnt/tmp/
    ./install.sh
    cd /
    umount /mnt/tmp
    If instead, the ISO file is used, the steps are:
    mkdir -p /mnt/tmp
    mount /tmp/<path to ISO> /mnt/tmp -o loop,ro
    cd /mnt/tmp/
    ./install.sh
    cd /
    umount /mnt/tmp
  4. To complete the installation, restart the host. This ensures that the driver loads correctly.