DISABLE CONFIGURATION
The DISABLE CONFIGURATION command disables broker management of a configuration so that the configuration and all of its databases are no longer managed by the broker.
Format
DISABLE CONFIGURATION [<configuration_name> | ALL];
Command Parameters
configuration_name
The name of the configuration you wish to disable. Alternatively, specify the keyword
ALL to disable all configurations.
Usage Notes
-
A disabled configuration and all of its constituent databases are no longer managed by the broker.
-
The only way to disable broker management of the primary database is to use the
DISABLE CONFIGURATIONcommand. -
This command does not remove the broker configuration from the configuration file. See the REMOVE CONFIGURATION command for more information about removing the configuration.
-
You can edit database properties and modify the configuration's protection mode while the configuration is disabled. However, any changes made to properties or to the protection mode will not take effect until the configuration is enabled.
-
This command cannot be executed if fast-start failover is enabled.
Command Example
The following example disables management of the broker configuration and all of its databases.
DGMGRL> DISABLE CONFIGURATION; Disabled.