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

Updates a parameter value.

Syntax

CONFIG UPDATE [<process type> | <process id> ] <parameter><value> REASON <reason for configuration change>;

Parameters

processid
Identifier assigned to a specific process.
process type
Specifies Business Continuity Manager process type to update. Process types are:
  • Endpoint
  • Dispatcher
  • Sequencer
  • Watchdog
parameter
Specifies the configuration key to update.
value
Specifies the value for the configuration parameter.

Usage Considerations

  • To set a parameter globally, do not include process type or process id values.
  • Certain configuration parameters can only be at certain levels where process type or process id is mandatory. Updating configuration parameters is recorded in the audit log.

The PROCESS LIST command displays process ids.

Example

This shows how to update the Sequencer recovery interval frequency to 300 seconds.

CONFIG UPDATE Sequencer RecoveryInterval 300 REASON 'Setting recovery interval to 5 min';