cdr remove onconfig

The cdr remove onconfig command removes the specified value from a configuration parameter in the ONCONFIG file.

Syntax


1  cdr remove onconfig  “ parameter name value
Element Purpose Restrictions Syntax
parameter name The name of the configuration parameter from which to remove the value. Not all configuration parameters can be changed with this command. Only the following parameters can be changed:
  • CDR_LOG_LAG_ACTION
  • CDR_LOG_STAGING_MAXSIZE
  • CDR_QDATA_SBSPACE
  • CDR_SUPRESS_ATSRISWARN
  • ENCRYPT_CIPHERS
  • ENCRYPT_MAC
  • ENCRYPT_MACFILE
value The value of the configuration parameter to remove. Must be an existing value of the configuration parameter. Follows the syntax rules for the specific configuration parameter.

Usage

Use the cdr remove onconfig command to replace the existing value of an Enterprise Replication configuration parameter with a new value in the ONCONFIG file. You can set environment variables by using the CDR_ENV configuration parameter.

You can run this command from within an SQL statement by using the SQL administration API.

Examples

Suppose the ENCRYPT_MAC configuration parameter is set to allow medium and high encryption levels, so that it appears in the ONCONFIG file as: ENCRYPT_MAC medium,high. The following command removes the medium encryption level and retains only the high encryption level:
cdr remove onconfig "ENCRYPT_MAC medium"