Reference Guide

Restore startup conguration
The startup conguration le is named startup.xml and is stored in the config system folder. To create a backup version, copy the
startup conguration to a remote server or the local config: or home: directories.
To restore a backup conguration, copy a local or remote le to the startup conguration and reload the switch. After downloading a
backup conguration, you must reload the system, otherwise the switch remains unresponsive until you reboot.
Copy le to startup conguration
OS10# copy {config://filepath | home://filepath |
ftp://userid:passwd@hostip/filepath | scp://userid:passwd@hostip/filepath |
sftp://userid:passwd@hostip/filepath | tftp://hostip/filepath} config://startup.xml
Back up startup le
OS10# copy config://startup.xml config://backup-9-28.xml
Restore startup le from backup
OS10# copy config://backup-9-28.xml config://startup.xml
OS10# reload
Back up startup le to server
OS10# copy config://startup.xml scp://userid:password@hostip/backup-9-28.xml
Restore startup le from server
OS10# copy scp://admin:admin@hostip/backup-9-28.xml config://startup.xml
OS10# reload
Reload system image
Reboot the system manually using the reload command in EXEC mode. You are prompted to conrm the operation.
OS10# reload
System configuration has been modified. Save? [yes/no]:yes
Saving system configuration
Proceed to reboot the system? [confirm yes/no]:yes
To congure the OS10 image loaded at the next system boot, enter the boot system command in EXEC mode.
boot system {active | standby}
Enter active to load the primary OS10 image stored in the A partition.
Enter standby to load the secondary OS10 image stored in the B partition.
Set next boot image
OS10# boot system standby
OS10# show boot
Current system image information:
===================================
Type Boot Type Active Standby Next-Boot
-------------------------------------------------------------------
Node-id 1 Flash Boot [A] 10.2.9999E [B] 10.2.9999E [B] standby
38
Getting Started