HISTORY Command | bcmadmin | Teradata Business Continuity Manager - HISTORY - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-05-07
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
Product Category
Analytical Ecosystem

Purpose

Provides a convenient way to list out all unique commands executed by the user.

Example

A bcmadmin user executes various commands to check health status, session details, object replications, alerts, enabling/disabling settings to control behavior of BCM. BCM stores these commands internally which you can access using UP Arrow and run again. On the bcmadmin prompt you need to execute history command to see the listing in descending order. If the commands exceed the screen, then a --More-- appears at the bottom.

Press <enter> again and again to scroll down one line at a time.

Press <space> to continue scrolling down one page of commands at a time.

Press <q> to exit from the listing and arrive back at bcmadmin prompt.

localhost>
localhost> history;
? object resync;
CONFIG UPDATE DISPATCHER GatewaySSLMode 'R' REASON debugging;
CONFIG UPDATE DISPATCHER TDMSTPort 443 REASON TLS_HSBC;
CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls
CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls;
CONFIG UPDATE GatewaySSLMode 'R' REASON debugging;
CONFIG UPDATE TDMSTPort 1025 REASON TLS_HSBC;
CONFIG UPDATE TDMSTPort 443 REASON TLS_HSBC
CONFIG UPDATE TDMSTPort 443 REASON TLS_HSBC;
SEQUENCER FAILOVER;
alert clear all;
alert clear critical 5;
alert clear critical;
alert list;
bcm stop
bcmadmin -u admin -P admin -e 'CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls';
bcmadmin -u admin -P admin -e 'CONFIG UPDATE GatewaySSLMode 'R' REASON debugging';
clear;
config list GlobalLoadTracing;
config update GlobalLoadTracing "1" reason tracing;
config update GlobalLoadTracing "2" reason tracing;
config update GlobalLoadTracing '2' reason tracing;
config update GlobalLoadTracing 2 reason tracing;
config update PacketTraceEnabled 1 reason testing ;
config update dispatcher PacketTraceEnabled 1 reason testing;
help
--More--localhost>
localhost> history;
? object resync;
CONFIG UPDATE DISPATCHER GatewaySSLMode 'R' REASON debugging;
CONFIG UPDATE DISPATCHER TDMSTPort 443 REASON TLS_HSBC;
CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls
CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls;
CONFIG UPDATE GatewaySSLMode 'R' REASON debugging;
CONFIG UPDATE TDMSTPort 1025 REASON TLS_HSBC;
CONFIG UPDATE TDMSTPort 443 REASON TLS_HSBC
CONFIG UPDATE TDMSTPort 443 REASON TLS_HSBC;
SEQUENCER FAILOVER;
alert clear all;
alert clear critical 5;
alert clear critical;
alert list;
bcm stop
bcmadmin -u admin -P admin -e 'CONFIG UPDATE ENDPOINT EndpointAddresses "any:1025,any:1443" REASON enable_tls';
bcmadmin -u admin -P admin -e 'CONFIG UPDATE GatewaySSLMode 'R' REASON debugging';
clear;
config list GlobalLoadTracing;
config update GlobalLoadTracing "1" reason tracing;
config update GlobalLoadTracing "2" reason tracing;
config update GlobalLoadTracing '2' reason tracing;
config update GlobalLoadTracing 2 reason tracing;
config update PacketTraceEnabled 1 reason testing ;
config update dispatcher PacketTraceEnabled 1 reason testing;
help
--More--