05-23-2024
06:21 AM
- last edited on
05-23-2024
06:31 AM
by
rupeshah
Today I was upgrading remotely a 9300 IOS XE but suddenly while I was waiting after the command:
install add file flags:file active commit
There it was a disconnection for 1 minute with the ssh session and the Switch didn’t display the wizard again.
I know after that command always ask for a reload.
I have tried to use the “install” command to get a new installation but doesn’t work. Everytime I tried to use the install command display this error:
File cannot start new install. Operation is already running.
On flash: there are the pkg files of the new IOS, but it seems the switch always see the installation process running.
¿Is there a way to break the process? Or a trick to display the wizard?
05-23-2024 07:13 AM - edited 05-23-2024 07:13 AM
This type of operation should not be done remotely. It is best to have a maintenance window, connect to the switch via the console, perform the upgrade, and reload the switch.
HTH
05-23-2024 03:52 PM
Post the complete output to the following command:
more flash:packages.conf | begin rp_boot
05-24-2024 08:14 AM
I was upgrading the IOS XE but suddenly I got disconnected from the ssh session, I just had sent the command “install asd active file flash: … commit”
It close the wizard to ask me for the reload and now when I try to use the “install” command always tell me that there is a process running.
I don’t want to reload because when we try to make all the steps again we rewrite the package.conf so I think now it is in blank.
05-24-2024 08:37 AM
- You can not terminate or kill the install process as such ; try other ssh session for reload or else force reload with power cycle (e.g.)
M.
09-18-2025 08:37 PM
Hi There
Did you ever find a solution for this ? Have the same issue
Thanks
09-18-2025 11:24 PM
Did you ever find a solution for this ? Have the same issue
what is the issue provide more information, generally if the tested upgrade from remote, the switch need to be reboot after upgrade. until any other SSH bugs effected, the SSH session may be not accepting, this may be AAA configuration also.
again you need to provide what is the issue what version running what version you upgrading to.
most of the upgrade will smooth, until you hitting any bug and switch gone in to ROMMON.
09-20-2025 02:48 PM
I was upgrading the IOS XE but suddenly I got disconnected from the ssh session, I just had sent the command “install asd active file flash: … commit”. From new ssh session any “install” command always said that there is a process running so I was just checking if there was a way to end the process without a reload. But have reloaded since then and completed upgrade.
Thanks for your response.
09-20-2025 05:43 PM
@harryraju wrote:
I was just checking if there was a way to end the process without a reload.
Yes, there is a way to extract the package files without a reboot (in case there is a need to reboot the switch/stack at at later time/date) and I call this process One-Hit-Wonder NSFW. Whether it is a stand-alone, a stack or VSS, One-Hit-Wonder NSFW is applicable to routers, 9200, 9400, 9500 (high-performance model) and 9600.
9300, 3650/3850 have a more simplified method: Cisco 3850: IOS-XE/Firmware Upgrade
09-21-2025 08:55 AM
so the upgrade is good ?
09-21-2025 12:16 PM
yes no issues after reloading the switch.
09-21-2025 11:38 PM
Glad all good, can we mark as solution, so this will be helpful for other community members have same issue to refer.
09-23-2025 02:23 AM
sure.
09-21-2025 01:23 AM
This can happen if the install process is interrupted mid-way, leaving the switch in a “pending” state. Since you’re getting the message that an operation is already running, try checking the current status with show install summary
or show install log
to see whether the upgrade actually committed. If it’s stuck, a clean reload of the switch usually clears the stale install session and lets you re-run the install add file … activate commit
sequence. In cases where the wizard doesn’t reappear, you can also manually remove the partially applied packages (install remove inactive
) and start fresh.
Best regards,
Stefan Mihajlov
Mark this post as Helpful if it helped you, and Accept as Solution if it resolved your question.
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