CONFIG RESET Command | bcmadmin | Teradata Business Continuity Manager - CONFIG RESET - 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

Resets the parameter to the specified value.

Syntax

CONFIG RESET [process type | process id] value;

Parameters

processid
Identifier assigned to a specific process.
process type
If specified, resets the value parameter for a specified Business Continuity Manager process type:
  • Endpoint
  • Dispatcher
value
The configuration parameter value to be reset.

Example

The following example show how to use the CONFIG UPDATE command to add a system wide TDPID definition with the config key BCMTDPID. Some configuration parameter changes require a Business Continuity Manager cluster restart as shown in the example. After the CONFIG UPDATE command, run the CONFIG RESET command to resent the value of the BCMTDPID to its original value.

bcmadmin>  CONFIG UPDATE BCMTDPID globalTDPID REASON 'New TDPID'; 
Requested config added/updated successfully.
Note that configuration chances require a restart of the affected processes before taking effect.

CONFIG RESET BCMTDPID;
Reset request completed successfully.