JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Server CLI Tools User's Guide     Oracle Hardware Management Pack 2.2.x Documentation
search filter icon
search icon

Document Information

Using This Documentation

Documentation and Feedback

About This Documentation

Change History

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

CLI Tools Command Syntax

CLI Tools Device-Naming Convention

Using the biosconfig Tool

biosconfig Overview

biosconfig for Oracle Solaris OS

biosconfig for Windows

Viewing biosconfig Command Options and Version Information

Configuring the Device Boot Order

Configuring the BIOS CMOS

Commands That Produce Unrelated, Innocuous, Extra Output

Using the ubiosconfig Tool

ubiosconfig Command Overview

export Subcommand

import Subcommand

list Subcommand

cancel Subcommand

reset Subcommand

Using the fwupdate Tool

fwupdate Overview

fwupdate Command Overview

fwupdate Command-Line Interface

list Subcommand

update Subcommand

Automatic Mode update Subcommand

Manual Mode update Subcommand

reset Subcommand

fwupdate Network Based Service Processor Options

How to Use fwupdate to Update an Oracle ILOM Service Processor

Execution Summary

Using the raidconfig Tool

raidconfig Overview

raidconfig Requirements

raidconfig Command Overview

list Subcommand

create raid Subcommand

delete raid Subcommand

add disk Subcommand

remove disk Subcommand

add spare Subcommand

remove spare Subcommand

modify Subcommand

start task and stop task Subcommands

restore config and clear config Subcommands

export Subcommand

import Subcommand

Creating RAID Volumes With Partial Disks

Using the ilomconfig Tool

ilomconfig Overview

ilomconfig Commands

Using the hwmgmtcli Tool

hwmgmtcli Command Overview

list Subcommand

export Subcommand

Using the zoningcli Tool

zoningcli Command Overview

list expander Subcommand

enable zoning and disable zoning Subcommands

Using ipmitool for Windows

ipmitool Overview

Sun IPMI System Management Driver 2.1

Configuring Boot Order Using ipmitool

CLI Tools Error Codes

Common Error Codes

biosconfig Error Codes

raidconfig Error Codes

ilomconfig Error Codes

fwupdate Error Codes

hwmgmtcli Error Codes

zoningcli Error Codes

Index

How to Use fwupdate to Update an Oracle ILOM Service Processor

The following example shows how to use fwupdate to update an Oracle ILOM service processor and system BIOS or OBP with new firmware. You can use fwupdate to update either the local service processor or a remote service processor. When using local update, fwupdate uses the fastest local interface available. If a Host-to-ILOM connection is available, then this fast connection is used, otherwise the KCS interface is used.


Caution

Caution - Loss of server functionality. Updating the service processor firmware incorrectly might damage the service processor.


Before You Begin

  1. To display information about the service processor and system BIOS firmware, do one of the following:
    • To list information about the local Oracle ILOM service processor and the system BIOS firmware, type the following command:

      fwupdate list sp_bios

    • To list information about an Oracle ILOM service processor and system BIOS firmware using a network connection, type the following command:

      fwupdate list sp_bios -H remote_ip -U ilom_user

      where remote_ip is the IP address of the service processor and ilom_user is the user name for logging in to the 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_bios SUN FIRE X4270 SERVER  v3.0.12.0 r64525 07060223          N/A

    Note - When the ILOM and OBP are updated on a SPARC system, the system reboots the host automatically. Shut down cannot be disabled with the silent-no-reboot option.


  2. To update the Oracle ILOM service processor, choose the local or remote option:
    • Local: To update the local Oracle ILOM service processor, choose one of these steps:
      • If a metadata.xml file is available, type this command to use automatic mode:

        fwupdate update sp_bios -x metadata.xml

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


        Note - For x86 systems, you can also use the--silent-reboot or --silent-no-reboot commands after the .xml file to either automatically reboot or not reboot the server after the firmware update.


      • If metadata.xml file is not available, type this command to use manual mode:

        fwupdate update sp-bios-firmware -n sp_bios -f sp-bios-fimware-package-file.pkg

        where sp-bios-fimware-package-file.pkg is the path to the firmware file for your server's Oracle ILOM service processor.

    • Remote: To update an Oracle ILOM service processor using a network connection, do one of the following:
      • If a metadata.xml file is available, type this command to use automatic mode:

        fwupdate update sp_bios -x metadata.xml -H remote_ip -U ilom_user

        where metadata.xml is the path to the metadata file for your server's Oracle ILOM service processor.


        Note - For x86 systems, you can also use the--silent-reboot or --silent-no-reboot commands after the .xml file to either automatically reboot or not reboot the server after the firmware update.


      • If a metadata.xml file is not available, type this command to use manual mode:

        fwupdate update sp-bios-firmware -n sp_bios -f sp-bios-fimware-package-file.pkg -H remote_ip -U ilom_user

        where sp-bios-fimware-package-file.pkg is the path to the firmware file for your server's Oracle ILOM service processor.

    The Oracle ILOM service processor is updated.

  3. Reboot the host server to initialize the BIOS update.
    • For SPARC systems: the host is automatically rebooted.
    • For x86 systems:
      • If the metadata file is available and you used the --silent-reboot option with the fwupdate command, the system automatically reboots.
      • If the metadata file is available and the system does not automatically reboot, type y at the prompt:

        Do you wish to automatically reboot now? [y/n]?

      • If no metadata.xml file is available or the metadata file does not contain the reboot instructions, reboot the host server manually.

See Also