Exit Print View

Sun Datacenter InfiniBand Switch 648 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Installation

Preparing the Site

Installing the Switch

Administration

Administering the Switch

Diagnosing a Problem

Remote Management

Understanding ILOM on the Switch

Installing the ILOM Firmware

Administering ILOM (CLI)

CLI Overview

Access ILOM From the CLI

Switching Between the ILOM Shell and the Linux Shell

Switch From the ILOM Shell to the Linux Shell

Switch From the Linux Shell to the ILOM Shell

Monitoring ILOM Targets (CLI)

Performing Daily Tasks (CLI)

Display the Date, Time, and Time Zone (CLI)

Display the Aggregate Sensor State (CLI)

Display the ILOM Sessions (CLI)

Display the ILOM Event Log (CLI)

Checking the Status of Services (CLI)

Display the HTTP Service Status (CLI)

Display the HTTPS Service Status (CLI)

Display the SSL Certificates (CLI)

Display the SNMP Service Status (CLI)

Display the SNMP Service User Accounts (CLI)

Display the SNMP Service Communities (CLI)

Display the IPMI Service Status (CLI)

Verifying Other Aspects (CLI)

Get Help on an ILOM Command (CLI)

Get Help on an ILOM Target Property (CLI)

Display the Alert Properties (CLI)

Display the ILOM User Accounts (CLI)

Display the Remote Log Hosts (CLI)

Display the Network Management Configuration (CLI)

Display the ILOM CLI Session Timeout (CLI)

Display Chassis FRU ID Information (CLI)

Display the ILOM Firmware Version (CLI)

Controlling ILOM Targets (CLI)

Performing General Tasks on ILOM Targets (CLI)

Set the Date, Time, and Time Zone (CLI)

Clear the ILOM Event Log (CLI)

Set the Remote Log Hosts (CLI)

Back Up the ILOM Configuration (CLI)

Restore the ILOM Configuration (CLI)

Set the Network Management Parameters (CLI)

Performing ILOM User Tasks (CLI)

Add an ILOM User Account (CLI)

Change an ILOM User's Password and or Role (CLI)

Delete an ILOM User Account (CLI)

Managing HTTP Services (CLI)

Enable the HTTP Service (CLI)

Disable the HTTP Service (CLI)

Managing HTTPS Services (CLI)

Enable the HTTPS Service (CLI)

Install a Custom SSL Certificate (CLI)

Remove the Custom SSL Certificate (CLI)

Disable the HTTPS Service (CLI)

Managing SNMP Services (CLI)

Enable the SNMP Service (CLI)

Configure the SNMP Service (CLI)

Add SNMP Service User Accounts (CLI)

Modify SNMP Service User Accounts (CLI)

Delete SNMP Service User Accounts (CLI)

Add SNMP Service Communities (CLI)

Modify SNMP Service Communities (CLI)

Delete SNMP Service Communities (CLI)

Back Up SNMP Service MIBs (CLI)

Disable the SNMP Service (CLI)

Managing Other Aspects (CLI)

Enable Alerts to Send SNMP Traps (CLI)

Enable Alerts to Send PET (CLI)

Disable Alerts (CLI)

Set the ILOM CLI Session Timeout (CLI)

Upgrading the Switch Firmware Through ILOM (CLI)

Firmware Overview

Firmware Server

ibfw_server Daemon

flint Application

Install the flint Application (CLI)

Download the Switch Firmware Package (CLI)

Set Component Firmware to Upgrade (CLI)

Upgrade the Switch Firmware (CLI)

Administering ILOM (Web Interface)

Administering ILOM (SNMP)

Administering Hardware (IPMI)

Understanding ILOM Commands

Service

Servicing the Switch

Reference

Command Reference

Index

Upgrade the Switch Firmware (CLI)

Before You Begin

When ILOM performs the firmware upgrade, it checks the following:

Components that do not meet these criteria are not upgraded, and ILOM displays a warning indicating so.

  1. Access the ILOM CLI.

    See Access ILOM From the CLI.

  2. Upgrade the firmware:

    -> load -source URI/pkgname

    where:

    URI is the uniform resource indicator for the firmware server.

    pkgname is the name of the firmware package in the transfer directory.

    For example, using the FTP protocol:

    -> load -source ftp://root:password@123.45.67.89/transfer_directory/SUN_DCS_648_BINARY_1.0.2.pkg
     
    Downloading firmware image. This will take approximately 2 minutes.

    Respond to the upgrade.

    1. Read the note and respond appropriately.

      For example:

      NOTE: Firmware upgrade will upgrade the chassis CMM firmware.
               It will also do H8 and I4 upgrade on all line cards
               and fabric cards of the chassis. For a fully loaded
               chassis, firmware upgrade takes couple of hours.
       
               ILOM will enter a special mode to load new firmware. No
               other tasks can be performed in ILOM until the firmware
               upgrade is complete and ILOM is reset.
       
      Are you sure you want to load the specified file (y/n)? y
    2. Type y to preserve the existing ILOM configuration or n to have it removed.

      For example:

      Preserve existing configuration (y/n)? y
    3. Type y to perform the firmware upgrade outside of the InfiniBand fabric should the upgrade within the InfiniBand fabric fail or n to just abort the firmware upgrade in that situation.

      For example:

      Switch to outband update if inband update fails for I4 (y/n)? n 

      Note - An upgrade outside of the InfiniBand fabric can take many hours.


    The firmware upgrade enviroment is set up and the following message is displayed:

    Setting up environment for firmware upgrade. This will take approximately 2 minutes.
     
    Starting FW upgrade

    The firmware upgrade starts. During the process, you see messages of the progress. For example:

    ==========================
    Performing operation: FC 2
    ==========================
    FC 2: H8 is already at the given version.
    FC 2: I4 0 is already at the given version.
    FC 2: I4 1 is already at the given version.

    When the firmware upgrade ends, a summary is displayed. For example:

    ===========================
    Summary of Firmware update 
    ===========================
    LC status (1,8:full): FW UPDATE - FAILED
    H8 succeeded on cards          :  none
    H8 already up-to-date on cards :  none
    H8 failed on cards             :  none
    I4 succeeded on cards          :  none
    I4 already up-to-date on cards :  none
    I4 failed on cards             :  none
    Cards in "Not Present" state   :  1
    Cards not in "Ready" state     :  8
    FC/FCF status (2:full): FW UPDATE - SUCCESS
    H8 succeeded on cards          :  none
    H8 already up-to-date on cards :  2
    H8 failed on cards             :  none
    I4 succeeded on cards          :  none
    I4 already up-to-date on cards :  2(I4 - 0,1)
    I4 failed on cards             :  none
    Cards in "Not Present" state   :  none
    Cards not in "Ready" state     :  none
     
    Firmware update is complete.
Related Information