REGION MOVE - Teradata Unity

Teradata Unity User Guide

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

Purpose

Moves the specified process or Teradata Database system from the current region to the region specified by region_name.

Syntax

REGION MOVE process_id | tdpid to region_name ;

Parameters

processid
Identifier assigned to a specific process.
region_name
Unique character string that identifies a region managed by a Unity server.
tdpid
Unique identifier (TDPID) of a Teradata Database system.

Examples

Demonstrates moving a system named bltor from its current region to region2.

unityadmin>  REGION MOVE bltor to region2; 
Successfully moved system 'bltor'.

Demonstrates moving an endpoint named region1_ept from its current region to region2.

unityadmin>  REGION MOVE region1_ept to region2; 
Successfully moved process 'region1_ept'.