RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
04-22-2020 02:56 AM
04-24-2020 10:28 AM
04-29-2020 10:10 PM
04-30-2020 12:45 AM
02-09-2021 01:41 AM
Is there a switchover cluster function in 3.62? I am trying to move legacy Aps to a 5.2 cluster from a 3.6 cluster. For some legacy reasons I cannot upgrade the 3.62 yet.
The 5.2 cluster was upgraded from another 3.6 cluster. hence a zone based on 3.6 can be created.
02-09-2021 02:46 AM
We use a combination of 2 BASH-scripts in linux combined with an IP-list that executes the following commands;
IE. 1st script contains login-information to the APs and calls the IP-list (txt-file one IP per row, which then calls the second script that executes the commands.
set scg fullreset
set scg ip [IP-adress1,IP-adress2,.....]
exit
This works flawlessly in 95% of the cases on first attempt, AP´s not migrating to the new controller, we simply run it again with a new IP-list.
Worst case if something has not come over successfullyt we do it manually. Migrated 900+ AP´s with this script in batches of 20 aps´s per batch. Did not take to much time.
We use the same method to for instance set tunnelmgr IP´s and so on depending on what dataplane we want to put workload on.
