Hi Lacko,
the flash memory 5120-EI switches can only handle one software image. Here's a manual method to update the software, you'll need a TFTP or FTP server to get the software from:
display irf configuration
display irf
display irf topology
dir flash:
dir slotX#flash:
- If you want to be sure not to run into any issues with a corrupt flash file system:
fixdisk flash:
fixdisk slotX#flash:
- Delete old software image on master:
delete /unreserved flash:/a5120ei-cmw520-r2220p02.bin
If there is an old .btm file on the flash, delete it.
- Get software image, for example with TFTP:
tftp 10.10.10.1 get a5120ei-btm-621.btm
tftp 10.10.10.1 get a5120ei-cmw520-r2222p11.bin
- Delete & copy software image to slaves:
delete /unreserved slotX#flash:/a5120ei-cmw520-r2220p02.bin
If there is an old .btm file on the flash, delete it.
copy a5120ei-cmw520-r2222p11.bin slotX#flash:/
copy a5120ei-btm-621.btm slotX#flash:/
- Update bootrom on master and slaves:
bootrom update file flash:/a5120ei-btm-621.btm slot 1
bootrom update file slotX#flash:/a5120ei-btm-621.btm slot X
- Activate the new software image:
boot-loader file flash:/a5120ei-cmw520-r2222p11.bin slot all main
dir flash:
dir slotX#flash:
display boot-loader
save safely force
reboot
Hopefully, you'll have an updated switch stack after some minutes.
Regards, Leonardo