Nsds5replicatransportinfo, Nsds5replicaupdateinprogress, Nsds5replicaupdateschedule – Red Hat 8.1 User Manual

Page 72: Nsds50ruv, Nsruvreplicalastmodified

Advertising
background image

Syntax

Integer

Example

nsDS5ReplicaTimeout: 600

2.3.8.22. nsDS5ReplicaTransportInfo

This attribute sets the type of transport used for transporting data to and from the replica. The attribute
values can be either SSL, which means that the connection is established over SSL, or LDAP, which
means that regular LDAP connections are used. If this attribute is absent, then regular LDAP
connections are used. This attribute cannot be modified once it is set.

Parameter

Description

Entry DN

cn=ReplicationAgreementName, cn=replica,
cn=suffixDN, cn=mapping tree, cn=config

Valid Values

SSL | LDAP

Default Value

absent

Syntax

DirectoryString

Example

nsDS5ReplicaTransportInfo: LDAP

2.3.8.23. nsDS5ReplicaUpdateInProgress

This read-only attribute states whether or not a replication update is in progress.

Parameter

Description

Entry DN

cn=ReplicationAgreementName, cn=replica,
cn=suffixDN, cn=mapping tree, cn=config

Valid Values

true | false

Default Value
Syntax

DirectoryString

Example

nsDS5ReplicaUpdateInProgress: true

2.3.8.24 . nsDS5ReplicaUpdateSchedule

This multi-valued attribute specifies the replication schedule and can be modified. Changes made to this
attribute take effect immediately. Modifying this value can be useful to pause replication and resume it
later. For example, if this value to 0000-0001 0, this in effect causes the server to stop sending
updates for this replication agreement. The server continues to store them for replay later. If the value is
later changed back to 0000-2359 0123456, this makes replication immediately resume and sends all
pending changes.

Parameter

Description

Entry DN

cn=ReplicationAgreementName, cn=replica,
cn=suffixDN, cn=mapping tree, cn=config

Valid Range

Time schedule presented as XXXX-YYYY
0123456
, where XXXX is the starting hour, YYYY
is the finishing hour, and the numbers 0123456
are the days of the week starting with Sunday.

Default Value

0000-2359 0123456 (all the time)

Syntax

Integer

Example

nsDS5ReplicaUpdateSchedule: 0000-2359
0123456

2.3.8.25. nsDS50ruv

This attribute stores the last replica update vector (RUV) read from the consumer of this replication
agreement. It is always present and must not be changed.

2.3.8.26. nsruvReplicaLastModified

This attribute contains the most recent time that an entry in the replica was modified and the changelog
was updated.

2.3.9. Synchronization Attributes under cn=syncAgreementName,
cn=WindowsReplica,cn="suffixName", cn=mapping tree, cn=config

The synchronization attributes that concern the synchronization agreement are stored under
cn=syncAgreementName, cn=WindowsReplica, cn=suffixDN, cn=m apping tree, cn=config.
The cn=syncAgreementName entry is an instance of the nsDSWindowsReplicationAgreement
object class. For synchronization agreement configuration attributes to be taken into account by the
server, this object class (in addition to the top object class) must be present in the entry.
Synchronization agreements are configured only on databases that are enabled to synchronize with

72

Chapter 2. Core Server Configuration Reference

Advertising