If Extreme Networks makes a new version of the virtual service available, uninstall the original virtual service and install the newer virtual service.
Important
You can perform an upgrade of Linux inside the virtual service by standard Linux upgrade procedures. For example, TPVM is Ubuntu based, so you can use sudo apt-get update and sudo apt-get upgrade. If you complete such an upgrade, Extreme Networks is not responsible for the behavior of the VM; it has not been tested with that version on the OS.
If you installed applications in the Third Party Virtual Machine (TPVM), you must migrate important data for those applications before you perform this procedure.
If you created new users in the TPVM, follow standard Linux procedures to back up user names and passwords.
For Fabric IPsec Gateway, back up the configuration files (*.cfg) and the shadov.txt file, which is an encrypted file that contains the authentication keys for the IPsec tunnels. You can use the ls command within the VM to see the file list. Use FTP within the VM to transfer the files for backup.
Use FTP or SFTP to transfer the new OVA image to the /var/lib/insight/packages/ directory on the switch.
When you uninstall the original virtual service, the system removes the complete virtual service configuration from the configuration file.
enable
configure terminal
no virtual-service WORD<1-80> enable
end
virtual-service WORD<1-80> uninstall
virtual-service WORD<1-80> install package WORD<1-512>
remove WORD<1-255>
Switch:1>enable Switch:1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch:1(config)#no virtual-service tpvm enable Switch:1(config)#end Switch:1#virtual-service tpvm uninstall Switch:1#virtual service tpvm install package var/lib/insight/packages/TPVM_4900_8.2.0.0.img Switch:1#configure terminal Switch:1(config)#virtual-service tpvm vport eth0 connect-type sriov Switch:1(config)#virtual-service tpvm vport eth0 vlan 10 Switch:1(config)#virtual-service tpvm enable Switch:1(config)#remove /intflash/var/lib/insight/packages/TPVM_4900_8.1.5.0.img