Updating the Storage Foundation for Databases (SFDB) repository after removing a node

If you are using Database Checkpoints, Database Flashsnap, or Database Dynamic Storage Tiering in your configuration, update the SFDB repository to remove the reference for the node after removing the node from the cluster.

Note:

If you have not created an SFDB repository, you do not need to perform the following steps.

To update the SFDB repository after removing a node

  1. As Oracle user, list the nodes in the cluster:

    $ /opt/VRTSdbed/bin/dbed_rept_node -S $ORACLE_SID -o list
  2. Run the following command after physically removing the node from the cluster.

    For example:

    $ /opt/VRTSdbed/bin/dbed_rept_node -S $ORACLE_SID -n NODE -o remove

    This completes the removal of the node from the SFDB repository.