<?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 Upgrade Prime NCS in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936633#M109667</link>
    <description>&lt;P&gt;I have a Prime NCS appliance running 1.0.2.29 and I need to upgrade it to 1.1.0.58. I have downloaded the code from the Cisco site but I need to know how to upgrade the NCS. &lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 04:49:40 GMT</pubDate>
    <dc:creator>evarner</dc:creator>
    <dc:date>2021-07-04T04:49:40Z</dc:date>
    <item>
      <title>Upgrade Prime NCS</title>
      <link>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936633#M109667</link>
      <description>&lt;P&gt;I have a Prime NCS appliance running 1.0.2.29 and I need to upgrade it to 1.1.0.58. I have downloaded the code from the Cisco site but I need to know how to upgrade the NCS. &lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:49:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936633#M109667</guid>
      <dc:creator>evarner</dc:creator>
      <dc:date>2021-07-04T04:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Prime NCS</title>
      <link>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936634#M109668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://www.cisco.com/en/US/docs/wireless/ncs/1.1/release/notes/NCS_RN1.1.html#wp208350&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 14:06:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936634#M109668</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2012-03-20T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Prime NCS</title>
      <link>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936635#M109669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks...I followed the steps in this procedure and all went well until about an hour in to the process I got an error stating that the manifest file was not in the bundle. At this point the transfer stopped and the tftp server shut down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 16:06:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936635#M109669</guid>
      <dc:creator>evarner</dc:creator>
      <dc:date>2012-03-20T16:06:57Z</dc:date>
    </item>
    <item>
      <title>Upgrade Prime NCS</title>
      <link>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936636#M109670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BIG&gt;Use the following command to upgrade&amp;nbsp; from NCS 1.0 to NCS 1.1.0.58: &lt;BR /&gt;# application upgrade&amp;nbsp; NCS-upgrade-bundle-1.1.0.58.tar.gz wcs-ftp-repo&lt;BR /&gt;In the preceding command,&amp;nbsp; NCS-upgrade-bundle-1.1.0.58.tar.gz is the upgrade bundle file, which is&amp;nbsp; available for download. &lt;BR /&gt;The repository used in the example, wcs-ftp-repo,&amp;nbsp; can be any valid repository. &lt;BR /&gt;Examples of repository configurations follow.&amp;nbsp; &lt;BR /&gt;FTP Repository: &lt;BR /&gt;# configure&lt;BR /&gt;(config)# repository&amp;nbsp; wcs-ftp-repo&lt;BR /&gt;(config-Repository)# url &lt;/BIG&gt;&lt;A href="ftp://ip-address"&gt;&lt;BIG&gt;ftp://ip-address&lt;/BIG&gt;&lt;/A&gt;&lt;BIG&gt;&lt;BR /&gt;(config-Repository)# user ftp-user&amp;nbsp; password plain ftp-user&lt;BR /&gt;(config-Repository)# exit&lt;BR /&gt;(config)#&amp;nbsp; exit&lt;BR /&gt;#&lt;BR /&gt;SFTP Repository: &lt;BR /&gt;# configure&lt;BR /&gt;(config)# repository&amp;nbsp; wcs-sftp-repo&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;(config-Repository)# url&amp;nbsp; s&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://ip-address"&gt;ftp://ip-address&lt;/A&gt;&lt;BR /&gt;(config-Repository)# user ftp-user password plain&amp;nbsp; ftp-user&lt;BR /&gt;(config-Repository)# exit&lt;BR /&gt;(config)# exit&lt;BR /&gt;#&lt;BR /&gt;TFTP Repository:&amp;nbsp; &lt;BR /&gt;# configure&lt;BR /&gt;(config)# repository wcs-tftp-repo&lt;BR /&gt;&lt;SPAN&gt;(config-Repository)#&amp;nbsp; url t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://ip-address"&gt;ftp://ip-address&lt;/A&gt;&lt;BR /&gt;(config-Repository)# exit&lt;BR /&gt;(config)#&amp;nbsp; exit&lt;BR /&gt;#&lt;/BIG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 01:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/upgrade-prime-ncs/m-p/1936636#M109670</guid>
      <dc:creator>Naveen Kumar</dc:creator>
      <dc:date>2013-03-22T01:40:13Z</dc:date>
    </item>
  </channel>
</rss>

