disable-components

The disable-components command disables specific components that are currently enabled. Note that this can only be used on components that were enabled by the enable-components command.

Warning: This command is for use by Oracle Support, only.
To disable components, run the following from the Admin Server:
./bdd-admin.sh disable-components [option <arg>]

disable-components supports the following options.

Option Description
-c, --component <component(s)> A comma-separated list of the component(s) to disable:
  • clustering

If no option is specified, the script disables all supported components.

When the script runs, it stops the specified component(s), then disables them by updating the relevant properties in $BDD_HOME/BDD_manager/conf/bdd.conf.

Components disabled by the disable-components command can later be re-enabled by the enable-components command. For more information, see enable-components.

Examples

The following command disables the Clustering Service:
./bdd-admin.sh disable-components -c clustering