Documentation, Support, and Training
Understanding Administrative Commands
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Signal Routing Through the Switch
Understanding Switch Startup and Component Addition
Understanding ILOM on the Switch
Switching Between the ILOM Shell and the Linux Shell
Controlling ILOM Targets (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Administering ILOM (Web Interface)
Access ILOM From the Web Interface
Monitoring ILOM Targets (Web Interface)
Controlling ILOM Targets (Web Interface)
Upgrading the Switch Firmware Through ILOM (Web Interface)
Understanding InfiniBand Cabling
Understanding Switch Specifications
Understanding the Installation
Installing the InfiniBand Software Stack
Verifying the InfiniBand Fabric
Understanding Service Procedures
Inspect the Power Supply Hardware
Inspect the Power Supply Connectors
Servicing the Fabric Cards and Fabric Card Fillers
Inspect the Fabric Card Chassis
Inspect the Fabric Card Retainer Bolts
Inspect the Fabric Card XBOW Connectors
Remove a Fabric Card or Fabric Card Filler
Install a Fabric Card or Fabric Card Filler
Servicing the InfiniBand Cables
Inspecting the InfiniBand Cables
InfiniBand Cable Identification
Inspect the InfiniBand Cable Hardware
Inspect the InfiniBand Cable Connectors
Inspect the Line Card Retainer Bolts
Inspect the Line Card XBOW Connectors
Inspect the Line Card CXP Connectors
Doing Supportive Software Tasks
Configure CMCs for Identical Addresses
Understanding Switch-Specific Commands
In this procedure, you use issue commands to both the CMC and the Linux InfiniBand host.
Note - Use the table in Component Addressing to determine the slot number or IPMB address of your component.
![]() | Caution - Before beginning this procedure, have a replacement fabric card or replacement fabric card filler prepared and standing by for immediate installation. A quick exchange is necessary to maintain chassis thermal management. |
See the table in Servicing the Fabric Cards and Fabric Card Fillers.
For example, if you are removing fabric card 0:
# deactivate fc 0 Deactivating FC 0 Pigeon Point Shelf Manager Command Line Interpreter Command issued via IPMB, status = 0 (0x0) Command executed successfully #
Note - Once deactivated and disabled, the links provided by the fabric card are now lost. The Subnet Manager attempts to establish new routes for those links while you continue the procedure.
Otherwise, go to Step 4.
# getbaseguid fc slot
where slot is the number of the fabric card to be removed. For example:
# getbaseguid fc 0 Base GUID = 0x00bad0fc0009f000 #
0xa2
0xb2
Note - For a GUID that ends with two zeros (00), you are effectively replacing the zeros with a2 and b2.
For example, 0x00bad0fc0009f000 becomes:
0x00bad0fc0009f0a2
0x00bad0fc0009f0b2
# /etc/init.d/opensmd stop Stopping IB Subnet Manager..-. [ OK ] # /etc/init.d/opensmd start Starting IB Subnet Manager. [ OK ] #
For example, to disable fabric card 0:
# disableboard fc 0 fc 0 is M1 state, turning off stby STBY for fc 0 is off #
Switch Reference, deactivate command
Switch Reference, getbaseguid command
Switch Reference, opensm command
Switch Reference, disableboard command