Restore a Managed System from Backup | Teradata Business Continuity Manager - Restoring a Teradata System Managed by Business Continuity Manager from a Backup - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 1.01.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
1.01.01
Published
March 2023
Language
English (United States)
Last Update
2023-03-13
dita:mapPath
qra1653979755546.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem
You can restore all copies of a system, database, or table from a backup archive. Restoring a table, database, or system requires a complete outage of the object. Follow these steps:
  1. Use the bcmadmin shell to deactivate the object:
    Option Description
    table bcmadmin -u admin -P admin -e 'object deactivate <dbtest>'
    database bcmadmin -u admin -P admin -e 'database deactivate <dbtest>'
    system bcmadmin -u admin -P admin -e 'system deactivate <system1>'
  2. Restore all copies of the object to the same point.
  3. Make sure all copies of the system, database, or table are in sync.
  4. Use the bcmadmin shell to activate the object to record all writes in Recovery Log:
    Option Description
    table bcmadmin -u admin -P admin -e 'object activate <dbtest>'
    database bcmadmin -u admin -P admin -e 'database activate <dbtest>'
    system bcmadmin -u admin -P admin -e 'system activate <system1>'