Changing NIC failover mode

Changing NIC failover mode

Log into the IPMI web interface by entering the IP address into the URL of a web browser on a client system. Go to Configuration > Network, and scroll down to the drop-down list for LAN Interface, or Default Interfaces.

The default setting is Fail Over, which chooses to use either the dedicated IPMI port or the first LAN port, depending on connection status. Choosing Dedicated LAN forces IPMI through only the dedicated port, and Shared will force IPMI through only the first LAN port.

Example screenshots are shown below for a X9DRW-3F motherboard.

 

If the IPMI web interface is not available, you can also set the LAN mode from command line with IPMICFG or ipmitool, using raw codes. The raw codes use the following format:

# ipmicfg -raw 0x30 0x70 0x0c

# ipmitool raw 0x30 0x70 0x0c

The options and return codes will be in single or multiple integers ranging from 0 to 2. For instance, showing the current LAN mode on a X9DR3-F motherboard would look like this:

Where the "02" return code indicates that the board is using the failover mode. Bear in mind that the codes will differ depending on your motherboard hardware and BMC firmware, so the various permutations for the option field are presented in the table below. Be sure to insert spaces between each integer.

  X8 ATEN Firmware X9 ATEN Firmware X8 AMI Firmware X9 AMI Firmware
Display current mode 0 0 0 0 0 1 0
Set to dedicated 1 1 0 1 0 1 1 0 1 0
Set to shared 1 1 1 1 1 1 1 1 1 1
Set to failover 1 1 2 1 2 1 0 1 2
    • Related Articles

    • Physical port layout

      Q: Which physical network port does IPMI operate over? A: IPMI will function over one of two ports on the motherboard integrated NIC, and utilizes a failover option to determine which interface it will use. The first port is the dedicated IPMI port, ...
    • Introduction to IPMI

      Q: What is IPMI? A: IPMI stands for Intelligent Platform Management Interface. It is in essence a web server that runs internally on your motherboard, powered by a separate ARM-based chip, also known as the baseboard management controller (BMC). The ...
    • Ensuring IPMI is active

      Q: How do I know if IPMI is working? A: Most motherboards have an IPMI heartbeat LED that blinks slowly after IPMI has initialized. Other than that, the interface should respond to pings, and will have HTTP and HTTPS web interfaces running on ports ...
    • Changing fan speeds for X9/X10 series boards

      To adjust your fan speed profile, you can use either Supermicro's IPMICFG, or set it from the IPMI web interface. You will typically be given three to five fan speed modes to choose from.  The Standard Speed profile is temperature controlled, with a ...
    • Checking IP address configuration

      Q: How can I check the IP address that IPMI is using? A: The motherboard will list the IP address in the BIOS, usually under IPMI > Set LAN Configuration. By default we leave DHCP turned off and set 0.0.0.0 as the static IP before shipping, for ...