B-34
Catalyst 3750 Switch Software Configuration Guide
78-16180-02
Appendix B Working with the Cisco IOS File System, Configuration Files, and Software Images
Working with Software Images
Copying an Image File from One Stack Member to Another
For switch stacks, the archive download-sw and archive upload-sw privileged EXEC commands can
be used only through the stack master. Software images downloaded to the stack master are
automatically downloaded to the rest of the stack members.
To upgrade a switch that has an incompatible software image, use the archive copy-sw privileged EXEC
command to copy the software image from an existing stack member to the one that has incompatible
software. That switch automatically reloads and joins the stack as a fully functioning member.
Note To successfully use the archive copy-sw privileged EXEC command, you must have downloaded from a
TFTP server the images for both the stack member switch being added and the stack master. You use the
archive download-sw privileged EXEC command to perform the download.
Beginning in privileged EXEC mode from the stack member that you want to upgrade, follow these steps
to copy the running image file from the flash memory of a different stack member:
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
archive copy-sw /destination-system
destination-stack-member-number /force-reload
source-stack-member-number
Copy the running image file from a stack member, and then
unconditionally reload the updated stack member.
Note At least one stack member must be running the
image that is to be copied to the switch that is
running the incompatible software.
For /destination-system destination-stack-member-number,
specify the number of the stack member (the destination) to
which to copy the source running image file. If you do not
specify this stack member number, the default is to copy the
running image file to all stack members.
Specify /force-reload to unconditionally force a system
reload after successfully downloading the software image.
For source-stack-member-number, specify the number of the
stack member (the source) from which to copy the running
image file. The stack member number range is 1 to 9.
Step 3
reload slot stack-member-number Reset the updated stack member, and put this configuration
change into effect.