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 Business Continuity Manager 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 BCMTDPID. Some configuration parameter changes require a Business Continuity Manager cluster restart as shown in the example. After the CONFIG UPDATE command, run the CONFIG RESET command to resent the value of the BCMTDPID to its original value.
bcmadmin> CONFIG UPDATE BCMTDPID 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 BCMTDPID;
Reset request completed successfully.