<?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 Re: WLC 8540 CIMC upgrade in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449879#M232322</link>
    <description>&lt;P&gt;With the fix that shouldn't be necessary &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326026"&gt;@Leo Laohoo&lt;/a&gt; though I have not tested it myself.&amp;nbsp; The procedure &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/465548"&gt;@Arshad Safrulla&lt;/a&gt; suggests should work but will be useful to get confirmation that it does work.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 11:14:22 GMT</pubDate>
    <dc:creator>Rich R</dc:creator>
    <dc:date>2021-08-16T11:14:22Z</dc:date>
    <item>
      <title>WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449147#M232264</link>
      <description>&lt;P&gt;Hi, has anyone else have difficulty configuring an IMM address for the secondary WLC in a HA pair in order to carry out the CIMC upgrade?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a pair of 8540s in HA. While running 8.5.140.0 I attempted to configure an IMM address on both WLC units but there was no IMM config commands available on the secondary unit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appear to hit upon the following bug &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvf57867" target="_blank" rel="noopener"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvf57867&lt;/A&gt; ?&lt;BR /&gt;I upgraded to 8.10.151.0, which according to Cisco documentation would fix the bug, but after the upgrade I am still in the same situation i.e. I am unable to configure the IMM&amp;nbsp; IP address on the secondary WLC as there are no IMM commands available.&lt;BR /&gt;The dhcp workaround does not work. When connected to a switchport I cannot get a mac address and it does not appear to do any kind of dhcp request.&lt;/P&gt;&lt;P&gt;I tested the CIMC upgrade on a 5520 stand alone and it worked fine.&lt;/P&gt;&lt;P&gt;Finally, while ssh'd onto the non-active WLC there are a limited number of commands compared to the active unit. I'm assuming this is normal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something? Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449147#M232264</guid>
      <dc:creator>CiaranB</dc:creator>
      <dc:date>2021-08-13T15:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449157#M232266</link>
      <description>&lt;P&gt;Break the HA and then configure the CIMC.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:27:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449157#M232266</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2021-08-13T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449338#M232287</link>
      <description>&lt;P&gt;How my team fixed the issue for one of my customers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;o Save the configuration on the active node&lt;BR /&gt;o Have switch over initiated using the following command: "redundancy force-switchover"&lt;BR /&gt;o Have the configuration of the CIMC done once the secondary is up using the following commands:&lt;/P&gt;&lt;P&gt;* (Cisco Controller) &amp;gt;imm address&lt;BR /&gt;* (Cisco Controller) &amp;gt;imm username password&lt;BR /&gt;* (Cisco Controller) &amp;gt;imm summary &amp;lt;-- To verify the configuration once you are done.&lt;/P&gt;&lt;P&gt;o After that save the configuration on the WLC.&lt;BR /&gt;o Then Fail back to the Primary using the command : "redundancy force-switchover"&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 21:58:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449338#M232287</guid>
      <dc:creator>Arshad Safrulla</dc:creator>
      <dc:date>2021-08-13T21:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449878#M232321</link>
      <description>&lt;P&gt;That bug was opened for me but I've never tested or verified the fix which came much later.&amp;nbsp; After we found the problem we made sure we always configured the CIMC before enabling HA so haven't had to deal with it since then.&lt;/P&gt;&lt;P&gt;I believe that all the fix actually does is stop the WLC from trying to sync the CIMC config between primary and secondary which is what is what it was doing before when I found the problem.&lt;/P&gt;&lt;P&gt;I would do as &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/465548"&gt;@Arshad Safrulla&lt;/a&gt; suggests which should work properly now with the fix in place (it didn't before because it always kept trying to sync the IMM config you entered to both chassis).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 11:11:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449878#M232321</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2021-08-16T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449879#M232322</link>
      <description>&lt;P&gt;With the fix that shouldn't be necessary &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326026"&gt;@Leo Laohoo&lt;/a&gt; though I have not tested it myself.&amp;nbsp; The procedure &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/465548"&gt;@Arshad Safrulla&lt;/a&gt; suggests should work but will be useful to get confirmation that it does work.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 11:14:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4449879#M232322</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2021-08-16T11:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 8540 CIMC upgrade</title>
      <link>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4457544#M232910</link>
      <description>&lt;P&gt;I followed &lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/465548" target="_blank" rel="noopener"&gt;@Arshadsaf&lt;/A&gt; suggestion and was able to successfully upgraded the CIMC utility on both controllers without any disruption to services.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Participant lia-component-message-view-widget-author-username"&gt;Thank you all for your replies.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-8540-cimc-upgrade/m-p/4457544#M232910</guid>
      <dc:creator>CiaranB</dc:creator>
      <dc:date>2021-08-31T13:25:39Z</dc:date>
    </item>
  </channel>
</rss>

