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 - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
lifecycle
latest
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>'