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

Set the Subnet Manager Priority

By default, the Subnet Manager within the management controller is set to 0 priority. If there is more than one Subnet Manager in your InfiniBand fabric, you must set the Subnet Managers’ priorities appropriately. The Subnet Manager with the highest priority is the master Subnet Manager.


Note - Setting Subnet Managers of the same fabric to the same priority can have undesirable results.


  1. On the management controller, type:

    # setsmpriority priority

    where priority is 0 (lowest) to 13 (highest). For example:

    # setsmpriority 3
    -------------------------------------------------
    OpenSM 3.2.6_20090717
         Reading Cached Option File: /etc/opensm/opensm.conf
         Loading Cached Option:routing_engine = ftree
         Loading Cached Option:sm_priority = 13
         Loading Cached Option:sminfo_polling_timeout = 1000
         Loading Cached Option:polling_retry_number = 3
    Command Line Arguments:
         Priority = 3
         Creating config file template ’/tmp/osm.conf’.
         Log File: /var/log/opensm.log
    -------------------------------------------------
    #
  2. Restart the Subnet Manager:

    # disablesm
    Stopping IB Subnet Manager..                               [  OK  ]
    # enablesm
    Starting IB Subnet Manager.                                [  OK  ]
    #
Related Information