How to Use Standard Offline Backup | Teradata Business Continuity Manager - Using Standard Offline 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

Business Continuity Manager allows applications to run on a second Teradata system while the offline backup has tables locked.

Use the bcmadmin shell.

  1. Start a Read-only outage on the table, database, or system that you want to archive:
    Option Description
    table bcmadmin -u admin -P admin -e 'object freeze <db.tablename> on <system_name>'
    database bcmadmin -u admin -P admin -e 'database freeze <db_name> on <system_name>'
    system bcmadmin -u admin -P admin -e 'system freeze <system_name>'
    For example, to begin an outage on a table named 'dbtest.table1' on Teradata 'system1', enter the following: bcmadmin -u admin -P admin -e 'object freeze dbtest.table1 on system1'
  2. Recover the system, database, or table:
    Option Description
    table bcmadmin -u admin -P admin -e 'object recover <db.tablename> on <system_name>'
    database bcmadmin -u admin -P admin -e 'database recover <db_name> on <system_name>'
    system bcmadmin -u admin -P admin -e 'system recover <system_name>'