cancel
Showing results for 
Search instead for 
Did you mean: 

Reset all Ruckus APs

FN
New Contributor

Hello Support Team.

Is it possible to restart all my Ruckus APs at once?

Can I schedule them to restart once every 2 weeks?

1 ACCEPTED SOLUTION

Amith
RUCKUS Team Member

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 

Amith_1-1689268939383.png

Click on Upload and assign any name under the script name, and select the  .txt file saved on your PC. 

Amith_0-1689268819811.png


After uploading the script the script will show up under the scripts. 

Amith_2-1689269021318.png

Click on Execute, choose the Zone and select the bottom option and all the APs under that Zone will be rebooted. 

 

Amith_3-1689269127226.png

You can verify if the script was executed by selecting and click on View Execution Summary like below. 

Amith_4-1689269254576.png

Thank you!
Amith 

View solution in original post

5 REPLIES 5

Amith
RUCKUS Team Member

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