You are prompted to log into the replication DN account. Provide the host, port,

Managing and Monitoring Replication 41-15 ■ Configuring Replication Agreement Attributes by Using ldapmodify ■ Modifying Replica Naming Context Object Parameters by Using ldapmodify ■ Configuring Attributes of the Replication Configuration Set by Using ldapmodify ■ Monitoring Conflict Resolution Messages by Using the Command Line ■ Managing the Human Intervention Queue ■ Viewing Queue Statistics and Verifying Replication by Using remtool ■ Managing the Number of Entries the Human Intervention Queue Tools Can Process ■ Changing the Replication Administrators Password for Advanced Replication Enabling and Disabling Change Log Generation by Using the Command Line You can enable and disable change log generation by using ldapmodify to change the value of orclgeneratechangelog, which is an instance-specific attribute. You enable change log generation by setting the value to 1 and disable it by setting the value to 0. The command is: ldapmodify -D cn=orcladmin -q -p portNum -h hostname -f ldifFile The LDIF file for changing the value of the orclgeneratechangelog attribute in the instance-specific entry to 1 looks like this: dn: cn=componentname,cn=osdldapd,cn=subconfigsubentry changetype: modify replace: orclgeneratechangelog orclgeneratechangelog: 1 Viewing Change Logs by Using ldapsearch To view change logs from the command line, you use ldapsearch. Specify in the search filter the change number or range of change numbers of the change logs you want to view. If you want to view change logs that have been transported from a supplier to the local host, also specify the replica ID of the supplier in the search filter. For example, to view a range of change logs that have been transported from the supplier to the local node, type: ldapsearch -D cn=orcladmin -p port -q -b cn=changelogs -s one \ objectclass=changeLogEntryservername=SUPPLIER_REPLICAID\ changeNumber=FROMCHGNOchangeNumber=TOCHGNO To view a single change log that has been transported from the supplier to the local node, type: ldapsearch -D cn=orcladmin -p port -q -b cn=changelogs -s one \ objectclass=changeLogEntryservername=SUPPLIER_REPLICAID\ changeNumber=CHGNO To view a range change logs that have been generated at the local node, type: ldapsearch -D cn=orcladmin -p port -q -b cn=changelogs -s one \ objectclass=changeLogEntrychangeNumber=FROMCHGNOchangeNumber=TOCHGNO To view a single change log that has been generated at the local node, type: ldapsearch -D cn=orcladmin -p port -q -b cn=changelogs -s one \