<?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: Upgrading firmware using command line in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32536#M6100</link>
    <description>The firmware control file is a text file which you can edit.  The two key pieces of information are the firmware filename, and matching byte count.  And you need 
&lt;BR /&gt;
to reboot the AP after upgrading, for it to load the new image.</description>
    <pubDate>Mon, 12 Jan 2015 23:50:50 GMT</pubDate>
    <dc:creator>michael_brado</dc:creator>
    <dc:date>2015-01-12T23:50:50Z</dc:date>
    <item>
      <title>Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32531#M6095</link>
      <description>Is it possible to use command line to upgrade a firmware on a standalone 7363 AP using a local FTP server?
&lt;BR /&gt;
If so, how should it be done?
&lt;BR /&gt;
The ftp has been setup with a specific user/password, However, the fw command does not seem to start the upgrade.</description>
      <pubDate>Fri, 09 Jan 2015 13:20:22 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32531#M6095</guid>
      <dc:creator>thomas_untoja</dc:creator>
      <dc:date>2015-01-09T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32532#M6096</link>
      <description>What version of 7363 firmware?  And using CLI is the hard way.  We have Local
&lt;BR /&gt;
mode upgrade method thru AP WebUI since 9.1.
&lt;BR /&gt;&lt;BR /&gt;
Does the 'fw show' command show that you have an FTP server, fw control file, 
&lt;BR /&gt;
uid/pw setup correctly?
&lt;BR /&gt;&lt;BR /&gt;
What results do you get when you issue the 'fw update' command?  Are you 
&lt;BR /&gt;
following the example in the ZoneFlex Access Point CLI guide?</description>
      <pubDate>Fri, 09 Jan 2015 18:24:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32532#M6096</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2015-01-09T18:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32533#M6097</link>
      <description>The current version is 9.7.
&lt;BR /&gt;
The problem is that, since it is a remote site, we cannot access the WebUI remotely through SSH tunneling.
&lt;BR /&gt;
Even an attempt to access it using W3M fails (it shows an empty page)
&lt;BR /&gt;&lt;BR /&gt;
Please find the information below :
&lt;BR /&gt;
- Software version  : 9.7.0.0.220
&lt;BR /&gt;
current primary boot image is Image2
&lt;BR /&gt;
--------------------------------------------------------------
&lt;BR /&gt;
Auto F/W upgrade                          = disabled
&lt;BR /&gt;
Running on image                          = Image2
&lt;BR /&gt;
FW Control Control File                   = zf7363_970_cntrl.rcks
&lt;BR /&gt;
Control File Server                       = 192.168.0.3
&lt;BR /&gt;
Protocol                                  = FTP
&lt;BR /&gt;
Port                                      = auto
&lt;BR /&gt;
User                                      = "thun"
&lt;BR /&gt;
Password                                  = "adt"
&lt;BR /&gt;
Boot Flags (Main,Backup,Factory,Reset)    = M. ..  [MB FR]
&lt;BR /&gt;
--------------------------------------------------------------
&lt;BR /&gt;&lt;BR /&gt;
However, I am not sure about how the fw control file works.</description>
      <pubDate>Mon, 12 Jan 2015 12:15:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32533#M6097</guid>
      <dc:creator>thomas_untoja</dc:creator>
      <dc:date>2015-01-12T12:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32534#M6098</link>
      <description>Result of fw update :
&lt;BR /&gt;
rkscli: fw update
&lt;BR /&gt;
fw: Updating rcks_wlan.main ...
&lt;BR /&gt;
**fw(9472) : File not found
&lt;BR /&gt;
OK</description>
      <pubDate>Mon, 12 Jan 2015 12:15:41 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32534#M6098</guid>
      <dc:creator>thomas_untoja</dc:creator>
      <dc:date>2015-01-12T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32535#M6099</link>
      <description>Alright I found a way to do it.
&lt;BR /&gt;
From what I understand, the ftp has to host 2 files (the firmware file and the control file), put in the root directory of the ftp server.
&lt;BR /&gt;
I edited the control file, after browsing the forums for a while.
&lt;BR /&gt;
However, I am not sure about all the parameters in the fw control file.
&lt;BR /&gt;&lt;BR /&gt;
The attempt was successful.</description>
      <pubDate>Mon, 12 Jan 2015 14:06:19 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32535#M6099</guid>
      <dc:creator>thomas_untoja</dc:creator>
      <dc:date>2015-01-12T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading firmware using command line</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32536#M6100</link>
      <description>The firmware control file is a text file which you can edit.  The two key pieces of information are the firmware filename, and matching byte count.  And you need 
&lt;BR /&gt;
to reboot the AP after upgrading, for it to load the new image.</description>
      <pubDate>Mon, 12 Jan 2015 23:50:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Upgrading-firmware-using-command-line/m-p/32536#M6100</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2015-01-12T23:50:50Z</dc:date>
    </item>
  </channel>
</rss>

