JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Datacenter InfiniBand Switch 648 Topic Set
search filter icon
search icon

Document Information

Preface

Related Documentation

Documentation, Support, and Training

Third-Party Web Sites

Sun Welcomes Your Comments

Administration

Administering the Switch

Understanding Administrative Commands

Monitoring the Switch

Monitoring the InfiniBand Fabric

Controlling the Switch

Controlling the InfiniBand Fabric

Diagnosing a Problem

Identifying the Problem

Troubleshooting the Switch

Understanding Signal Routing Through the Switch

Understanding Switch Startup and Component Addition

Switch GUIDs Overview

Remote Management

Understanding ILOM on the Switch

ILOM Documentation

ILOM Overview

Supported Features

Understanding ILOM Targets

Installing the ILOM Firmware

Firmware Layout

rupgrade_tool Application

Download the ILOM Firmware

Install 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 (CLI)

Switch From the Linux Shell to the ILOM Shell (CLI)

Monitoring ILOM Targets (CLI)

Performing Daily Tasks (CLI)

Display the Date (CLI)

Display the State of the Aggregate Sensor (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 User Accounts (CLI)

Display the SNMP Service Communities (CLI)

Display the IPMI Service Status (CLI)

Display the CLI Timeout (CLI)

Verifying Other Aspects (CLI)

Display the ILOM User Accounts (CLI)

Display the Network Management Configuration (CLI)

Get Help on an ILOM Command (CLI)

Get Help on an ILOM Target Property (CLI)

Display Chassis FRU Information (CLI)

Display the ILOM Firmware Version (CLI)

Controlling ILOM Targets (CLI)

Performing General Tasks on ILOM Targets (CLI)

Set the Date and Time (CLI)

Clear the ILOM Event Log (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)

Delete SNMP Service User Accounts (CLI)

Add SNMP Service Communities (CLI)

Delete SNMP Service Communities (CLI)

Back Up SNMP Service MIBs (CLI)

Disable the SNMP Service (CLI)

Set the CLI Configuration (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)

Web Interface Overview

Access ILOM From the Web Interface

Monitoring ILOM Targets (Web Interface)

Controlling ILOM Targets (Web Interface)

Upgrading the Switch Firmware Through ILOM (Web Interface)

Understanding ILOM Commands

cd Command

create Command

delete Command

dump Command

exit Command

help Command

load Command

set Command

show Command

version Command

Installation

Preparing the Site

Routing Service Cables

Understanding InfiniBand Cabling

Understanding Switch Specifications

Installing the Switch

Understanding the Installation

Installing the InfiniBand Software Stack

Unpacking the Chassis

Preparing the Chassis

Inspecting the Components

Installing the Components

Powering On the CMCs

Powering On the Fabric Cards

Powering On the Line Cards

Connecting InfiniBand Cables

Verifying the InfiniBand Fabric

Service

Servicing the Switch

Understanding Service Procedures

Servicing the Power Supplies

Servicing the CMCs

Servicing the Fans

Servicing the Fabric Cards and Fabric Card Fillers

Servicing the InfiniBand Cables

Servicing the Line Cards

Doing Supportive Software Tasks

Reference

Command Reference

Understanding Switch-Specific Commands

Understanding CLIA Commands

Understanding InfiniBand Software Commands

Index

Set Component Firmware to Upgrade (CLI)


Note - For this procedure, the setFWConfiguration.sh script uses the word update interchangeably with the word upgrade.


  1. Access the Linux shell on the CMC.

    See:

  2. Run the firmware configuration script.
    # setFWConfiguration.sh

    Respond to the script as you would to upgrade your switch

    1. Type the IP address of the firmware server, previously configured.

      For example:

      Enter firmware server IP (): 123.45.67.89
    2. Type the name of the user that has access to the firmware files.

      For example:

      Enter firmware server user (): root 
    3. Type that user’s password.

      For example:

      Enter firmware server password: password
    4. Type none, all, or the specific line card slots (separated by commas) of the line cards you are upgrading.

      For example:

      Enter line cards to update (none) [none/all/0,1,...,8]: all
    5. Type yes to upgrade the I4 switch chip firmware on the selected line cards or no to not upgrade them.

      For example:

      Update FC I4 switches (yes) [yes/no]: yes
    6. Type none, all, or the specific fabric card slots (separated by commas) of the fabric cards you are upgrading.

      For example:

      Enter fabric cards to update (2,5) [none/all/0,1,...,8]: all
    7. Type yes to upgrade the I4 switch chip firmware on the selected fabric cards or no to not upgrade them.

      For example:

      Update LC I4 switches (yes) [yes/no]: yes
    8. Type yes to upgrade the Shelf Manager firmware or no to not upgrade it.

      For example:

      Update ShMM (no) [yes/no]: no

    The configuration file is created and the script ends.

  3. Validate the firmware upgrade configuration file.

    For example:

    # getFWConfiguration.sh
    Firmware server IP       : 123.45.67.89
    Firmware server user     : root
    Line cards to update     : all
    Update LC I4 switches    : yes
    Fabric cards to update   : all
    Update FC I4 switches    : yes
    Update ShMM              : no
    #
     
  4. Upgrade the firmware.

    See Upgrade the Switch Firmware (CLI).