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

After adding a node to a cluster, update the SFDB repository to enable access for the new node.

To update the SFDB repository after adding a node

  1. Run the following to change permission, owner, group of various SFDB directories:

    # run sfua_db_config
  2. Run the dbed_update command on any one node in the cluster. For example:

    For Storage Foundation HA:

    $ dbed_update -S $ORACLE_SID -H $ORACLE_HOME -G $ORACLE_SERVICE_GROUP
    

    For Storage Foundation for Cluster File System (HA):

    $ dbed_update -S $ORACLE_SID -H $ORACLE_HOME -G $ORACLE_SERVICE_GROUP
    

    For Storage Foundation for Oracle RAC:

    $ dbed_update -S $ORACLE_SID -H $ORACLE_HOME
    

    This completes the addition of the node to the SFDB repository.