Appendix: BIOS Configuration in 8.0.1xxx Software Version

Entering the BIOS can be done in two ways.

  • Locally (preferred) by connecting a VGA monitor and a USB keyboard to the Skyway appliance

  • Remotely via IPMI interface, requiring IPMI to be accessible. See section “Enabling Remote Access to Serial Console via IPMI,” below.

  1. Run the command (user and password should be “admin” by default):

  2. To enter the Skyway BIOS, reboot the Skyway appliance and press <DEL> during bootup until the BIOS window pops up.

    Copy
    Copied!
                

    ipmitool -I lanplus -H <IPMI_CONTROLLER_IP> -U <user> -P <password> sol activate

    Example:

    Copy
    Copied!
                

    ipmitool -I lanplus -H skyway-60-ilo -U admin -P admin sol activate

  3. (Optional) Alternatively, to enter the web UI of the IPMI controller, type its address into the browser. User and password should be “admin” by default. In the web UI, under “Remote Control” tab, select “Server Power Control." Then select “Reset Server," check the “Force-enter BIOS Setup” checkbox, and press “Perform Action."

image2020-10-14_13-32-44.png

Inside the BIOS, configure the following:

  1. Enable Virtualization (see image below):

    1. Go to “Socket Configuration” tab → “IIO Configuration”

    2. Set the value of “Intel VT for Direct I/O (VT-d)” to “Enable”

      image2020-10-14_13-33-41.png

  2. Configure Fan speed (see image below):

    1. Go to “Advanced” tab → “IT8528 HW Monitor”→ “FAN Configuration”

    2. Select a fan to configure and change its mode to “Manual Mode”. The fan speed is controlled by the “PWM Output Value”, use the +/- keys to increment/decrement this value, allowed range is 20-100%.

      image2020-10-14_13-34-13.png

    3. The fans correspond to the following:

      • Fan 0: CPU, memory, middle cage (UM)

      • Fan 1: left card cage (UL)

      • Fan 2: right card cage (UR)

        image2020-10-14_13-34-28.png

  3. Disable LAN ports 1-4 and keep only LAN3 enabled.

    1. Go to "Platform Configuration" → "PCH Configuration" → "Networking"

    2. Disable LAN1/LAN2 Controller and LAN4 Controller

      image2020-11-11_14-8-56.png

  4. Save and reset:

    1. Go to “Save & Exit” tab and then select “Save Changes and Reset”

  1. Connect a VGA monitor and USB keyboard directly to the Skyway appliance.

  2. To enter the BIOS, reboot the Skyway appliance, and press <DEL> during bootup until the BIOS window pops up.

  3. Go to “Server Mgmt.” tab → “BMC network configuration”

    The “Station IP address” is the address of the IPMI controller. May need to configure DHCP to provide a lease for the MAC address. The Skyway appliance has 2 LAN ports that can be used for IPMI, see image below.

    image2020-10-14_13-39-44.png

    image2020-10-14_13-39-54.png

  4. Use the following IPMI command to remotely access serial console (user and password should be “admin” by default):

    Copy
    Copied!
                

    ipmitool -I lanplus -H <IPMI_CONTROLLER_IP> -U <user> -P <password> sol activate

    Example:

    Copy
    Copied!
                

    ipmitool -I lanplus -H 10.7.113.60 -U admin -P admin sol activate

  5. Configure Console Redirection . This configuration allows to use remote IPMI to see all serial output that comes after the initial boot, useful for monitoring the OS init flow.

    1. Go to “Advanced” tab → “Serial Port Console Redirection” → Under “Serial Communication via IPMI COM”

    2. Set “Console Redirection” to “Enabled”

      Important

      At this point, make sure to disconnect the VGA monitor and USB keyboard, or else the following error may appear:
      TSC_DEADLINE disabled due to Errata; Please update microcode to version : 0xffffffff or later

© Copyright 2023, NVIDIA. Last updated on May 23, 2023.