12-04-2020 04:36 AM
Hi,
Can anyone provide the ISSU upgrade steps for the C4500X VSS? Never done it before.
Regards,
Rahul
12-04-2020 04:42 AM - edited 12-04-2020 04:42 AM
Steps :
1. what is the version of code running now.
2., what is the version of code you like to upgrade. check the matrix compatability
attached PDF
3. read the release notes of new IOS
follow good blog steps to upgrade.
https://zebust.wordpress.com/2019/04/10/c4500-x-vss-software-upgrade/
12-15-2020 01:19 AM
Thanks for the reply, we have still not decided for ISSU, probably will not go for it.
12-04-2020 05:26 AM
If-and-when ISSU/FSU/eFSU works, it is great. However, if and when ISSU/FSU/eFSU doesn't work, you need physical access to either one of the two units to power off the boot loop. And once you kill the second unit, you still need to figure out what IOS version both units will boot into. Again, not a pretty sight to see.
Ok, so this is how we've "formulated" the method to upgrade the ROMMON and the IOS in one reboot/reload:
NOTE: 4500X IOS-XE comes in two file extensions: BIN or TAR. Make sure to get the TAR file extension!
1. Upload the IOS-XE to the active unit: archive tar /x tftp://<TFTP IP_Address>/IOS_filename.tar bootflash:
2. Upload the IOS-XE to the secondary unit: archive tar /x tftp://<TFTP IP_Address>/IOS_filename.tar slavebootflash:
3. Copy the ROMMON file to the active unit: copy ftp://<TFTP IP_Address>/IOS_filename bootflash:
4. Copy the ROMMON file to the secondary unit: copy ftp://<TFTP IP_Address>/IOS_filename slavebootflash:
5. Change the boot variable string: Remove all the "old" boot variable string, insert a new boot variable string to point to the ROMMON file, point another boot variable string to point to the NEW IOS and then put another boot variable string to point to the old IOS
conf t no boo system bootflash:old_ios.bin boot system bootflash:ROMMON_filename boot system bootflash:NEW_IOS_filename.bin boot system bootflash:OLD_IOS_filename.bin end
6. Make sure boot variable string is "0x2102"
7. Save the config
8. Reboot
OPTIONAL:
1. Check the MD5 hash of the IOS files (including the ROMMON) using the command "verify /md5 bootflash:filename.bin <MD5 hash from the Cisco website>"
2. Backup the config to somewhere external.
IMPORTANT:
If you still insist on doing ISSU/FSU/eFSU, make sure TAC is on the phone when you're doing this.
Hope this helps.
12-15-2020 01:19 AM
Thanks for the reply, we have still not decided for ISSU, probably will not go for it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide