cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to script a reboot on the R700

Anonymous
Not applicable
Is there a way to script a reboot on the R700?s like a cronjob that resets them at a given time, or every 24 hours, i find the double in performance after a reboot. I have 8 R700's on a zone director 3000 and one standalone (elsewhere)

thanks
31 REPLIES 31

Thank you for the script I usually use it but need reboot by schedule for that reason I ask the usage of the script above. Still do not know how to integrate the script to the zonedirector. I hope get answer soon 🙂

Anonymous
Not applicable
You wouldn't necessarily integrate the script into ZoneDirector, itself. You would have to write the script (or have someone else write it on your behalf), then you would use a Scheduling Service, like Cron/CronTab in Unix/Linux and Task Manager in Windows to Automatically run the Script on Schedule, etc.

Thank you very much, I will try to do 🙂

Anonymous
Not applicable
Here is the scheduled AP reboot script.
https://github.com/bot779/ruckusconf/blob/master/rebootat3am
It requires the latest version of the ruckusconf script.
https://github.com/bot779/ruckusconf/blob/master/ruckusconf

"rebootat3am" should prompt you for your ruckus password, test the password by logging into your controller, wait 'till 3:30am the next day and then run the "reboot" command.

WARNING:
It is intended to reboot all of the APs connected to your controller.
This will disrupt your wifi connectivity.
Test it at a non-critical time.

In order for it to work, you will have to change the hard-coded IP address (at the end of the script) to the IP of your controller.
If you want the reboot to be scheduled at a different time, that will require editing the script.
You will need to leave this script running in a window 'till the scheduled time.

If you have any questions, let me know.

michael_brado
Esteemed Contributor II
Thanks for sharing Bill.