<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Accidently clicked on Install in PAN-OS upgrade. in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/621959#M2620</link>
    <description>&lt;P&gt;&lt;SPAN&gt;After downloading the PAN-OS version in the software tab in Panorama.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I accidentally clicked on install and the Pan-OS is installed on Panorama and it's asking for a restart to switch to the new version, I haven't restarted yet, is there a way I can cancel that install without restarting.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 07:28:07 GMT</pubDate>
    <dc:creator>Puneet.Goyal</dc:creator>
    <dc:date>2024-11-18T07:28:07Z</dc:date>
    <item>
      <title>Accidently clicked on Install in PAN-OS upgrade.</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/621959#M2620</link>
      <description>&lt;P&gt;&lt;SPAN&gt;After downloading the PAN-OS version in the software tab in Panorama.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I accidentally clicked on install and the Pan-OS is installed on Panorama and it's asking for a restart to switch to the new version, I haven't restarted yet, is there a way I can cancel that install without restarting.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 07:28:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/621959#M2620</guid>
      <dc:creator>Puneet.Goyal</dc:creator>
      <dc:date>2024-11-18T07:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accidently clicked on Install in PAN-OS upgrade.</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/622344#M2621</link>
      <description>&lt;P&gt;TL;DR :&amp;nbsp;&lt;FONT face="courier new,courier"&gt;debug swm cancel&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes there is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first a little background so you know what you're doing:&lt;/P&gt;
&lt;P&gt;when you install a PAN-OS, the install takes place on a dormant root partition, PAN-OS uses an active and inactive partition to run it's OS.&lt;/P&gt;
&lt;P&gt;after the install, the bootloader is switched to start using the dormant partition as the active partition after the next reboot so you can keep working in your current install untill you reboot and then you're on the new one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to recover from a accidental install, you can take the same steps as it would to do a full rollback, but this time without the reboot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in CLI verify what status SWM (softwaremanager) is in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;reaper@PA-440&amp;gt; debug swm status

Partition         State             Version
--------------------------------------------------------------------------------
sysroot0          PENDING-CHANGE    11.2.4
sysroot1          RUNNING-ACTIVE    11.2.3
maint             READY             11.2.4
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as you can see i am running 11.2.3 and 11.2.4 has been installed and pending a reboot (PENDING-CHANGE)&lt;/P&gt;
&lt;P&gt;if i want to roll that back i can use &lt;FONT face="courier new,courier"&gt;debug swm cancel&lt;/FONT&gt;&amp;nbsp;to cancel the upgrade, now the other partition becomes READY instead of pending change, and my MAINT partition is reverted to 11.2.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;reaper@PA-440&amp;gt; debug swm cancel 
Executing this command will cancel any pending changes to software. Do you want to continue? (y or n) 

Software cancel job enqueued with jobid 5242. Run 'show jobs id 5242' to monitor its status.
5242


reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; debug swm status

Partition         State             Version
--------------------------------------------------------------------------------
sysroot0          READY             11.2.4
sysroot1          RUNNING-ACTIVE    11.2.3
maint             READY             11.2.3
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:53:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/622344#M2621</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2024-11-18T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accidently clicked on Install in PAN-OS upgrade.</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/624417#M2623</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt; It works perfectly. I tested in the lab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 22:32:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/accidently-clicked-on-install-in-pan-os-upgrade/m-p/624417#M2623</guid>
      <dc:creator>N.Patel511792</dc:creator>
      <dc:date>2024-11-18T22:32:17Z</dc:date>
    </item>
  </channel>
</rss>

