Restoring to a Single Node Environment
The procedure for restoring the cluster backup to the controller depends on the controller environment – whether it is a single node environment or a multi-node environment.
Follow these steps to restore a cluster backup to a single node environment.
-
Prepare the new controller to which you will restore the cluster backup.
- Either obtain a new controller or factory reset an existing controller.
- Log on to the controller as a system administrator.
-
Run the setup command to configure the controller's network settings.
ruckus> setup ################################################ Start SCG setup process: ################################################ : : Setup configuration of ethers... Network would be restarted. You could connect to SCG back by using Management port (10.2.2.35)!! Enter "restart network" to continue... restart network
-
Transfer the backup file from the FTP server to the controller.
- Log on to the controller CLI as a system administrator.
-
Run the
enable command to enable privileged mode on the
CLI.
ruckus> enable Password: ******** ruckus#
-
Run the
copy <ftp-url> backup command to transfer the backup file from the FTP server to the controller.
ruckus# copy <ftp-url> backup
NOTEIf there is only one backup file on the FTP server, the system will automatically transfer this file to the controller. If there are multiple files, it will show the list of all available files and you will be prompted to select the file that you want to transfer.
-
Run the
restore local command to restore the backup file to the controller.
ruckus# restore local This action will REBOOT the system. Do you want to only restore this SCG node (yes/no)? yes idx version date ------------------------------------------ 1 1.1.1.0.93 2013-02-01 03:09:27 GMT 2 1.1.1.0.93 2013-02-03 07:21:24 GMT Please choose a backup version to restore (ex: 1, 2, ...): 2 You have completed restoring the backup file to a single node.
Parent topic: Step 4: Restoring the Cluster Backup to the Controller