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
Servicing the Fabric Cards and Fabric Card Fillers
Servicing the InfiniBand Cables
Doing Supportive Software Tasks
Understanding Switch-Specific Commands
Note - If your switch is configured with only one CMC, that CMC is identified as CMC0 for this procedure. Additionally, this procedure brings the CMC offline until after the upgrade is completed.
![]() | Caution - The firmware upgrade completely erases the CMC’s file system. |
# clia deactivate 10 0 Pigeon Point Shelf Manager Command Line Interpreter Command executed successfully #
# clia shmstatus Pigeon Point Shelf Manager Command Line Interpreter Host: "Inactive" #
# ifconfig |grep -e ’eth0’ -e ’inet’ eth0 Link encap:Ethernet HWaddr 00:18:49:00:4F:B8 inet addr:10.60.33.20 Bcast:10.60.33.255 Mask:255.255.255.0 . . . #
Only the first two lines of output are important.
# ifconfig IP_address netmask 255.255.255.0
where IP_address is in the form of xxx.xxx.xxx.xxx.
SUN_DCS_648_CMC__v1.1.4.kernel
SUN_DCS_648_CMC__v1.1.4.rfs
SUN_DCS_648_CMC__v1.1.4.u-boot.bin
# cd /tmp # rupgrade_tool -s -d --k=SUN_DCS_648_CMC__v1.1.4.kernel --r=SUN_DCS_648_CMC__v1.1.4.rfs --u=SUN_DCS_648_CMC__v1.1.4.u-boot.bin --proto=no --hook=erase
The firmware is upgraded and CMC0 reboots.
# mcmversion M9CM version 1.1.4 Build time: Oct 6 2009 09:18:56 #
# clia active 10 0 Pigeon Point Shelf Manager Command Line Interpreter Command issued via IPMB, status = 0 (0x0) Command executed successfully #
# clia setlanconfig 1 3 IP_address
where IP_address is in the form of xxx.xxx.xxx.xxx.
# clia setlanconfig 1 6 netmask
where netmask is the netmask. Typically, the netmask is 255.255.255.0.
# clia setlanconfig 1 12 gateway_IP_address
where gateway_IP_address is in the form of xxx.xxx.xxx.xxx.