Cisco Cisco MDS 9000 NX-OS Software Release 4.1 Guia Da Instalação

Página de 72
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
62
Cisco MDS 9000 NX-OS Release 4.1(x) and SAN-OS 3.3(x) Software Upgrade and Downgrade Guide
OL-17268-01, Cisco MDS NX-OS Release 4.1(3)
  Migrating From Supervisor-1 Modules to Supervisor-2 Modules
Step 3
Verify that the switch is running Cisco SAN-OS Release 3.0(1) or later. You must upgrade the switch if 
necessary.
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 1.1.0
  kickstart: version 3.3(1c)
  system:    version 3.3(1c)
...
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
To set the standby module to manual boot mode, use the system standby manual-boot command.
switch# system standby manual-boot
Step 6
Take the standby Supervisor-1 module out of service.
switch# out-of-service module 5
Step 7
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 8
Remove the standby Supervisor-1 module from the chassis. Shut down the management interface on the 
active Supervisor-1 module. This ensures that the Supervisor-2 can copy the image from TFTP using the 
same IP address.
switch# config terminal
switch(config)# interface mgmt 0
switch(config-if)# shut
Shutting down this interface will drop all telnet sessions.
Do you wish to continue(y/n)? [n] y
switch(config-if)# end
switch#