06-06-2022 08:20 AM
Hello all,
I am trying to upgrade the FW on my R610 AP to ZD1200 and every time I try and upgrade I get a "bad firmware header magic" error. This happens if I try to do it through TFTP and locally on the WebUI, and I even tried to do it through the CLI and getting the same error along with a Bad File message.
I'm using the latest ZD file from the Ruckus website: zd1200_10.5.1.0.176.ap_10.5.1.0.176.img, so I'm not sure why it would be a bad file.
Does anyone know what can be causing this and if anyone has had success putting the latest ZD 1200 image onto their R610 AP?
Any help would be appreciated!
Thanks
Solved! Go to Solution.
06-07-2022 07:22 AM
Hello Vineet,
get director gives the following
- ------ ZoneDirector Info ------
Primary Controller : n/a
Secondary Controller : n/a
DHCP Opt43 Code : 3
AP is in Stand-alone mode.
OK
which I believe means the AP does not see the ZD at all.
The log is producing the same error throughout the logs: RuckusAP daemon.err wsgclient[541]: curl_https_request:889 Address [RuckusController] is invalid address.[-2]
The AP and ZD are on different subnets but should be able to communicate to each other.
Any ideas?
Thanks!
06-07-2022 07:26 AM
The AP should get the ZD IP via DHCP option 43 or DNS entry if you want it to automatically get it (these two needs to be configured on DHCP server). Currently I doubt you have configured any as AP has no information of controller IP hence you can alternatively do a manual command to point AP to the ZD's IP by below :
set director ip <ZD IP>
reboot
Best Regards
Vineet
06-06-2022 09:38 AM
The image you are using is an ZD image and will not work on AP. You would need to upgrade AP to stand alone code and then it would talk to ZD and upgrade to ZD image. Please be noted since 10.5. AP and ZD image upgrade is done via port 443 so make sure it is not blocked.
Best Regards
Vineet
06-06-2022 11:32 AM
Thanks for the response, I was able to put upgrade the AP, but I'm not seeing it on the ZD. I've made sure the networking is setup correctly, but for some reason the ZD does not detect the AP.
06-06-2022 05:38 PM - edited 06-06-2022 05:39 PM
Can you attach the output of below command from AP:
get director
get syslog log
Best Regards
Vineet
06-07-2022 07:22 AM
Hello Vineet,
get director gives the following
- ------ ZoneDirector Info ------
Primary Controller : n/a
Secondary Controller : n/a
DHCP Opt43 Code : 3
AP is in Stand-alone mode.
OK
which I believe means the AP does not see the ZD at all.
The log is producing the same error throughout the logs: RuckusAP daemon.err wsgclient[541]: curl_https_request:889 Address [RuckusController] is invalid address.[-2]
The AP and ZD are on different subnets but should be able to communicate to each other.
Any ideas?
Thanks!