This procedure creates an encrypted backup file that can be downloaded through NFS on authorized servers or downloaded via the Cryptographic Security Platform Vault webGUI to the administrator's default download directory.
The backup file can later be used to restore Cryptographic Security Platform Vault to the state it was in when the backup was taken.
Before You Begin
If you have an enabled a Linux Access Control Policy on any of the VMs registered with Cryptographic Security Platform Vault, you must disable those Access Control Policies beforeyou create the backup file. You can then re-enable the Access Control Policies after the backup is complete.
If you create the backup with any Linux Access Control Policies still active, you may be unable to access those VMs when you restore your Cryptographic Security Platform Vaultconfiguration from the backup file.
For details, see Removing Access Controls from a Disk.
Procedure
- Log into the Cryptographic Security Platform Vault Management webGUI using an account with Domain Admin privileges.
- In the top right, click the Switch to Appliance Management link.
- In the top menu bar, click Cluster.
- Go to the Cluster tab.
If you want to make the backup file available through NFS:
- Make sure the Backup Over NFS option is set to Enabled.
- Verify the IP addresses in the Backup Hosts field. If you want any server to have access to the backup directory, enter
0.0.0.0.
- Select Actions > KeyControl Backup. Cryptographic Security Platform Vault displays the latest backup information if one exists.
- Click Perform Backup. Cryptographic Security Platform Vault creates a new backup file in the backup directory on the server and updates the information in this dialog box.
If you want to download the backup file locally, click Download. Cryptographic Security Platform Vault saves the encrypted backup file to your browser's default download location. The filename is in the format
<server-name>-<product_version><-datetimestamp>-<admin_key_version>.bu.If you want to access the backup file through NFS, log into one of the servers listed in the Backup Hosts field and mount the directory using the
mountcommand. For example, if your Cryptographic Security Platform Vault node IP address is192.168.140.135, you would enter:# mount -t nfs 192.168.140.135:/hcs/backup /backup # ls -l /backup total 506 lrwxrwxrwx 1 root root 30 Dec 16 14:57 htkc.bu -> testkc01-5.1-20191216092703-4.bu -rw-r--r-- 1 root root 191776 Dec 16 14:57 testkc01-5.1-20191216092703-4.bu
- When you are done, click Close.
What to Do Next
If you disabled any Linux Access Control Policies for the backup, you can now re-enable those policies on the Linux VMs.