Applies To:
Show VersionsBIG-IQ Centralized Management
- 4.6.0
About UCS files
The configuration details of managed devices (including the BIG-IQ® system itself) are contained in a compressed user configuration set (UCS) file. The UCS file contains all of the information required to restore a device's configuration, such as:
- System-specific configuration files
- License
- User account and password information
- SSL certificates and keys
You can back up devices at regularly scheduled intervals and select the amount of time to save the backups.
Creating a backup UCS file for a managed device
Restoring a UCS file backup to a managed device
- Log in to BIG-IQ Device with your administrator user name and password.
- At the top of the screen, click Provisioning.
- Hover on the Backups panel, click the gear icon next to the backup that you want to restore, and then click Properties.
- Click the Restore button.
Restoring the BIG-IQ system with a UCS file backup stored remotely
If for any reason your BIG-IQ system becomes inoperable or corrupt, you can use a backup UCS file you stored remotely to restore the BIG-IQ system without having to recreate all of the BIG-IQ system's content.
- 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.