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

Anonymous
Not applicable
Thanks Bill!

Anonymous
Not applicable
Let me know if that worked for you.

Anonymous
Not applicable
Unfortunately I am not a Linux guy, so my bumbling through trying to get these to work is a real headache. But I do appreciate your help and sharing your code.

Anonymous
Not applicable
If you want me to walk you through it, go to:
http://webchat.freenode.net/
and join the "ruckus" channel.

Anonymous
Not applicable
I know that I'm a couple years late on this. But, in case someone comes looking for this or similar information in the future...

In reference to the "ruckusconf" scripts (https://github.com/bot779/ruckusconf), if you prefer to use a "Windows" based system, you have a few options since the "ruckusconf" scripts appear to be written using a combination of "Linux Shell" (sh) Commands ("rebootat3am" & "buildclientos" files) and TCL (Tool Command Language) Scripts w/ the "Expect" Automation Module ("ruckusconf" file), etc.

1.) Use "Cygwin" to run the Linux based scripts (https://cygwin.com), which comes w/ the "Linux Shell" (sh). You will also need to install the "TCL", "Expect" & "SSH Client" Packages/Components, using the "Cygwin Package Manager".