JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Datacenter InfiniBand Switch 36 Topic Set
search filter icon
search icon

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

User's Guide

Installing the Switch

Understanding Switch Specifications

Routing Service Cables

Understanding InfiniBand Cabling

Preparing for Installation

Verify Shipping Carton Contents

Route the InfiniBand Cables

Install the Switch in the Rack

Powering On the Switch

Connecting InfiniBand Cables

Verifying the InfiniBand Fabric

Administering the Switch

Troubleshooting the Switch

Understanding Administrative Commands

Monitoring the Hardware

Monitoring the InfiniBand Fabric

Monitoring the Subnet Manager

Controlling the Hardware

Controlling the InfiniBand Fabric

Controlling the Subnet Manager

Servicing the Switch

Replaceable Components

Servicing Power Supplies

Servicing Fans

Servicing InfiniBand Cables

Servicing the Battery

Firmware Upgrades

Remote Management

Understanding Oracle ILOM on the Switch

Oracle ILOM Overview

Supported Features

Understanding Oracle ILOM Targets

Installing the Oracle ILOM Firmware

Firmware Delivery

Acquire the Oracle ILOM Firmware Version 1.1.3

Install the Oracle ILOM Firmware Version 1.1.3

Administering Oracle ILOM (CLI)

CLI Overview

Accessing Oracle ILOM From the CLI

Switching Between the Oracle ILOM Shell and the Linux Shell

Monitoring Oracle ILOM Targets (CLI)

Controlling Oracle ILOM Targets (CLI)

Upgrading the Switch Firmware Through Oracle ILOM (CLI)

Administering Oracle ILOM (Web)

Web Interface Overview

Access Oracle ILOM From the Web Interface

Monitoring Oracle ILOM Targets (Web)

Controlling Oracle ILOM Targets (Web)

Upgrading the Switch Firmware Through Oracle ILOM (Web)

Using the Fabric Monitor

Access the Fabric Monitor

Fabric Monitor Features

Accessing the Rear Panel Diagram

Accessing Status Pane Information

Control Panel Function

Monitoring Parameters and Status

Administering Oracle ILOM (SNMP)

SNMP Overview

Understanding SNMP Commands

Monitoring Oracle ILOM Targets (SNMP)

Controlling Oracle ILOM Targets (SNMP)

Administering Hardware (IPMI)

ipmitool Overview

Display the Sensors' State (IPMI)

Display the Sensor Information (IPMI)

Display the System Event Log (IPMI)

Display FRU ID Information (IPMI)

Display Switch Status LED States (IPMI)

Enable the Locator LED (IPMI)

Disable the Locator LED (IPMI)

Understanding Oracle ILOM Commands

cd Command

create Command

delete Command

dump Command

exit Command (ILOM)

help Command (ILOM)

load Command

reset Command

set Command

show Command

version Command (ILOM)

Reference

Understanding Hardware Commands

Linux Shells for Hardware Commands

chassis_led Command

checkboot Command

checkguidfilesftree Command

checkpower Command

checktopomax Command

checkvoltages Command

connector Command

dcsport Command

disablecablelog Command

disablelinklog Command

disablesm Command

disableswitchport Command

enablecablelog Command

enablelinklog Command

enablesm Command

enableswitchport Command

env_test Command

exit Command (Hardware)

generatetopology Command

getfanspeed Command

getmaster Command

getnm2type Command

getportstatus Command

help Command (Hardware)

ibdevreset Command

listlinkup Command

managementreset Command

matchtopology Command

setcontrolledhandover Command

setloghost Command

setmsmlocationmonitor Command

setsmpriority Command

setsubnetprefix Command

showfruinfo Command

showpsufru Command

showsmlog Command

showtemps Command

showtopology Command

showunhealthy Command

smconfigtest Command

version Command (Hardware)

Understanding InfiniBand Commands

Linux Shells for InfiniBand Commands

ibaddr Command

ibcheckerrors Command

ibchecknet Command

ibchecknode Command

ibcheckport Command

ibcheckportstate Command

ibcheckportwidth Command

ibcheckstate Command

ibcheckwidth Command

ibclearcounters Command

ibclearerrors Command

ibdatacounters Command

ibdatacounts Command

ibdiagnet Command

ibdiagpath Command

ibhosts Command

ibnetdiscover Command

ibnetstatus Command

ibnodes Command

ibportstate Command

ibroute Command

ibrouters Command

ibstat Command

ibstatus Command

ibswitches Command

ibsysstat Command

ibtracert Command

perfquery Command

saquery Command

sminfo Command

smpdump Command

smpquery Command

Understanding SNMP MIB OIDs

OID Tables Overview

Understanding the SUN-DCS-MIB MIB OIDs

SUN-HW-TRAP-MIB MIB OIDs

Understanding the SUN-ILOM-CONTROL-MIB MIB OIDs

Understanding the SUN-PLATFORM-MIB MIB OIDs

Understanding the ENTITY-MIB MIB OIDs

Index

ibcheckport Command

Validates InfiniBand ports and reports errors.

Syntax

ibcheckport [-h][-v][-N][-G][-C ca_name][-P ca_port][-t timeout] lid|guid port

where:

Description

This InfiniBand command checks port connectivity and performs simple sanity checks for the specified port.


Note - The port address is a LID, unless the -G option is used to specify a GUID address.


Options

The following table describes the options to the ibcheckport command and their purposes:

Option
Purpose
-h
Provides help.
-v
Provides verbose output.
-N
Uses mono mode instead of color mode.
-G
Uses the port GUID address.
-C
Uses the specified channel adapter name.
-P
Uses the specified channel adapter port.
-t
Overrides the default timeout.
Example

The following example shows how to check port 23 on LID 15 with the ibcheckport command.

# ibcheckport -v 15 23
Port check lid 15 port 23:  OK 
#
Related Information