<?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: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62 in Access Points - Indoor and Outdoor</title>
    <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45599#M12799</link>
    <description>&lt;P&gt;I could kiss you, this is working and the updates are happening right now.&amp;nbsp; I'll mark it as the solution if they reboot and have the new firmware, once the transfers complete.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 13:29:04 GMT</pubDate>
    <dc:creator>jrowat</dc:creator>
    <dc:date>2022-07-14T13:29:04Z</dc:date>
    <item>
      <title>How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45579#M12794</link>
      <description>&lt;P&gt;I have two R500 APs running 200.1.9.12.62 in Unleashed mode.&amp;nbsp;&amp;nbsp; I want to upgrade them to the most recent AP firmware.&amp;nbsp; They have internet access, but clicking the "upgrade" button tells me that the server cannot be reached or the file not found (no indication of what server or what file).&amp;nbsp; The documentation has screenshots showing a Local Upgrade option and I've downloaded the latest firmware for the R500 (200.7.10.202.127) but I do not have a Local Upgrade option on my admin portal.&lt;/P&gt;&lt;P&gt;How do I upgrade this when the automatic upgrade fails and the local upgrade option simply doesn't appear?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 20:40:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45579#M12794</guid>
      <dc:creator>jrowat</dc:creator>
      <dc:date>2022-07-13T20:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45581#M12795</link>
      <description>&lt;P&gt;I have also tried a firmware update via CLI and TFTP.&amp;nbsp; Unfortunately, none of the various instruction sets work because the "fw set [etc]" CLI options are not in version 200.1, and none of the online CLI references is older than 200.6.&amp;nbsp; Can anyone tell me how to do that in 200.1?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 21:22:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45581#M12795</guid>
      <dc:creator>jrowat</dc:creator>
      <dc:date>2022-07-13T21:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45594#M12796</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/16655"&gt;@jrowat&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;You can try the below set of command to upgrade the R500 AP offline, as 200.1.9.12.62 takes ZD based commands.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1:Find out the AP mac from the unleashed cli.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;ruckus#show ap all&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vijaykuniyal_0-1657760296963.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/2851iBD947E347B1E3D2E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="vijaykuniyal_0-1657760296963.png" alt="vijaykuniyal_0-1657760296963.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2: Switch to debug mode.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;ruckus#debug&lt;BR /&gt;ruckus(debug)#&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;3: Use remote AP cli commands to upload firmware on the AP in debug mode, one by one.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if using FTP use below commands&lt;/P&gt;&lt;PRE&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set host &lt;STRONG&gt;FTP-UIP&lt;/STRONG&gt;"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set proto ftp"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set user &lt;STRONG&gt;ftpuser&lt;/STRONG&gt;"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set password &lt;STRONG&gt;ftppass&lt;/STRONG&gt;"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set control R500_200.7.10.202.127.bl7"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw update"&lt;/PRE&gt;&lt;P&gt;You might see execution timeout after last command.&lt;BR /&gt;Wait for few minutes based on your ftp speed.(2-3 minutes) and then execute reboot.&lt;/P&gt;&lt;PRE&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "reboot"&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;if using TFTP use below commands&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set host &lt;STRONG&gt;TFTP-IP&lt;/STRONG&gt;"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set proto tftp"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set port 69"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw set control R500_200.7.10.202.127.bl7"&lt;BR /&gt;remote_ap_cli -a &lt;STRONG&gt;ap-mac&lt;/STRONG&gt; "fw update"&lt;/PRE&gt;&lt;P&gt;You might see execution timeout after last command.&lt;/P&gt;&lt;P&gt;Wait for few minutes based on your tftp speed.(3-4 minutes), and then execute reboot.(on TFTP you will be able to see the upload progress, take some time after the upload finishes)&lt;/P&gt;&lt;PRE&gt;remote_ap_cli -a ap-mac "reboot"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Note: Bold words in the commands are variable, like &lt;STRONG&gt;ap-mac&lt;/STRONG&gt;: will be replaced with &lt;STRONG&gt;58:b6:33:01:c0:c0&lt;/STRONG&gt; as an example, similarly ftp ip, ftpuser, ftppass, tftp ip.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 01:11:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45594#M12796</guid>
      <dc:creator>vijaykuniyal</dc:creator>
      <dc:date>2022-07-14T01:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45599#M12799</link>
      <description>&lt;P&gt;I could kiss you, this is working and the updates are happening right now.&amp;nbsp; I'll mark it as the solution if they reboot and have the new firmware, once the transfers complete.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 13:29:04 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45599#M12799</guid>
      <dc:creator>jrowat</dc:creator>
      <dc:date>2022-07-14T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45601#M12800</link>
      <description>&lt;P&gt;Worked perfectly!&amp;nbsp; Well, as soon as they upgraded to &lt;SPAN class=""&gt;200.7.10.202.127&lt;/SPAN&gt; they tried to connect to an R510 that I didn't even know about, and there was some "interesting" trouble since it was running 200.8, but removing it and letting the R500s boot has brought them back up 100% and now that the R510 can see THEM, I can downgrade it to 200.7 and join it to the network.&amp;nbsp;&amp;nbsp; Thank you for your help, you solved my problem perfectly.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 15:19:56 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45601#M12800</guid>
      <dc:creator>jrowat</dc:creator>
      <dc:date>2022-07-14T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a manual upgrade on an unleashed R500 AP running  200.1.9.12.62</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45602#M12801</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/16655"&gt;@jrowat&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 15:58:18 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-do-a-manual-upgrade-on-an-unleashed-R500-AP-running-200-1/m-p/45602#M12801</guid>
      <dc:creator>vijaykuniyal</dc:creator>
      <dc:date>2022-07-14T15:58:18Z</dc:date>
    </item>
  </channel>
</rss>

