The bdd configuration type publishes a modified version of bdd.conf to all BDD nodes. This updates the configuration of the entire cluster.
./bdd-admin.sh publish-config bdd <path>Where <path> is the absolute path to the modified copy of bdd.conf. Note that it's recommended to edit a copy of bdd.conf to preserve the original in case the changes need to be reverted.
When the script runs, it makes a backup of the original bdd.conf in $BDD_HOME/BDD_manager/conf on the Admin Server. The backup is named bdd.conf.bak<num>, where <num> is the number of the backup; for example, bdd.conf.bak2. This file can be used to revert the configuration changes, if necessary.
The script then copies the modified version of bdd.conf to all BDD nodes in the cluster. When it completes, the cluster must be restarted for the changes to take affect.
For more information on updating your cluster configuration, see Updating bdd.conf.