07-13-2023 06:08 AM
Hello Support Team.
Is it possible to restart all my Ruckus APs at once?
Can I schedule them to restart once every 2 weeks?
Solved! Go to Solution.
07-13-2023 10:30 AM
Hi @FN,
Note: Below process will reboot all the APs that are placed under the zone that you will select for the script to be executed on. For testing purposes, I would request you create a new Zone and test the below process.
As you have mentioned the vSZ is running on 6.1.0.0.935 I assumed that the AP zone is also on the same version.
Copy and save the below 3 lines in a notepad on your PC.
model=all
fw_version=6.1.0.0.1595
reboot
Login into the controller Web UI. Upload the Script under Monitor -> Troubleshooting & Diagnostics -> Scripts -> AP CLI Scripts
Click on Upload and assign any name under the script name, and select the .txt file saved on your PC.
After uploading the script the script will show up under the scripts.
Click on Execute, choose the Zone and select the bottom option and all the APs under that Zone will be rebooted.
You can verify if the script was executed by selecting and click on View Execution Summary like below.
Thank you!
Amith
07-13-2023 10:36 AM
Hi @FN,
Or you can log in to the controller CLI and reboot 1 AP at a time using the below command.
vSZ> En
vSZ# remote ap-cli <AP Mac address> reboot
Thank you!
Amith