This is specifically for a 6900 series Omniswitch but it probably applies to other models.
Your software upgrade file should have a Image file - Tos.img and possibly also a U-Boot file (u-boot.x.x.tar.gz) and possibly a FPGA file as well (tor_fpgas_x_x.vme)
- Take a copy of your working directory so you have a backup of the current code:
- Place the new image file in your working directory
- Copy the other two files (if they exist) into the current directory
- Upgrade the U-Boot file (if the file exists)
- Upgrade the fpga (if the file exists)
- You can now remove the u-boot and fpga files
- Upgrade the switch software by rebooting the switch from the working directory
- Check the software version after reboot
- If all looks well after the reboot you can copy the current config/software to the certified config
- If all doesn't look well you can always revert to the previous version in your copy of the working directory
-> cp -r working working_prev
-> scp user@host:Tos.img ./working
-> scp user@host:u-boot.tar.gz .
-> scp user@host:tor_fpgas.vme .
-> update uboot cmm 1 file u-boot.x.x.tar.gz
-> update fpga cmm 1 file tor_fpgas.vme
-> rm u-boot.x.x.tar.gz
-> rm tor_fpgas.vme
-> reload from working no rollback-timeout
-> show microcode
/flash/certified Package Release Size Description
-----------------+-------------------------+--------+-----------------------
Tos.img 7.3.2.344.R01 126642216 Alcatel-Lucent OS
-> copy running certified
-> cp -r working_prev working
-> reload from working no rollback-timeout
Some more useful Alcatel commands to be found here:
http://www.latouche.info/admin/user_guides/omniswitch.html