PROCESS ADD - Teradata Unity

Teradata Unity User Guide

Product
Teradata Unity
Release Number
16.00
Published
March 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
ipb1476817227329.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Registers Dispatcher and Endpoint processes with Unity.

Syntax

PROCESS ADD process_id process_type region_name ;

Parameters

processid
Identifier assigned to a specific process.
process type
Represents one of the following values:
  • endpoint
  • dispatcher
regionname
Unique character string that identifies a region managed by a Unity server.

Usage Considerations

You can use the REGION LIST command to view a list of current region names.

Including a regionname enables Unity to route queries based on its proximity to the Teradata Database system.

Example

unityadmin>  PROCESS ADD eptTest endpoint pluto; 
Successfully added process 'eptTest'.