Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Datacenter InfiniBand Switch 36 HTML Document Collection for Firmware Version 2.1 |
USB Management Connector and Pins
InfiniBand QSFP Connector and Pins
Understanding InfiniBand Cabling
Preparing to Install the Switch
Suggested Tools for Installation
Antistatic Precautions for Installation
Verify Shipping Carton Contents
Assemble the Optical Fiber InfiniBand Cables
Install the Switch in the Rack
Verifying the InfiniBand Fabric
Network Management Troubleshooting Guidelines
Understanding Routing Through the Switch
Understanding Administrative Commands
Administering the I4 Switch Chip
Controlling the I4 Switch Chip
Administering the Subnet Manager
Controlling the Subnet Manager
Configuring Secure Fabric Management
Administering the InfiniBand Fabric
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Oracle ILOM on the Switch
Understanding Oracle ILOM Targets
Administering Oracle ILOM (CLI)
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)
Access Oracle ILOM From the Web Interface
Monitoring Oracle ILOM Targets (Web)
Controlling Oracle ILOM Targets (Web)
Upgrade the Switch Firmware (Web)
Accessing the Rear Panel Diagram
Accessing Status Pane Information
Monitoring Parameters and Status
Administering Oracle ILOM (SNMP)
Monitoring Oracle ILOM Targets (SNMP)
Controlling Oracle ILOM Targets (SNMP)
Display the Sensor States (IPMI)
Display the Sensor Information (IPMI)
Display the System Event Log (IPMI)
Display FRU ID Information (IPMI)
Display Switch Status LED States (IPMI)
Disable the Locator LED (IPMI)
Understanding Oracle ILOM Commands
Identify Faults in the Oracle ILOM Event Log
Determining the Alarm State of a Component or System
Understanding Service Procedures
Antistatic Precautions for Service
Determine If a Power Supply Is Faulty
Inspecting the InfiniBand Cables
Determine If the Battery Is Faulty
Remove the Switch From the Rack
Understanding Hardware Commands
Linux Shells for Hardware Commands
Understanding InfiniBand Commands
Linux Shells for InfiniBand Commands
Understanding the SUN-DCS-IB-MIB MIB OIDs
Understanding the SUN-FABRIC-MIB MIB OIDs
Understanding the SUN-HW-TRAP-MIB MIB OIDs
Understanding the SUN-ILOM-CONTROL-MIB MIB OIDs
Understanding the SUN-PLATFORM-MIB MIB OIDs
Manages the state and link speed of an InfiniBand port.
ibportstate [-d(ebug)][-D(irect)][-e(rr_show)][-G(uid)][-h][-s smlid][-v(erbose)][-C ca_name][-P ca_port][-t(imeout) timeout][-M(key) m_key] lid|dr_path|guid port [op]
where:
smlid is the Subnet Manager LID.
topology is the topology file.
ca_name is the channel adapter name.
ca_port is the channel adapter port.
timeout is the timeout in milliseconds.
m_key is the management key (16 hexadecimal digits).
lid is the local identifier.
dr_path is the directed path.
guid is the global unique identifier.
port is the port being validated.
op is the operation to perform on the port:
enable
disable
reset
speed number (where number is 1 for SDR, 2 for DDR, and 4 for QDR)
query (default)
This InfiniBand command queries the logical and physical state of an InfiniBand port. The command can return the link width and speed of a switch chip port, as well as enabling, disabling, or resetting the port. The command can also set the link speed of any InfiniBand port.
Note - State changes made with the ibportstate command are not recognized by the disableswitchport, enableswitchport, or listlinkup commands.
Note - Speed changes are not affected until the port undergoes link renegotiation. Additionally, speed values are additive for enabling. For example, speed 7 is 2.5, 5.0, and 10.0 Gbit/sec.
The ibportstate command is available from the /SYS/Switch_Diag and /SYS/Fabric_Mgmt Linux shell targets of the Oracle ILOM CLI interface.
This table describes the options to the ibportstate command and their purposes.
|
This example shows how to query the state and link speed of LID 1, port 22 with the ibportstate command.
FabMan@switch_name->ibportstate 1 22 PortInfo: # Port info: Lid 1 port 22 LinkState:.......................Active PhysLinkState:...................LinkUp LinkWidthSupported:..............1X or 4X LinkWidthEnabled:................1X or 4X LinkWidthActive:.................4X LinkSpeedSupported:..............2.5 Gbps or 5.0 Gbps or 10.0 Gbps LinkSpeedEnabled:................2.5 Gbps or 5.0 Gbps or 10.0 Gbps LinkSpeedActive:.................10.0 Gbps Peer PortInfo: # Port info: Lid 1 DR path slid 65535; dlid 65535; 0,22 port 8 LinkState:.......................Active PhysLinkState:...................LinkUp LinkWidthSupported:..............1X or 4X LinkWidthEnabled:................1X or 4X LinkWidthActive:.................4X LinkSpeedSupported:..............2.5 Gbps or 5.0 Gbps or 10.0 Gbps LinkSpeedEnabled:................2.5 Gbps or 5.0 Gbps or 10.0 Gbps LinkSpeedActive:.................10.0 Gbps FabMan@switch_name->
ibportstate man page