ENDPOINT LIST - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.20
Published
May 2019
Language
English (United States)
Last Update
2019-05-23
dita:mapPath
dzf1517499323110.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Provides connection, region, and status of the listeners (defined using the CONFIG UPDATE command) on each Endpoint.

Syntax

ENDPOINT LIST ;

Example

This example displays the ENDPOINT LIST results for three Endpoints:

Example Endpoint Status
region1_ept Connected to the Sequencer with two SIPs defined.
(Is SIP : yes), both of which are down. Is SIP : no represents the default listener, and should be listening on all Endpoints when at least one underlying Teradata managed system is accessible.
region2_ept Connected to the Sequencer. The current default IP state is listening, requiring only a single field to indicate state.
region1_ept2 No connection to the Sequencer. No additional information displays.
unityadmin>  ENDPOINT LIST; 
---------------------------------------------
Endpoint  : region1_ept
Connected : yes
Listeners :
    Host:Port         : 1.2.3.4:1026
    Is SIP            : no
    Associated region : region1 (1)
    State (Current)   : Not Listening
    State (Wanted)    : Listening

    Host:Port         : 1.2.3.9:1026
    Is SIP            : yes
    Associated region : region2 (2)
    State             : Not Listening

    Host:Port         : 1.1.199:1025
    Is SIP            : yes
    Associated region : region2 (2)
    State             : Not Listening

---------------------------------------------
Endpoint  : region2_ept
Connected : yes
Listeners :
    Host:Port         : any:1026
    Is SIP            : no
    Associated region : region2 (2)
    State             : Listening

---------------------------------------------
Endpoint  : region1_ept2
Connected : no