Users Guide

Table Of Contents
47| The Basic User-Centric Networks Dell Networking W-Series ArubaOS 6.5.x| User Guide
(host) #license add <key>
Backup Newly Installed Licenses
Use the license export command in the command-line interface or click Export Database in the
Configuration > Network > Controller > License Management page of the WebUI to back up the newly
installed licenses to the backup license database.
Do not reboot the controller at the end of this step. Do not save the configuration or write it to memory. Reboot only
after the flash memory and the licenses have been restored.
(host) #license export <filename>
Import and Restore Flash Backup
Import and restore the backup flash file system from the original controller to the new controller,
Do not reboot the controller at the end of this step. Do not save the configuration or write it to memory. Reboot only
after the flash memory and the licenses have been restored.
In the WebUI
To import and restore a flash backup using the WebUI:
1. Access the new controller and navigate to Maintenance > File> Copy Files.
2. In the Source Selection section, choose any of the server options or select USB Drive if the flash backup is
on USB storage.
3. In the Destination Selection section, choose Flash File System.
4. Enter the filename of the flash backup and click Apply. By default, the flash backup file is named
flashbackup.tar.gz.
5. Next, navigate to Maintenance>File>Restore Flash and select Restore.
In the CLI
To import and restore a flash backup file using the command-line interface, use the copy and restore flash
commands. The following example copies a backup file from a USB drive.
(host) #copy usb: Partition 1 flashbak2_7200.tar.gz flash: flashbackup.tar.gz
....File flashbak2_7200.tar.gz copied to flash successfully.
(host) #dir
-rw-r--r-- 1 root root 10182 Dec 2 18:39 default.cfg
-rw-r--r-- 1 root root 9726 Nov 30 21:36 default.cfg.2012-11-30_21-36-23
-rw-r--r-- 2 root root 10977 Dec 2 18:39 default.cfg.2012-12-02_18-39-27
drwxr-xr-x 3 root root 4096 Dec 2 18:25 fieldCerts
-rwxr-xr-x 1 root root 78205 Dec 2 19:41 flashbackup.tar.gz
-rw-r--r-- 1 root root 1796 Nov 30 19:12 license_backup.db
-rw-r--r-- 2 root root 10977 Dec 2 18:39 original.cfg
drwx------ 2 root root 4096 Dec 2 18:25 tpm
(host) #restore flash
Please wait while we uncompress /flash/config/flashbackup.tar.gz...
Please wait while we untar /flash/config/flashbackup.tar.gz...
Flash restored successfully.
Please reload (reboot) the switch for the new files to take effect.