PROCESS STOP Command | bcmadmin | Teradata Business Continuity Manager - PROCESS STOP - 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

Stops any Business Continuity Manager registered process.

Syntax

PROCESS STOP [-diag] [-immediate | -timeout secs] {process_id | process_type} reason;

Parameters

-diag
Generates a database system diagnostic log file before the process stops.
-immediate
Stops processes forcefully. Does not shut down processes cleanly.
-timeout secs
Cleanly shuts down processes in the number of seconds you specify (secs). If it does not exit in the indicated time, the process stops forcefully.
processid
Identifier assigned to a specific process.
process type
Type of process to be stopped:
  • endpoint
  • dispatcher
  • sequencer
  • watchdog
reason
The reason for stopping the process. Business Continuity Manager saves this message in the process log. If the <reason> contains white spaces, enclose it in double or single quotes.

Examples

Dispatcher Example

bcmadmin>  process stop region2_dsp_fast 'Stopping standby dispatcher'; 
Successfully sent stop message for process 'region2_dsp_fast'.

Watchdog Example

bcmadmin>  process stop -diag -immediate region1_wdg 'Stopping a watchdog'; 
Successfully sent stop message for process 'region1_wdg'.