Citrix
Skip navigation links
Overview Expand Overview
Products Expand Products
Solutions Expand Solutions
Support Services Expand Support Services
Partners Expand Partners
About Us Expand About Us
How to Buy


[66] Disabling the management function on Broadcom NetXtreme II BCM5708 NIC    « Back to Category
Author: Alan Oehler, Created on: Dec 19, 2006 2:08 PM
Keywords: network card, network config
Categories: XenServer 3.1 Product Family, XenServer 3.2 Product Family
Language: English
Rating:


Summary

To deactivate the management function of a Broadcom CorporationNetXtreme II BCM5708 Gigabit Ethernet NIC, you need to create a MS-DOS Boot CD and use the Broadcom Utilities from a second CD-R.

You can find an image of a MS-DOS Boot CD at the following link: http://www.bootdisks.us/wp-content/bootable-cd-images/DOS6.22.iso

You can find the Broadcom Utilities under the following link: http://support.dell.com/support/downloads/download.aspx?c=us&l=en&s=gen&releaseid=R125802&SystemID=PWE_1950&os=DOS&osl=en&deviceid=8641&devlib=0&typecnt=2&vercnt=1&formatcnt=1&libid=5&fileid=166797

You'll need to unzip the file and copy its directory tree to a CD-R.

Procedure

  1. Boot from the DOS boot CD.

  2. After boot, remove the DOS CD and insert the Broadcom Utilities CD.

  3. Switch to the R: drive and change directory into the Userdiag directory with the following commands:
    R:
    cd Userdiag

  4. Display the current status of the NICs with the following commands:
    uxdiag -help
    uxdiag -ver

  5. You should see output similar to:
    			Brd:Rv      Bus	      PCI     Spd  Base   IRQ  MAC           FmwVer   Configuration
    1:5708C:B1 04:00:00 PCIE-4 2.5 0xF800 6 001372F8CA7A 1.8.0 MF,auto
    Note the "MF" under the Configuration heading.

  6. Disable the management firmware on integrated NIC with the following command:
    uxdiag -c 1 -mfw 0 -t abcd

    If there is a second card listed by the uxdiag -ver command, then it is not disabled in the BIOS. If so, disable the firmware on the second NIC also, as follows:
    uxdiag -c 2 -mfw 0 -t abcd

  7. Display the current status of the NICs again with the command:
    uxdiag -ver

    This time, the output of the command should be:
    			Brd:Rv      Bus	      PCI     Spd  Base   IRQ  MAC           FmwVer   Configuration
    1:5708C:B1 04:00:00 PCIE-4 2.5 0xF800 6 001372F8CA7A 1.8.0 auto
    Note that the "MF" under the Configuration heading is now gone.

  8. Remove the CD and reboot the computer.

Document Rating
Rating:
Your Rating:          
 

Comments
Click to create a comment Add a Comment
No comments. Click "Add a Comment" to create one.

Related Documents
No Related Documents