ENDPOINT ALLOW NEW CONNECTIONS Command | Teradata Business Continuity Manager - ENDPOINT ALLOW NEW CONNECTIONS - 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

Allows new session connections to an Endpoint. The command requires that you specify the name of the Endpoint to which you want new connections allowed. This command operation is asynchronous.

Syntax

ENDPOINT ALLOW NEW CONNECTIONS endpoint_name ;

Parameters

endpointname
Name of the Endpoint process.

Usage Considerations

The ENDPOINT ALLOW NEW CONNECTIONS instructs the specified Endpoint to listen for new connections. You can use the ENDPOINT STATUS command to verify the status of global listeners on the Endpoint after you allow connections. When you allow a new connection, the specified Endpoint listens for connections on all default listeners and any SIP listeners currently running on one or more regions. To prevent an Endpoint from receiving new connections, use the ENDPOINT DISALLOW NEW CONNECTIONS command.

Example

This example command requests that the Endpoint in Region1 listen for new connections.

bcmadmin>  ENDPOINT ALLOW NEW CONNECTIONS region1_ept; 
Request successfully sent to endpoint
Use the 'endpoint status' command to check the endpoint's status
bcmadmin> ENDPOINT STATUS;
---------------------------------------------
Endpoint  : region1_ept
Connected : yes
Global listen status  : Listening allowed
Listeners :
    Host:Port         : any:1025
    Is SIP            : no
    Associated region : region1 (1)
    State (Current)   : Listening
    State (Wanted)    : Listening