DISPATCHER INFO - 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

Identifies the Active Dispatchers in the current Teradata system configuration and displays properties for each Dispatcher found. You can view the Active Dispatcher information by executing the DISPATCHER INFO command or the SYSTEM DESCRIBE command.

Syntax

DISPATCHER INFO ;

Example

This example shows the command output for a dual-system configuration. If the isActive property is 1, and the region/sys region property has non-matching values for a given Dispatcher, and the matching region's Dispatcher is connected, the warning text "WARNING: Active Dispatcher is not local to the system." displays.

unityadmin>  DISPATCHER INFO; 
Dispatcher HA Enabled: yes

	System 1:
 	Index 0: Dispatcher: 0x00030001 (dispatcher 1). Connected: yes (1367433233)
 	isActive: 0, region/sys region: 1/1
 	Index 1: Dispatcher: 0x00030002 (dispatcher 2). Connected: yes (1367433233)
 	isActive: 1, region/sys region: 2/1
 	WARNING: Active Dispatcher is not local to the system. 

	System 2:
 	Index 0: Dispatcher: 0x00030003 (dispatcher 3). Connected: yes (1367433233)
 	isActive: 0, region/sys region: 1/2
 	Index 1: Dispatcher: 0x00030004 (dispatcher 4). Connected: yes (1367433233)
	isActive: 1, region/sys region: 2/2