SYSTEM REMOVE Command | bcmadmin | Teradata Business Continuity Manager - SYSTEM REMOVE - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Removes a Teradata Database system from the Business Continuity Manager-managed configuration.

Syntax

SYSTEM REMOVE tdpid ;

Parameters

tdpid
Unique identifier (TDPID) of a Teradata Database system.

Usage Considerations

  • After you remove a Teradata Database system, the system becomes unavailable to Business Continuity Manager for read or write requests.
  • The TDPID that you specify must be valid within Business Continuity Manager. The TDPID must previously be added to Business Continuity Manager.
  • The TDPID cannot be referenced in routing rules. To successfully run this command, first remove all references to the Teradata Database system from the routing rules.
  • The Teradata Database system must be in one of the following states:
    • Disconnected
    • Unrecoverable

Example

The following scenario includes two systems, bltor and fast. The example first runs SYSTEM DEACTIVATE to deactivate the system bltor.

SYSTEM DEACTIVATE bltor;
bcmadmin> Operation Number : 6
Operation Name   : Deactivating Systems
User             : admin
User Name        : Main Administration User
Start Time       : 10/19 12:51:06
Systems:
    [1] bltor
Updates:
    10/19 12:51:06 [-] Info: Beginning deactivation of systems
    10/19 12:51:06 [-] Info: Resetting system 1 (bltor)
    10/19 12:51:07 [-] Info: Reset system 1 (bltor)
    10/19 12:51:07 [-] Info: Successfully deactivated 1 systems
    10/19 12:51:07 [-] Info: Operation finished
Status      : Finished (1)
Finish Time : 10/19 12:51:07
Systems:
    [1] bltor - Finished (1)

After the command finishes, the system bltor is placed in the Unrecoverable state and ready for removal.

SYSTEM REMOVE bltor;
Successfully removed system 'bltor'.