On the Scope tab, you can change the scope settings.

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 \ 41-16 Oracle Fusion Middleware Administrators Guide for Oracle Internet Directory objectclass=changeLogEntrychangeNumber=CHGNO Some lines in the output might contain the string as a separator. Table 41–7 lists the important attributes in the change log. Configuring Attributes of the Replica Subentry by Using ldapmodify The replica subentry has the DN orclreplicaid=Replica _ID,cn=replication configuration Table 41–8 lists the attributes of the replica subentry that you can modify with ldapmodify. The command line syntax is: ldapmodify -D cn=orcladmin -q -p portNum -h hostname -f ldifFile Table D–1, LDAP Replica States describes the values of orclreplicastate in detail. You can set 0, 1 the values, 2, 6, or 8. The other orclreplicastate values listed in Table D–1 are read-only values set by the replication server during bootstrap. To set orclreplicastate to zero, you would use the following LDIF file: dn: orcclreplicaid=Replica _ID,cn=replication configuration Table 41–7 Important Attributes in the Change Log Attribute Description changenumber Change Number changetype Operation targetdn Target DN changes Changes orclguid Global Unique Identifier GUID orclparentguid Parent GUID orclchangeretrycount Change Retry Count modifiersname Modifiers Name operationtime Operation Time servername Server Name Table 41–8 Replica Subentry Attributes Description Configuration Attribute Replica ID orclreplicaid Replica Primary URI orclreplicauri Replica Secondary URI orclreplicasecondaryuri Replica State orclreplicastate Replica Type orclreplicatype See Also: ■ Table 40–1, Attributes of the Replica Subentry on page 40-2 ■ LDAP Replica States on page D-5