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

Monitoring ILOM Targets (CLI)

Controlling ILOM Targets (CLI)

Upgrading the Switch Firmware Through ILOM (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

Antistatic Precautions

Suggested Tools

Component Addressing

Connector Addressing

Replaceable Components

Servicing the Power Supplies

Inspecting the Power Supplies

Power Supply Identification

Inspect the Power Supply Hardware

Inspect the Power Supply Connectors

Power Off a Power Supply

Remove a Power Supply

Install a Power Supply

Power On a Power Supply

Servicing the CMCs

Inspecting the CMC

CMC Identification

Inspect the CMC Hardware

Inspect the CMC Connectors

Power Off a CMC

Remove a CMC

Install a CMC

Power On a CMC

Servicing the Fans

Inspecting the Fans

Fan Identification

Inspect the Fan Hardware

Inspect the Fan Connector

Remove a Fan

Install a Fan

Servicing the Fabric Cards and Fabric Card Fillers

Inspecting the Fabric Cards

Fabric Card Identification

Inspect the Fabric Card Chassis

Inspect the Fabric Card Retainer Bolts

Inspect the Fabric Card Fans

Inspect the Fabric Card XBOW Connectors

Power Off a Fabric Card

Remove a Fabric Card or Fabric Card Filler

Install a Fabric Card or Fabric Card Filler

Power On a Fabric Card

Servicing the InfiniBand Cables

Inspecting the InfiniBand Cables

InfiniBand Cable Identification

Inspect the InfiniBand Cable Hardware

Inspect the InfiniBand Cable Connectors

Remove an InfiniBand Cable

Install an InfiniBand Cable

Servicing the Line Cards

Inspecting the Line Cards

Line Card Identification

Inspect the Line Card Chassis

Inspect the Line Card Retainer Bolts

Inspect the Line Card XBOW Connectors

Inspect the Line Card CXP Connectors

Power Off a Line Card

Remove a Line Card

Install a Line Card Filler

Remove a Line Card Filler

Install a Line Card

Power On a Line Card

Doing Supportive Software Tasks

Reperform Initial Setup

Configure CMCs for Identical Addresses

Upgrading the Firmware

Set Up a TFTP Server

Reference

Command Reference

Understanding Switch-Specific Commands

Understanding CLIA Commands

Understanding InfiniBand Software Commands

Index

Reperform Initial Setup

Follow this procedure when you install a new CMC and want to configure the network management parameters.

  1. Access the new CMC from the serial management port.
  2. Log in, then invoke a reboot of the CMC:
    # reboot

    The CMC reboots.

  3. When you see the following output, press any key to stop the boot process:
    hit any key to stop autoboot
  4. Type the following commands to set the respective parameters:
    shmm1500 setenv m9_autostart y
    shmm1500 setenv rc_ifconfig y
    shmm1500 setenv start_rc2_daemons y
    shmm1500 setenv rc2 /etc/rc.sun_m9
    shmm1500 setenv start_mcm y

    Note - Do not use “=” when setting the parameters, use a space “ “ instead. Using an equal sign has undesirable results.


  5. Set the gateway IP address and the backup state IP address:
    shmm1500 setenv gatewayip gateway_IP_address
    shmm1500 setenv ipaddr backup_IP_address

    where:

    • gateway_IP_address is the IP address of the gateway.

    • backup_IP_address is the backup state IP address of the CMC


      Note - Setting the backup state IP addresses of both CMCs to the same value causes a reallocation according to this rule: If the backup_IP_address is odd, then it is assigned to CMC1 and CMC0 is assigned backup_IP_address+1. If the backup_IP_address is even, then it is assigned to CMC0 and CMC1 is assigned backup_IP_address +1


  6. Save the configuration:
    shmm1500 saveenv 
  7. Continue booting the switch:
    shmm1500 boot

    The switch boots.

  8. Log in as the root user and set the IP address for the CMC:
    # clia setlanconfig 1 3 active_IP_address

    where active_IP_address is the active state IP address.


    Note - Setting the active state IP addresses of both CMCs to the same value is permitted and does not cause conflict. Only one CMC can be in an active state, therefore only one host with the active_IP_address exists at any time. An advantage of identical active state IP addresses is that the network management console will always log into the active CMC.


  9. Set the netmask for the CMC:
    # clia setlanconfig 1 6 netmask

    where netmask is the netmask. Typically, the netmask is 255.255.255.0. However, your network environment subnet might require a different netmask. Use a netmask number most appropriate to your environment.

  10. Set the IP address for the CMC gateway:
    # clia setlanconfig 1 12 gateway_IP_address

    where gateway_IP_address is the IP address of the gateway set in Step 5.

  11. Open a Telnet session and connect to the CMC by specifying the CMC’s network address.

    For example:

    % telnet 123.45.67.89 
    Trying 123.45.67.89...
    Connected to 123.45.67.89.
    Escape character is ’^]’.
     
    shmm1500 login: 
  12. Login as root using the root password.
    shmm1500 login: root
    Password: password
    #

    The # prompt is displayed.


    Note - As shipped, the root password is not set and therefore not required. Press the Enter key when prompted for the password. Refer to the Sun Datacenter InfiniBand Switch 648 Administration Guide for instructions on how to set the root password.


Related Information