A-15
Cisco Content Services Switch Administration Guide
OL-5647-02
Appendix A Upgrading Your CSS Software
Upgrading Your CSS Software
For example, to archive the admin-profile file from the scripts directory to the
archive directory, enter:
#
archive script admin-profile
To copy any changes to your current user profile to the scripts directory and
then archive the profile to the archive directory, use the
save_profile
alias
command. For example, enter:
#
save_profile
5.
Copy the new ADI to the CSS as the boot-image. If you are copying an
uncompressed version of the ADI from the FTP server, include the .adi file
extension (for example, sg0740002.adi).
(config-boot)#
<Ctl-z>
#
copy ftp DEFAULT_FTP sg0740002.adi.gz boot-image
DEFAULT_FTP is the FTP record file defined in the
“Configuring an FTP
Server Record on the CSS”
section.
Note
When you copy a GZIP-compressed ADI onto the CSS, the CSS
automatically uncompresses it.
6.
Unpack the ADI.
(config)#
boot
(config-boot)#
unpack sg0740002.adi
7.
Set the new ADI as the primary boot file and install it. For example:
(config-boot)#
primary boot-file sg0730003
8.
Reboot the system.
(config)#
boot
(config-boot)#
reboot
The CSS automatically performs a Flash upgrade, if necessary, and then boots
the new image.