Stop and restart the listener, both in the Oracle Internet Directory ORACLE_

Setting Up Oracle Database Advanced Replication-Based Replication C-15 Task 1: Stop the Directory Replication Server on All Nodes To stop the directory replication server, run the following command on each node in the DRG: oidctl connect=connStr server=oidrepld instance=1 componentname=oidComponentName \ flags=-h LdapHost -p LdapPort stop Task 2: Stop All Oracle Internet Directory Processes in the Node to be Deleted On the node to be deleted, shut down Oracle Internet Directory. opmnctl stopproc process-type=OID Task 3: Delete the Node from the Master Definition Site From the MDS, run the following script: remtool -delnode The Replication Environment Management Tool deletes the node from the replication group. This process can take a long time, depending on your system resources and the size of your DRG. If you use the -v option, the tool keeps you informed of its progress. Task 4: Start the Directory Replication Server on All Nodes To start the directory replication server, type the following command on each of the remaining nodes of the DRG: oidctl connect=connStr server=oidrepld instance=1 componentname=oidComponentName \ flags=-h LdapHost -p LdapPort start See Also: The opmn command-line tool reference in Oracle Fusion Middleware Reference for Oracle Identity Management for more information about shutting down Oracle Internet Directory. See Also: The remtool command-line tool reference in Oracle Fusion Middleware Reference for Oracle Identity Management for instructions on using the -delnode option of the Replication Environment Management Tool Note: If you encounter errors, then use the -asrverify option first. If it reports errors, then rectify them by using the -asrrectify option. Both -asrverify and -asrrectify list all nodes in the DRG. If the node to be deleted is in the list, then delete it by running the Replication Environment Management tool again, using the -delnode option. See Also: The opmn command-line tool reference in Oracle Fusion Middleware Reference for Oracle Identity Management