10-25-2024 11:01 AM - edited 10-25-2024 11:47 AM
Hi All ,
During the ISSU upgrade we may encounter the below error,
STAGE 1: Installing software on Standby
===================================================
--- Starting install_remote ---
[2] install_remote package(s) on chassis 2/R0
WARNING: Found 3137 disjoint TDL objects.
[2] Finished install_remote on chassis 2/R0
install_remote: Passed on [2/R0]
Finished install_remote
STAGE 2: Restarting Standby
===================================================
--- Starting standby reload ---
Finished standby reload
--- Starting wait for Standby to reach terminal redundancy state ---
Finished wait for Standby to reach terminal redundancy state
ERROR: MCL-Terminating the current ISSU Operation. ISSU Abort operation is initiated
ERROR: Once ISSU abort is done please check full list of mismatched commands via:
ERROR: show redundancy config-sync failures historic mcl
ERROR: install_add_activate_commit exit(2 )
>>> Verify the mismatched commands on the switch<<<<
CORE_SW_01#show redundancy config-sync failures historic mcl
Mismatched Command List
-----------------------
-snmp-server enable traps license
This is due to the target state software would have deprecated the commands
So we need to remove the above command "snmp-server enable traps license " and save the config , then retry the ISSU upgrade.
CORE_SW_01# config t
CORE_SW_01(config)# no snmp-server enable traps license
CORE_SW_01(config)#exit
CORE_SW_01#write mem
After removing the command then retry ISSU and it should be successful.
####__Always refer the "configuration guide" for any "restriction and guidelines " and the "release notes" for the "Hardware and Software Behavior Changes" before the upgrade__####
For example :
1) Configuration guide" for any "restriction and guidelines
Upgrade to Cisco IOS XE Dublin 17.12.x from any prior release using ISSU may fail if the snmp-server enable traps license command is configured. Ensure that you remove the snmp-server enable traps license command from the configuration before starting an ISSU upgrade because the snmp-server enable traps license command has been removed from Cisco IOS XE Dublin 17.12.x.
2) Release notes for the "Hardware and Software Behavior Changes"
Solved! Go to Solution.
12-22-2024 01:20 AM
Confirmed, after removing the command my ISSU upgrade was successful. Going from 17.09.04a to 17.12.04.
10-25-2024 12:27 PM
@Balaji_50982 wrote:WARNING: Found 3137 disjoint TDL objects.
Post the complete output to the following commands:
dir
dir bootflash-2:
12-22-2024 01:20 AM
Confirmed, after removing the command my ISSU upgrade was successful. Going from 17.09.04a to 17.12.04.
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