Cisco Cisco MDS 9000 NX-OS Software Release 4.1 Guía De Instalación

Descargar
Página de 26
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 .
21
Cisco MDS 9000 Family Storage Services Interface Image Installation and Upgrade Guide
OL-17262-03, Cisco MDS NX-OS Release 4.x
Cisco MDS 9000 Family Storage Services Interface Image Installation and Upgrade Guide
Moving SSI Boot Image Files to SSM Modflash
switch# copy running-config startup-config
Moving SSI Boot Image Files to SSM Modflash
For installation that are running Cisco MDS SAN-OS Release 2.1(2b) and later, we recommend that you 
locate the SSI boot image files on the SSM modflash. In most installations, all of the MDS SAN-OS 
image files are located on the supervisor module bootflash (both active and standby). This section 
describes how to move the appropriate files to the new location.
To move the SSI boot image files from bootflash to SSM modflash, follow these steps:
Step 1
Display the contents of the active supervisor module bootflash to locate the SSI boot image file.
switch# dir bootflash:
      12288     Dec 03 13:14:42 2004  lost+found/
    4004706     Jan 31 00:23:33 2006  m9000-ek9-ssi-mz.2.1.2i.bin
   14753792     Jan 30 23:54:12 2006  m9500-sf1ek9-kickstart-mz.2.1.2b.bin
   48474490     Jan 30 23:54:41 2006  m9500-sf1ek9-mz.2.1.2b.bin
 
Usage for bootflash://sup-local
  101636096 bytes used
   82923520 bytes free
 184559616 bytes total
Step 2
If the SSI boot image files are located on the active supervisor module bootflash, perform 
 through 
 for each SSM installed on your switch:
a.
Copy the SSI boot image file to the SSM modflash.
switch# copy bootflash:m9000-ek9-ssi-mz.2.1.2i.bin modflash://2-1/ 
m9000-ek9-ssi-mz.2.1.2i.bin
b.
Verify the current configuration of the boot variables.
For Cisco MDS 9500 Series switches:
switch# show boot
sup-1
kickstart variable = bootflash:/m9500-sf1ek9-kickstart-mz.2.1.2b.bin
system variable = bootflash:/m9500-sf1ek9-mz.2.1.2b.bin
sup-2
kickstart variable = bootflash:/m9500-sf1ek9-kickstart-mz.2.1.2b.bin
system variable = bootflash:/m9500-sf1ek9-mz.2.1.2b.bin
Module 2
ssi variable = bootflash:/m9000-ek9-ssi-mz.2.1.2i.bin
For Cisco MDS 9200 Series switches:
switch# show boot
kickstart variable = bootflash:/m9200-sf1ek9-kickstart-mz.2.1.2b.bin
system variable = bootflash:/m9200-sf1ek9-mz.2.1.2b.bin
Module 2
ssi variable = bootflash:/m9000-ek9-ssi-mz.2.1.2i.bin
c.
Change the SSI boot variable to the new SSI image location.
switch# config terminal
switch(config)# boot ssi modflash://2-1/ m9000-ek9-ssi-mz.2.1.2i.bin module 2
switch(config)# exit