CONFIG RESET Command | unityadmin | Teradata Unity - CONFIG RESET - Continuous Availability - Teradata Unity

Teradata® Unity™ User Guide

Product
Continuous Availability
Teradata Unity
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2020-09-15
dita:mapPath
fmz1594836948704.ditamap
dita:ditavalPath
qqk1595871525984.ditaval
dita:id
B035-2520
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. 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 REASON 'New TDPID'; 
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.