JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Server X2-8 Product Documentation     Sun Server X2-8 (formerly Sun Fire X4800 M2) Documentation Library
search filter icon
search icon

Document Information

Using This Documentation

Hardware Installation

Operating System Installation

Administration, Diagnostics, and Service

ILOM Supplement

Determining Your Server Management Strategy

Common Server Management Tasks

Server Management Software Benefits

Oracle Integrated Lights Out Manager

Oracle Hardware Management Pack

Oracle Hardware Installation Assistant

Evaluating Your Server Environment

Server Management Downloads and Documentation

Oracle ILOM Documentation

Oracle ILOM 3.0 Common Feature Set Documentation

Updating Firmware

Firmware Versions Worksheet

Determining Current Firmware Versions

How to Verify the Oracle ILOM and BIOS Firmware Versions Using the Web Interface

How to Verify the Oracle ILOM and BIOS Firmware Versions Using the Command Line Interface

How to Verify the LSI HBA Firmware Version

Planning and Downloading the Firmware Update

How to Plan the Firmware Update

How to Download Firmware Updates

How to Request Physical Media Online

How to Request Physical Media by Phone

Updating the Oracle ILOM and System BIOS

How to Update the Oracle ILOM and System BIOS Using the Web Interface

How to Update the Oracle ILOM and System BIOS Using the CLI

How to Update Embedded HBA Firmware

How to Update NEM Firmware Using the Web Interface

How to Update NEM Firmware Using the CLI

Server-Specific Oracle ILOM Features

Minimum Supported Firmware and BIOS

Power Management

Power Management Terminology

How to Use the Web Interface to Monitor Power Usage and Set Notification Thresholds

How to Use the CLI to Monitor Power Usage and Set Notification Thresholds

Fixing Problems with Oracle ILOM Using the Preboot Menu

Accessing the Preboot Menu

Preboot Menu Command Summary

Using the edit Command and Configuring the Preboot Menu for Remote Access

Restoring Oracle ILOM Access to the Serial Console

How to Recover the SP Firmware Image

Identifying and Clearing Faults

Determining Faults

Clearing Faults

Components With No Fault Diagnosis

Recovering a Lost Oracle ILOM Password

How to Recover a Lost Password by Proving Physical Presence

Monitoring Hardware and Environmental Sensors

Indicators

Sensors

SNMP and PET Traps

Index

How to Update NEM Firmware Using the CLI

Before You Begin

Perform the following actions before upgrading your NEM firmware:

  1. Restart the server and enter the BIOS screen.

    When POST messages appear, press F2 to enter the BIOS setup utility.


    Note - You do not need to configure anything in the BIOS setup utility. It is used in this procedure to ensure that the NEMs are powered-on but the OS does not boot.


  2. Log in to the Oracle ILOM CMM CLI.
  3. Use the cd command to navigate to NEM0.
  4. Type the show command to see the NEM properties, including the firmware version.

    The fru_extra_1 property field identifies the firmware version presently installed on the NEM.

    -> cd /SYS/NEM0
    /SYS/NEM0
     
    -> show
     
     /SYS/NEM0
        Targets:
            PRSNT
            STATE
            ERR
            OK
            SERVICE
            OK2RM
            LOCATE
     
        Properties:
            type = Network Express Module
            ipmi_name = NEM0
            fru_manufacturer = VENDOR_Name
            fru_part_number = 511-1056-04
            fru_extra_1 = FW 5.3.1.0
            fault_state = OK
            load_uri = (none)
            clear_fault_action = (none)
            power_state = On
     
        Commands:
            cd
            load
            reset
            set
            show
            start
            stop
  5. Use the load_uri command to upload and install the firmware update package.

    The following table shows the required parameters.


    Transfer Method
    Examples
    TFTP
    load_uri=tftp://ip_address/rom_nem.pkg
    FTP
    load_uri=ftp://username:password@ip_address/rom_nem.pkg
    SCP
    load_uri=scp://username:password@ip_address/rom_nem.pkg
    HTTP
    load_uri=http://username:password@ip_address/rom_nem.pkg
    HTTPS
    load_uri=https://username:password@ip_address/rom_nem.pkg
    SFTP
    load_uri=sftp://username:password@ip_address/rom_nem.pkg

    Where:

    • ip_address is the IP address of the system where the file is stored.

    • username is the login user name to the system where the file is stored.

    • password is the login password to the system where the file is stored.

    • rom_nem.pkg is the name of the firmware update package.

  6. Wait a few moments for Oracle ILOM to confirm the completion of the firmware update process.

    A success or failure status appears.

  7. Use the show command to view and confirm the firmware version that is installed on the NEM.
  8. Repeat steps 1 through 7 for NEM1 .
  9. Press ESC in the BIOS setup utility to restart the boot process.