Exit Print View

Sun Datacenter InfiniBand Switch 72 User’s Guide

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Installing the Switch

Understanding Switch Specifications

Routing Service Cables

Understanding InfiniBand Cabling

Understanding the Installation

Shipping Carton Contents

Install the Switch in the Rack

Powering On the Switch

Connecting InfiniBand Cables

Verifying the InfiniBand Fabric

Administering the Switch

Troubleshooting the Switch

Administrative Command Overview

Monitoring the Hardware

Monitoring the InfiniBand Fabric

Controlling the Hardware

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

Understanding Service Procedures

Servicing the Power Supplies

Servicing the Fans

Servicing the InfiniBand Cables

Servicing the Battery

Upgrading the Firmware

Index

Create the guid.txt File

If your InfiniBand fabric uses the Fat-Tree routing algorithm, you must provide a root node GUID file for the Subnet Manager. The /etc/opensm/guid.txt file is such a file. This procedure describes how to create the guid.txt file.

  1. Type the following command on the management controller to retrieve the node GUID:

    # ibstat |grep Node

    For example:

    # ibstat |grep Node
             Node GUID: 0x0021283a8638b0f0
    #
  2. Start a text editor on the management controller and record the GUID twice.

    For example, you would see the following in the text editor:

    0x0021283a8638b0f0
    0x0021283a8638b0f0
  3. Change the last two digits on the right from f0 to e0 for one of the GUIDs.

    For example:

    0x0021283a8638b0f0
    0x0021283a8638b0e0
  4. Save the text editor file on the management controller as the /etc/opensm/guid.txt file.

  5. Set the permissions for the /etc/opensm/guid.txt file:

    # chmod 0644 /etc/opensm/guid.txt
    #
Related Information