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.