CONFIG RESET - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.50
Published
January 2020
Language
English (United States)
Last Update
2020-02-04
dita:mapPath
frp1571162435023.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Resets the parameter to the specified value.

Syntax

CONFIG RESET [process type | process id] value ;

Parameters

processid
Identifier assigned to a specific process.
process type
If specified, resets the value parameter for a specified Unity process type:
  • Endpoint
  • Dispatcher
value
The configuration parameter value to be reset.

Example

The following example show how to use the CONFIG UPDATE command to add a system wide TDPID definition with the config key UnityTDPID (this TDPID is used when communicating alerts from Unity to Ecosystem Manager). Some configuration parameter changes require a Unity cluster restart as shown in the example. After the CONFIG UPDATE command, run the CONFIG RESET command to resent the value of the UnityTDPID to its original value.

unityadmin>  CONFIG UPDATE UnityTDPID globalTDPID; 
Requested config added/updated successfully.
Note that configuration chances require a restart of the affected processes before taking effect.

CONFIG RESET UnityTDPID;
Reset request completed successfully.