Applies To:
Show VersionsBIG-IQ Centralized Management
- 5.2.0
How do I back up and restore a BIG-IQ system's configuration?
The configuration details of the BIG-IQ® system are kept in a compressed user configuration set (UCS) file. The UCS file has all of the information you need to restore a BIG-IQ system's configuration, including:
- System-specific configuration files
- License
- User account and password information
- SSL certificates and keys
Create an immediate backup of the BIG-IQ system's current UCS file
Schedule BIG-IQ system's UCS file backups
Restore the BIG-IQ system with a UCS file backup stored remotely
If for some reason your BIG-IQ system becomes inoperable or corrupt, you can use a backup UCS file to restore the BIG-IQ system without having to recreate all of the BIG-IQ system's content. You can also use a backup to restore BIG-IQ to a previous version after you upgrade, if necessary.
Use this procedure if you stored your UCS backup file remotely.
- Using SSH, log in to the BIG-IQ system with the root user name and password.
- From the BIG-IQ system you want to restore, open the Traffic Management Shell (tmsh) by typing, tmsh.
- Choose the backup you want to restore, and copy it to /var/local/ucs by typing, scp root@<IP address and port for UCS archive server>:<path of UCS file> /var/local/ucs/<backup name>.ucs
- Load the UCS file on the BIG-IQ system by typing, load sys ucs <backup name>.ucs
- Restart rest javad by typing, bigstart status restjavad.
Restore the BIG-IQ system with a UCS file backup stored locally
If for some reason your BIG-IQ system becomes inoperable or corrupt, you can use a backup UCS file to restore the BIG-IQ system without having to recreate all of the BIG-IQ system's content. You can also use a backup to restore BIG-IQ to a previous version after you upgrade, if necessary.
Use this procedure to restore a configuration you stored locally on the BIG-IQ system.
- At the top of the screen, click System.
- On the left, click .
- Select the check box next to the backup file you want to restore and click the Restore button.