Exit Print View

Sun Datacenter InfiniBand Switch 72 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

User Guide

Installing the Switch

Administering the Switch

Troubleshooting the Switch

Switch Hardware Problems

InfiniBand Fabric Problems

Understanding the LEDs

Front Status LEDs

Rear Status LEDs

Check Chassis Status LEDs

Check Network Management Port Status LEDs

Check Link Status LEDs

Check Power Supply Status LEDs

Check Fan Status LEDs

Understanding Routing Through the Switch

CXP Connectors and Link LEDs to Switch Chip Port Routes

Switch Chip Port to Switch Chip Port Routes

Switch Chip Port to CXP Connectors and Link LED Routes

Signal Route Through the Switch

Switch GUIDs Overview

Administrative Command Overview

Hardware Command Overview

InfiniBand Command Overview

Monitoring the Hardware

Display Switch General Health

Display Power Supply Status

Check Board-Level Voltages

Display Internal Temperatures

Display Fan Status

Display Switch Environmental and Operational Data

Display Switch Firmware Versions

Locate a Switch Chip or Connector From the GUID

Display Switch Chip Boot Status

Display Link Status

Display Switch Chip Port Status

Monitoring the InfiniBand Fabric

Identify All Switches in the Fabric

Identify All HCAs in the Fabric

Display the InfiniBand Fabric Topology

Display a Route Through the Fabric

Display the Link Status of a Node

Display Counters for a Node

Display Data Counters for a Node

Display Low-Level Detailed Information About a Node

Display Low-Level Detailed Information About a Port

Map LIDs to GUIDs

Display Subnet Manager Status

Controlling the Hardware

Restart the Management Controller

Restart the Entire Switch

Reset the Switch Chip

Recover Ports After Switch Chip Reset

Set Link Speed

Disable a Switch Chip Port

Enable a Switch Chip Port

Change the Administrator Password

Controlling the InfiniBand Fabric

Perform Comprehensive Diagnostics for the Entire Fabric

Perform Comprehensive Diagnostics for a Route

Determine Changes to the InfiniBand Fabric Topology

Find 1x or SDR or DDR Links in the Fabric

Determine Which Links Are Experiencing Significant Errors

Clear Error Counters

Clear Data Counters

Check All Ports

Reset a Port

Set Port Speed

Disable a Port

Enable a Port

Controlling the Subnet Manager

Create the guid.txt File

Create the opensm.conf File

Enable the Subnet Manager

Disable the Subnet Manager

Set the Subnet Manager Priority

Start the Subnet Manager With the opensmd Daemon

Stop the Subnet Manager With the opensmd Daemon

Servicing the Switch

Reference

Understanding the Commands

Index

Map LIDs to GUIDs

In an InfiniBand fabric, the Subnet Manager and Subnet Administrator assign subnet-specific LIDs to nodes. Often in the use of the InfiniBand commands, you must provide a LID to issue a command to a particular InfiniBand device. Alternatively, the output of a command might identify InfiniBand devices by their LID.

You can create a file that is a mapping of node LIDs to node GUIDs, which can help with administrating your InfiniBand fabric. The following procedure creates a file that lists the LID in hexadecimal, the GUID in hexadecimal, and the node description.


Note - Creation of the mapping file is not a requirement for InfiniBand administration.


  1. Create an inventory file:

    # osmtest -f c -i inventory.txt

    Note - The inventory.txt file can be used for other purposes too, besides this procedure.


  2. Create a mapping file:

    # cat inventory.txt |grep -e ’^lid’ -e ’port_guid’ -e ’desc’ |sed ’s/^lid/\nlid/’ > mapping.txt
  3. Edit the latter half of the mapping.txt file to remove the nonessential information.

    The content of the mapping.txt file looks similar to the following:

    lid                     0x14
    port_guid               0x0021283a8620b0a0
    # node_desc             Sun DCS 72 QDR switch 1.2(LC)
     
    lid                     0x15
    port_guid               0x0021283a8620b0b0
    # node_desc             Sun DCS 72 QDR switch 1.2(LC)
     
    lid                     0x16
    port_guid               0x0021283a8620b0c0
    # node_desc             Sun DCS 72 QDR switch 1.2(LC)
    .
    .
    .

    Note - The output in the example is just a portion of the entire file.


Related Information