S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
7-34
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 7 Software Images
Maintaining Supervisor Modules
switch#
copy running-config startup-config
Step 3
Verify that the switch is running Cisco SAN-OS Release 3.0(1) or later. Upgrade the switch, if necessary
(see the
“Automated Upgrades” section on page 7-6
).
switch#
show version
Cisco Storage Area Networking Operating System (SAN-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2005, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
Software
BIOS: version 0.0.11
kickstart: version 3.0(1) [build 3.0(0.294)] [gdb]
system: version 3.0(1) [build 3.0(0.294)] [gdb]
...
Step 4
Issue a
show module
command to determine which Supervisor-1 module is the standby.
switch#
show module
Mod Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 16 1/2 Gbps FC Module DS-X9016 ok
2 32 Storage Services Module DS-X9032-SSM ok
3 8 IP Storage Services Module DS-X9308-SMIP ok
4 12 1/2/4 Gbps FC Module DS-X9112 ok
5 0 Supervisor/Fabric-1 DS-X9530-SF1-K9 ha-standby
6 0 Supervisor/Fabric-1 DS-X9530-SF1-K9 active *
...
Step 5
Take the standby Supervisor-1 module out of service.
switch#
out-of-service module 5
Step 6
Verify that the standby Supervisor-1 module is powered down.
switch#
show module
Mod Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 16 1/2 Gbps FC Module DS-X9016 ok
2 32 Storage Services Module DS-X9032-SSM ok
3 8 IP Storage Services Module DS-X9308-SMIP ok
4 12 1/2/4 Gbps FC Module DS-X9112 ok
5 0 Supervisor/Fabric-1 powered-dn
6 0 Supervisor/Fabric-1 DS-X9530-SF1-K9 active *
...
Step 7
Remove the standby Supervisor-1 module from the chassis. Ensure that the management interface on the
active Supervisor-1 module is shut down. (Ensures that the Supervisor-2 boots TFTP from the TFTP
server under the loader prompt when the Supervisor-2 module uses the same IP address.)
switch# config t
switch(config)#
interface
switch(config)#
exit
switch# config
t
switch(config)#
interface mgmt 0
switch(config-if)#
shut
switch(config-if)#
end
switch#