REGION DISABLE LOGONS Command | bcmadmin | Teradata Business Continuity Manager - REGION DISABLE LOGONS - 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

Disables session logon requests on all endpoints in the specified region.

Syntax

REGION DISABLE LOGONS ON region_name ;

Parameters

region_name
Unique character string that identifies a region managed by a Business Continuity Manager server.

Usage Considerations

You must specify the name of the region where you want logons disabled. This command stops the listening by endpoints in the specified region for logon requests on Standby IP (SIP) addresses and default addresses.

When you run this command, it only affects the endpoints already connected to the sequencer. If an endpoint in the specified region later connects to the sequencer, it continues to listen using its current addresses. You may safely reissue the command to stop listeners for endpoints that connected after you issued the last REGION DISABLE LOGONS command.

Example

This example command disables session logons on all endpoints in region1.

bcmadmin>  REGION DISABLE LOGONS ON region1; 
Command sent successfully to all endpoints. This command is asynchronous.
Use 'ENDPOINT STATUS' command to check each endpoint's global listening status
bcmadmin> ENDPOINT STATUS;
---------------------------------------------
Endpoint  : region1_ept
Connected : yes
Global listen status  : Listening disallowed
Listeners :
    Host:Port         : any:1025
    Is SIP            : no
    Associated region : region1 (1)
    State (Current)   : Not Listening
    State (Wanted)    : Not Listening