<?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 Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE? in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4642208#M243866</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did anyone have success to upgrade a Catalyst 9800 with IOS XE 17.3.x using the INSTALL method? I was only able to use the BUNDLE method. Also the official Cisco documentation is a bit confusing with the different upgrade methods (BUNDLE, INSTALL, ISSU).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two separate WLC working as active and standby using the same configuration. It was advised by the consultant not to use the cluster so one can test new releases first on the backup WLC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I once tried to upgrade using the install method: Remove inactive files:&lt;/P&gt;&lt;PRE&gt;wlc2#install remove inactive
install_remove: START Tue Mar 22 21:09:03 Central 2022

Mar 22 20:09:04.241: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install removeCleaning up unnecessary package files
  Scanning boot directory for packages ... done.
  Preparing packages list to delete ...
    C9800-40-universalk9_wlc.17.03.03.SPA.bin
      File is in use, will not delete.
  done.

The following files will be deleted:
[chassis 1/R0]:
/bootflash/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
/bootflash/C9800-mono-universalk9_wlc.17.03.03.SPA.pkg
/bootflash/C9800-rpboot.17.03.03.SPA.pkg
/bootflash/packages.conf

Do you want to remove the above files? [y/n]y

[chassis 1/R0]:
Deleting file bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin ... done.
Deleting file bootflash:C9800-mono-universalk9_wlc.17.03.03.SPA.pkg ... done.
Deleting file bootflash:C9800-rpboot.17.03.03.SPA.pkg ... done.
Deleting file bootflash:packages.conf ... done.
SUCCESS: Files deleted.
--- Starting Post_Remove_Cleanup ---
Performing Post_Remove_Cleanup on all members
  [1] Post_Remove_Cleanup package(s) on chassis 1/R0
  [1] Finished Post_Remove_Cleanup on chassis 1/R0
Checking status of Post_Remove_Cleanup on [1/R0]
Post_Remove_Cleanup: Passed on [1/R0]
Finished Post_Remove_Cleanup

SUCCESS: install_remove  Tue Mar 22 21:10:05 Central 2022&lt;/PRE&gt;&lt;P&gt;Add the new package via downloading from the install server.&lt;/P&gt;&lt;PRE&gt;wlc2#install add file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_add: START Tue Mar 22 21:10:37 Central 2022
Downloading file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
Mar 22 20:10:37.955: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install add http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
Finished downloading file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin to bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_add: Adding PACKAGE
install_add: Checking whether new add is allowed ....

--- Starting initial file syncing ---
Info: Finished copying bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin to the selected chassis
Finished initial file syncing

--- Starting Add ---
Performing Add on all members
  [1] Add package(s) on chassis 1/R0
  [1] Finished Add on chassis 1/R0
Checking status of Add on [1/R0]
Add: Passed on [1/R0]
Finished Add

Image added. Version: 17.03.04c.0.77
SUCCESS: install_add  Tue Mar 22 21:13:15 Central 2022

wlc2#
Mar 22 20:13:15.956: %INSTALL-5-INSTALL_COMPLETED_INFO: Chassis 1 R0/0: install_engine: Completed install add PACKAGE bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin&lt;/PRE&gt;&lt;P&gt;Show available images.&lt;/P&gt;&lt;PRE&gt;wlc2#show install summary
[ Chassis 1/R0 ] Installed Package(s) Information:
State (St): I - Inactive, U - Activated &amp;amp; Uncommitted,
            C - Activated &amp;amp; Committed, D - Deactivated &amp;amp; Uncommitted
--------------------------------------------------------------------------------
Type  St   Filename/Version
--------------------------------------------------------------------------------
IMG   C    17.03.03.0.4762
IMG   I    17.03.04c.0.77

--------------------------------------------------------------------------------
Auto abort timer: inactive
--------------------------------------------------------------------------------&lt;/PRE&gt;&lt;P&gt;Activating the new image file fails:&lt;/P&gt;&lt;PRE&gt;wlc2# install activate file bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_activate: START Tue Mar 22 21:15:04 Central 2022

Mar 22 20:15:05.218: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install activate bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.binERROR: install_activate: Nothing to activate.
install_activate:
    For SMU activation, please specify the SMU to be activated.
        Usage: install activate file smu_name.
    For image installation, please make sure image has been added.
        Usage: install add image_name followed by install activate.
    For ISSU upgrade, please specify the issu keyword.
ERROR: install_activate  exit(2 ) Tue Mar 22 21:15:30 Central 2022&lt;/PRE&gt;&lt;P&gt;What am I missing or is it a bug?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 07:28:39 GMT</pubDate>
    <dc:creator>Network Diver</dc:creator>
    <dc:date>2022-07-01T07:28:39Z</dc:date>
    <item>
      <title>Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4642208#M243866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did anyone have success to upgrade a Catalyst 9800 with IOS XE 17.3.x using the INSTALL method? I was only able to use the BUNDLE method. Also the official Cisco documentation is a bit confusing with the different upgrade methods (BUNDLE, INSTALL, ISSU).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two separate WLC working as active and standby using the same configuration. It was advised by the consultant not to use the cluster so one can test new releases first on the backup WLC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I once tried to upgrade using the install method: Remove inactive files:&lt;/P&gt;&lt;PRE&gt;wlc2#install remove inactive
install_remove: START Tue Mar 22 21:09:03 Central 2022

Mar 22 20:09:04.241: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install removeCleaning up unnecessary package files
  Scanning boot directory for packages ... done.
  Preparing packages list to delete ...
    C9800-40-universalk9_wlc.17.03.03.SPA.bin
      File is in use, will not delete.
  done.

The following files will be deleted:
[chassis 1/R0]:
/bootflash/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
/bootflash/C9800-mono-universalk9_wlc.17.03.03.SPA.pkg
/bootflash/C9800-rpboot.17.03.03.SPA.pkg
/bootflash/packages.conf

Do you want to remove the above files? [y/n]y

[chassis 1/R0]:
Deleting file bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin ... done.
Deleting file bootflash:C9800-mono-universalk9_wlc.17.03.03.SPA.pkg ... done.
Deleting file bootflash:C9800-rpboot.17.03.03.SPA.pkg ... done.
Deleting file bootflash:packages.conf ... done.
SUCCESS: Files deleted.
--- Starting Post_Remove_Cleanup ---
Performing Post_Remove_Cleanup on all members
  [1] Post_Remove_Cleanup package(s) on chassis 1/R0
  [1] Finished Post_Remove_Cleanup on chassis 1/R0
Checking status of Post_Remove_Cleanup on [1/R0]
Post_Remove_Cleanup: Passed on [1/R0]
Finished Post_Remove_Cleanup

SUCCESS: install_remove  Tue Mar 22 21:10:05 Central 2022&lt;/PRE&gt;&lt;P&gt;Add the new package via downloading from the install server.&lt;/P&gt;&lt;PRE&gt;wlc2#install add file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_add: START Tue Mar 22 21:10:37 Central 2022
Downloading file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
Mar 22 20:10:37.955: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install add http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin
Finished downloading file http://install.example.com/cisco/wlan/c9800-40/C9800-40-universalk9_wlc.17.03.04c.SPA.bin to bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_add: Adding PACKAGE
install_add: Checking whether new add is allowed ....

--- Starting initial file syncing ---
Info: Finished copying bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin to the selected chassis
Finished initial file syncing

--- Starting Add ---
Performing Add on all members
  [1] Add package(s) on chassis 1/R0
  [1] Finished Add on chassis 1/R0
Checking status of Add on [1/R0]
Add: Passed on [1/R0]
Finished Add

Image added. Version: 17.03.04c.0.77
SUCCESS: install_add  Tue Mar 22 21:13:15 Central 2022

wlc2#
Mar 22 20:13:15.956: %INSTALL-5-INSTALL_COMPLETED_INFO: Chassis 1 R0/0: install_engine: Completed install add PACKAGE bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin&lt;/PRE&gt;&lt;P&gt;Show available images.&lt;/P&gt;&lt;PRE&gt;wlc2#show install summary
[ Chassis 1/R0 ] Installed Package(s) Information:
State (St): I - Inactive, U - Activated &amp;amp; Uncommitted,
            C - Activated &amp;amp; Committed, D - Deactivated &amp;amp; Uncommitted
--------------------------------------------------------------------------------
Type  St   Filename/Version
--------------------------------------------------------------------------------
IMG   C    17.03.03.0.4762
IMG   I    17.03.04c.0.77

--------------------------------------------------------------------------------
Auto abort timer: inactive
--------------------------------------------------------------------------------&lt;/PRE&gt;&lt;P&gt;Activating the new image file fails:&lt;/P&gt;&lt;PRE&gt;wlc2# install activate file bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.bin
install_activate: START Tue Mar 22 21:15:04 Central 2022

Mar 22 20:15:05.218: %INSTALL-5-INSTALL_START_INFO: Chassis 1 R0/0: install_engine: Started install activate bootflash:C9800-40-universalk9_wlc.17.03.04c.SPA.binERROR: install_activate: Nothing to activate.
install_activate:
    For SMU activation, please specify the SMU to be activated.
        Usage: install activate file smu_name.
    For image installation, please make sure image has been added.
        Usage: install add image_name followed by install activate.
    For ISSU upgrade, please specify the issu keyword.
ERROR: install_activate  exit(2 ) Tue Mar 22 21:15:30 Central 2022&lt;/PRE&gt;&lt;P&gt;What am I missing or is it a bug?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:28:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4642208#M243866</guid>
      <dc:creator>Network Diver</dc:creator>
      <dc:date>2022-07-01T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4642213#M243867</link>
      <description>&lt;P&gt;I always use and recommend Install Mode (one-shot, CLI) but I will never, ever, recommend anyone use ISSU unless TAC is present.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:39:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4642213#M243867</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2022-07-01T07:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4654278#M244342</link>
      <description>&lt;P&gt;Agreed use the one-shot method:&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;install add file bootflash:C9800-80-universalk9_wlc.17.03.04c.SPA.bin activate commit prompt-level none&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 00:20:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/4654278#M244342</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2022-07-21T00:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273144#M281774</link>
      <description>&lt;P&gt;just to confirm, AP pre-download image is not supported on bundle mode?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 17:42:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273144#M281774</guid>
      <dc:creator>Najib Akbari</dc:creator>
      <dc:date>2025-03-19T17:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273151#M281775</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/95342"&gt;@Najib Akbari&lt;/a&gt;&amp;nbsp;That is&lt;STRONG&gt; correct&lt;/STRONG&gt; ; ref&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/222431-upgrade-the-catalyst-9800-wlc-quick-st.pdf" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/222431-upgrade-the-catalyst-9800-wlc-quick-st.pdf&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;EM&gt; &amp;gt;....&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;gt;Make sure that your controller is running in INSTALL mode (you can verify this with "Show&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;version") and not in BUNDLE mode. BUNDLE mode is only meant for recovery and &lt;FONT color="#FF6600"&gt;does &lt;U&gt;&lt;STRONG&gt;not suport&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#FF6600"&gt;AP predownload,&lt;/FONT&gt; patches, ISSU upgrades and other features.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 17:58:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273151#M281775</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-03-19T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800-40: Upgrade method INSTALL vs BUNDLE?</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273250#M281779</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:33:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-40-upgrade-method-install-vs-bundle/m-p/5273250#M281779</guid>
      <dc:creator>Najib Akbari</dc:creator>
      <dc:date>2025-03-19T21:33:58Z</dc:date>
    </item>
  </channel>
</rss>

