cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to schedule an upgrade of a ZD in advance, ex. cron job?

kieth_hoover
New Contributor III
I'd like to schedule an after-hours upgrade in advance...is there a way to do that?
4 REPLIES 4

robert_lowe_722
Contributor III
not from within a ZD as far as I am aware. Maybe if you have Flexmaster but not 100% sure if that can be scheduled.

michael_brado
Esteemed Contributor II
Yes, there is a ZD CLI 'fw_upgrade' command, that you can issue at the time you choose to run it with CRON or similar.

I've performed a midnight TFTP upgrade for example with these commands, but didn't use any scripting tool.

ruckus#
ruckus#
ruckus# debug
You have all rights in this mode.
ruckus(debug)# fw_upgrade
------------------------------------------------------------------------

Name: fw_upgrade - Zone Director Firmware Upgrade Tool (Ver.1.2)
Synopsis 1: fw_upgrade :/// [-f]
Synopsis 2: fw_upgrade OPTIONS

Options:
        [-p http|ftp|tftp|kermit:Protocol for image transfer        ]
        [-s                     :Server ip address or name          ]
        [-n                     :Image name with path on the server ]
        [-f                     :Non-verbose mode
                     (may restore to factory configuration silently)]
        [-h                     :This help message                  ]

Examples:
        fw_upgrade ftp://:@&... ip>/
        fw_upgrade -p ftp -s :@ -n
------------------------------------------------------------------------
fw_upgrade
ruckus(debug)#

kieth_hoover
New Contributor III
Thanks.. .that is very helpful.