Important
Upgrades from some releases require release-specific steps. For more information, see Release Notes for VOSS.
Perform this procedure to upgrade the software on the switch. This procedure shows how to upgrade the software using the internal flash memory as the file storage location.
Use one of the following options to upload the file with the new software to the switch:
Use FTP or SFTP to transfer the file.
Download the image file to your computer. Copy the file to a USB device and insert the USB device into the USB port on the switch.
You can store up to six software releases on the switch. If you have six releases already stored on the switch, then you will be prompted to remove one release before you can proceed to add and activate a new software release.
For information about how to remove a software release, see Deleting a software release.
To obtain the new software, go to the Extreme Networks support site: http://www.extremenetworks.com/support. You need a valid user or site ID and password.
Back up the configuration files.
Use an FTP or SFTP application or USB device to transfer the file with the new software release to the switch.
Ensure that you have not configured a VLAN above 4059. If you have, you must port all configuration on this VLAN to another VLAN, before you begin the upgrade.
Caution
Only VLAN range 2 to 4059 is supported. All configuration on a higher numbered VLAN from earlier releases will be lost after the upgrade.
Check the MACsec configuration on the device prior to upgrading. For more information, see Important upgrade consideration regarding MACsec.
Note
Software upgrade configurations are case-sensitive.
enable
configure terminal
Note
Start an FTP session from your computer to the switch using the same username and password used to Telnet or SSH to the switch. Upload or copy the image to the switch.
boot config flag <ftpd | sshd>
end
exit
software add WORD<1-99>
software activate WORD<1-99>
reset
Important
After you restart the system, you have the amount of time configured for the commit timer to verify the upgrade and commit the software to gold. If you do not commit the software to gold and auto-commit is not enabled, the system restarts with the last known working version after the commit timer has expired. This feature ensures you can regain control of the system if an upgrade fails. By default, auto-commit is enabled.
rwa
enable
show software
software commit
Important
If you disable the auto-commit feature, you must run the software commit command manually before the commit timer expires to commit the new software version, otherwise the system restarts automatically to the previous (committed) version. By default, auto-commit is enabled.
Note
The image file name is switch dependent. See Release Notes for VOSS for information about file names.
Switch:1>enable Switch:1#configure terminal Switch:1(config)#boot config flags ftpd Switch:1(config)#end Switch:1(config)#copy /usb/VOSS8K.6.0.0.0.tgz /intflash/VOSS8K.6.0.0.0.tgz Switch:1(config)#exit Switch:1#software add VOSS8K.6.0.0.0.tgz Switch:1#software activate VOSS8K.6.0.0.0.GA Switch:1#reset Switch:1#show software ================================================================================ software releases in /intflash/release/ ================================================================================ VOSS8K.5.0.0.0.GA (Primary Release) VOSS8K.4.2.1.0.GA (Backup Release) -------------------------------------------------------------------------------- Auto Commit : enabled Commit Timeout : 10 minutes Remaining time until software auto-commit is 8 minutes 59 seconds Switch:1#show software detail ================================================================================ software releases in /intflash/release/ ================================================================================ VOSS8K.4.2.1.0.GA (Backup Release) KERNEL 2.6.32_int38 ROOTFS 2.6.32_int38 APPFS VOSS8K.4.2.1.0int012 AVAILABLE ENCRYPTION MODULES 3DES AES/DES VOSS8K.5.0.0.0.GA (Primary Release) KERNEL 2.6.32_int38 ROOTFS 2.6.32_int38 APPFS VOSS8K.5.0.0.0.GA AVAILABLE ENCRYPTION MODULES 3DES AES/DES -------------------------------------------------------------------------------- Auto Commit : enabled Commit Timeout : 10 minutes Remaining time until software auto-commit is 8 minutes 41 seconds Switch:1#software commit Executing software commit for version VOSS8K.5.0.0.0.GA. Software commit successful