SYSTEM ADD Command | bcmadmin | Teradata Business Continuity Manager - SYSTEM ADD - 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

Purpose

Adds a database system to the list of databases available by adding the appropriate system TDPID. You also need to add a dispatcher process, modify the bcm.properties file, and add the mgmtuser to the system being added.

For Lowest Common Denominator (LCD) purposes, new database systems are added to the end of the database system list. You can use the SYSTEM ORDER command to change the order.

Syntax

SYSTEM ADD tdpid region_name OVERRIDE ;

Parameters

region_name
Unique character string that identifies a region managed by a Business Continuity Manager server.
tdpid
Unique identifier (TDPID) of a database system.
OVERRIDE
Each system is assigned a system serial number. This serial number is stored on the system in a table. The OVERRIDE option overwrites an existing serial number on the system, if one exists.

Example

This example command adds a Teradata system named newSys1 to region2.

bcmadmin>  SYSTEM ADD newSys1 region2; 
Successfully added system 'newSys1'.