Replica-specific Attributes
name The name of the replica. It is in the form of a fully qualified CDS name.
uuid The UUID of the replica.
type Indicates if the replica is a master or a slave.
addresses A list of the network addresses of the replica. More than one address may exist for connectionless and connection-oriented protocols.
propstatus The status of the propagation. Possible values are as follows:
delete The replica is marked for deletion.
initmarked The replica is marked for initialization.
initing The replica is in the process of initialization, that is getting an up-to-date copy of the registry.
update The replica is ready to receive propagation updates.
lastupdtime The localized time the last update was sent to the replica. This information is meaningful only if propstatus is update.
lastupdseqsent The last sequence number of the last update sent to this replica. A sequence number is a consists of two 32-bit integers separated by a dot
(high.low). The high integer increments when the low integer wraps. An example of this attribute is {lastupdseqsent 0.175}. This information is meaningful only if
propstatus is update.
numupdtogo The number of outstanding updates. The value is an integer. This information is meaningful only if propstatus is update.
commstate The state of the last communication with the replica.
lastcommstatus The status of the last communication with the replica. This information is meaningful only if propstatus is update.
See the OSF DCE Administration Guide - Core Components for more information about attributes, policies, and synchronization.
|