JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Integrated Lights Out Manager (ILOM ) 3.0 Supplement for the Sun Blade X6275 M2 Server Module
search filter icon
search icon

Document Information

Using This Documentation

Product Information Web Site

Related Books

About This Documentation (PDF and HTML)

Documentation Comments

Contributors

Change History

Overview of the ILOM Supplement

Introduction to Oracle ILOM

Standard ILOM Features

Dual-Node Identification In CMM ILOM

Proving Physical Presence

Power Management

Clearing Server and CMM Faults

ILOM Preboot Menu

Managing Power Usage and Monitoring Power Consumption

Power Management Terminology

How to View Power Management Properties Using the Web Interface

How to View Power Management Properties Using the CLI

Configuring the Server Power Restore Policy

How to Set the Server Power Restore Policy Using the ILOM Web Interface

How to Set the Server Power Restore Policy Using the ILOM CLI

Switching the Default Serial Port Output Between SP and Host Console

How to Switch Default Serial Port Output Using the ILOM Web Interface

How to Switch Default Serial Port Output Using the ILOM CLI

Updating Firmware

Firmware Version Conventions

Determining Current Firmware Versions

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

How to Verify the BIOS and ILOM Firmware Versions Using the CLI

How to Verify the ILOM and BIOS Firmware Versions Using the Command-Line Interface Through the Serial Port

How to Download Firmware Updates

Using ILOM to Update System BIOS and ILOM Firmware

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

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

Alternate Methods for Updating the System BIOS and ILOM Firmware

Resetting the Service Processor After an Update

Clearing CMOS Settings After an Update (Optional)

Using the ILOM Preboot Menu

Accessing the Preboot Menu

Preboot Menu Command Summary

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

Resetting the Root Password to the Factory Default

Restoring ILOM Access to the Serial Console

Recovering the SP Firmware Image

Indicators, Sensors, and Traps

Indicators

Temperature and Power Sensors

Chassis Fan Failure Sensors

Chassis Fan Speed Sensors

Entity Presence Sensors

NEM and Blade Presence Sensors

Voltage Sensors

SNMP Traps

PET Event Messages

Index

How to Verify the BIOS and ILOM Firmware Versions Using the CLI

  1. Open a terminal window on a system that is on the same network as your server node's SP.
  2. Establish an ssh connection using the following command:

    # ssh -l root SPIPaddress

    Password: password

    Where:

    • SPIPaddress is the IP address of the server node's service processor.

    • password is the password for the account. The default password for the root account is changeme. If you choose to use another user account, make sure it has admin privileges.

    After successfully logging in, the ILOM CLI prompt appears (->).

  3. To view the ILOM version information, enter the command:

    -> version

    This command returns output similar to the following:

    SP firmware 3.0.10.12
    SP firmware build number: 57416
    SP firmware date: Mon Mar  9 22:45:34 PST 2010
    SP filesystem version: 0.1.16
  4. To view the BIOS version, type:

    -> show /SYS/MB/BIOS

    The command returns input similar to the following:

     /SYS/MB/BIOS
        Targets:
    
        Properties:
            type = BIOS
            fru_name = SYSTEM BIOS
            fru_description = SYSTEM BIOS
            fru_manufacturer = AMERICAN MEGATRENDS
            fru_version = 10020400
            fru_part_number = AMIBIOS8
    
        Commands:
            cd
            show

    The fru_version field contains the BIOS version number.

  5. Note the ILOM and BIOS versions.

Next Steps