- Stop Cb Unified View
service cb-unifiedview stop
- Change directories to the backup location
cd /etc/cb/backup
- Restore configuration files
tar -P -xvf cbhosts.tar
tar -P -xvf cbyum.tar
tar -P -xvf cbiptables.tar (CentOS 6/RH 6 only)
tar -P -xvf cbfirewalld.tar (CentOS 7/RH 7 only)
tar -P -xvf cbconfig.tar
tar -P -xvf cbrsyslog.tar
tar -P -xvf cbrsyslogd.tar
tar -P -xvf cblogrotate.tar
- Restore Postgres database
service cb-pgsql start
dropdb cb -p 5002
psql template1 -p 5002 -f psqlroles.sql
psql template1 -p 5002 -f psqldump_config.sql
service cb-pgsql stop
- Start the Cb Unified View services
service cb-unifiedview start