enable-components

The enable-components command enables components that are currently disabled. Note that this command can only be used for certain components.

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

enable-components supports the following options.

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

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

When the script runs, it enables the specified component(s) by updating the relevant properties in $BDD_HOME/BDD_manager/conf/bdd.conf, then starts them. They can then be controlled with other bdd-admin commands like start and stop.

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

Examples

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