2Wire 78-13885-03 Tablet User Manual


 
Appendix A Upgrading Your CSS Software
Upgrading Your CSS
A-12
Cisco Content Services Switch Adminisitration Guide
78-13885-03
To remove an ADI:
a. List the ADIs on the CSS. For example:
(config)# show installed-software
sg0710001
sg0710002
b. Access boot mode:
(config)# boot
(config-boot)#
c. Use the remove command to remove the ADI. For example:
(config-boot)# remove sg0710001
3. Archive your running configuration to the startup configuration. For example:
# config
(config)# archive running-config startup-config
You can also use the save_config alias to archive your startup-config file. To
view all available aliases, use the show aliases command.
Note If you created additional profiles on the CSS, archive them by using
the archive script or save_profile command. After the upgrade is
done, use the restore filename script command to restore the profile
you archived.
4. Archive your custom scripts and user-profile files from the CSS scripts
directory to the archive directory. The upgrade overwrites files in the script
directory but does not overwrite files in the archive directory. After the
upgrade, you will restore these files to the scripts directory.
To archive each file to the archive directory, use the archive script command.
The syntax for this command is:
archive script script_filename {archive_filename}