Total Pageviews

Thursday, September 25, 2014

OID 10g chaning supplier Directory server into read/write mode


Change the Directory Server at the Supplier to Read/Write Mode
 
in order to change the directory server on the supplier to read/write mode. To do this:
  1. Create an LDIF file containing the following:
    Dn:
    Changetype: modify
    Replace: orclservermode
    Orclservermode: rw
    
    
  2. Run the following command:
    ldapmodify –D "cn=orcladmin" –w administrator_password \
               –h host_name_of_supplier_node –p port –f name_of_LDIF_file

No comments:

Post a Comment