Go to main content
Oracle® Server CLI Tools User's Guide

Exit Print View

Updated: August 2016
 
 

Update System Firmware Using Automatic Mode

System firmware is generally a bundled package that includes firmware for the Oracle ILOM service processor and either BIOS for x86 systems, or OBP, Hypervisor, NYX, POST, etc. for SPARC systems.

Before You Begin

  • To update system firmware using the fastest possible local option, ensure the Host-to-ILOM Interconnect is correctly configured to communicate with the target Oracle ILOM service processor (Configuring the Host-to-ILOM Interconnect). For systems that do not support updates over the Host-to-ILOM interconnect, the remote option utilizing a network connection to the service processor can be used.

  • Download the firmware update from https://support.oracle.com.

    The download should include a metadata file and firmware file for the target system.

  • Make sure that the firmware is compatible with the target system. Some updates require a minimum version of firwmare from which to perform the update. For some systems, special update processes might be described in the release notes that supersede instructions listed here. Read all documentation and release notes included with the firmware before proceeding.

  1. To display information about system firmware, choose the local or remote option:
    • Local – To list information about the local system firmware, enter one of the following commands:

      For x86 systems: fwupdate list sp_bios

      For SPARC systems: fwupdate list sysfw

    • Remote – To list information about system firmware using a network connection, enter one of the following commands:

      For x86 systems: fwupdate list sp_bios -H sp_ip -U username

      For SPARC systems: fwupdate list sysfw -H sp_ip -U username

      where sp_ip is the IP address of the service processor and username is the user name with Admin (a) role account privileges for logging in to the Oracle ILOM service processor.

      Enter the Oracle ILOM password when prompted.

    Output related to the target is displayed. For example the output from this command is similar to:

    ================================================
    SP + BIOS
    ==================================================
    ID      Product Name           ILOM Version     BIOS/OBP Version  XML Support
    -----------------------------------------------------------------------------
    sp      ORACLE SERVER X6-2     v3.2.4.0 r64525  07060223          N/A
  2. To update the system firmware, choose the local or remote option:
    • Local – To update the local system firmware, enter one of the following commands:
      • For any system: fwupdate update all -x metadata.xml

      • For x86 systems: fwupdate update sp_bios -x metadata.xml

      • For SPARC systems: fwupdate update sysfw -x metadata.xml

      where metadata.xml is the path to the metadata file. For scripting purposes, you can add the -q option to perform the update without user interaction.


      Note -  For x86 systems, you can add either the –-silent-reboot or –-silent-no-reboot option after the XML metadata file option to either automatically reboot or not automatically reboot the server after the firmware update.

      For SPARC systems, these options can only be used if the system supports the Live Firmware Update feature and only if the metadata includes a power cycle. Check the release notes included with your SPARC firmware download package to see if this feature is supported.


    • Remote – To update system firmware using a network connection, enter one of the following commands:
      • For any system: fwupdate update all -x metadata.xml -H sp_ip -U username

      • For x86 systems: fwupdate update sp_bios -x metadata.xml -H sp_ip -U username

      • For SPARC systems: fwupdate update sysfw -x metadata.xml -H sp_ip -U username

      where metadata.xml is the path to the metadata file.


      Note -  For x86 systems, you can add either the –-silent-reboot or –-silent-no-reboot option after the XML metadata file option to either automatically reboot or not automatically reboot the server after the firmware update.

      For SPARC systems, these options can only be used if the system supports the Live Firmware Update feature and only if the metadata includes a power cycle. Check the release notes included with your SPARC firmware download package to see if this feature is supported.



      Note -  If you are using a version Oracle Hardware Management Pack earlier than 2.3.3, you must manually restart the remote system after the update.
  3. Follow any prompts, as required, to complete the update process.
  4. If you opted not to automatically restart the server after the update, you must plan time to restart the server to utilize the new system firmware.

    Note -  Unless otherwise specified in the firmware release notes, a reboot is required for an x86 system; a power cycle is required for a SPARC system.
  5. To confirm the new system firmware after the server has restarted, enter one of the following commands:

    For x86 systems: fwupdate list sp_bios

    For SPARC systems: fwupdate list sysfw

See Also

Updating Component Firmware With a Metadata File (Automatic Mode)