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
8-8
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 8 Working with Configuration Files
Accessing File Systems on the Standby Supervisor Module
Step 2
Wait until all modules are back online—the module status displays
ok
in response to the
show module
command.
Step 3
Roll back to the saved configuration (see the
“Rolling Back to a Previous Configuration” section on
page 8-7
).
Accessing File Systems on the Standby Supervisor Module
You can access all file systems on the standby supervisor module (remote) from a session on the active
supervisor module. This is useful when copying files to the active supervisor modules requires similar
files to exist on the standby supervisor module.
•
Use the
dir
scheme
://sup-remote
command to list files on the standby supervisor module.
switch#
dir bootflash://sup-remote
12198912 Aug 27 16:29:18 2003 m9500-sf1ek9-kickstart-mzg.1.3.0.39a.bin
1864931 Apr 29 12:41:59 2003 dplug2
12288 Apr 18 20:23:11 2003 lost+found/
12097024 Nov 21 16:34:18 2003 m9500-sf1ek9-kickstart-mz.1.3.1.1.bin
41574014 Nov 21 16:34:47 2003 m9500-sf1ek9-mz.1.3.1.1.bin
Usage for bootflash://sup-remote
67747169 bytes used
116812447 bytes free
184559616 bytes total
•
Use the
delete
scheme
://sup-remote
to remove files from a file system on the standby supervisor
module.
switch#
delete bootflash://sup-remote/aOldConfig.txt
Deleting Configuration Files
Use the
delete
command to remove configuration files from the memory locations on the switch.
•
This example shows how to delete a file from the bootflash: file system.
switch#
delete bootflash:dns_config.cfg
•
This example shows how to delete a file from an external CompactFlash (slot0:) file system.
switch#
delete slot0:dns_config.cfg
•
This example shows how to delete the file named test from the Flash card inserted in slot 0.
switch#
delete slot0:test
Delete slot0:test? [y/n]:
y
•
This example shows how to delete the entire
my-dir
directory and all its contents.
switch#
delete bootflash:my-dir
•
This example shows how to delete a file in the bootflash: on the standby supervisor module.
switch#
delete bootflash://sup-remote/aOldConfig