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)

Administering ILOM (Web Interface)

Administering ILOM (SNMP)

Administering Hardware (IPMI)

Understanding ILOM Commands

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

Identify the Power Supply

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 CMCs

Identify the CMC

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

Identify the Fan

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

Identify the Fabric Card

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

Identify the InfiniBand Cable

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

Identify the Line Card

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

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
  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