Because log level is additive, running the above command will result in excessive
messages in the error log. So, use it judiciously.
To turn off replication debugging log, set the same attribute to 0.
Error Message:
agmt=%s (%s:%d) Replica has a different generation ID than the local
data
Reason: The consumer specified at the beginning of this message has not been
(successfully) initialized yet, or it was initialized from a different root master.
Impact: The local supplier will not replicate any data to the consumer.
Remedy: Ignore this message if it occurs before the consumer is initialized.
Otherwise, reinitialize the consumer if the message is persistent. In a
multi-master environment, all the servers should be initialized only once from
a root master, directly or indirectly. For example, M1 initializes M2 and M4,
M2 then initializes M3, and so on. The important thing to note is that M2 must
not start initializing M3 until M2's own initialization is done (check the total
update status from the M1's console, or M1 or M2's error log). Also, M2 should
not initialize M1 back.
Error Message:
Warning: data for replica %s was reloaded and it no longer matches
the data in the changelog. Recreating the changelog file. This could
affect replication with replica's consumers in which case the
consumers should be reinitialized.
Reason: This message may appear only when a supplier is restarted. It
indicates that the supplier was unable to write the changelog or did not flush
out its RUV at it's last shutdown. The former is usually because of the
disk-space problem, and the latter server crashed or was ungracefully shut
down.
Impact: The server will not be able to send the changes to a consumer if the
consumer's
maxcsn
Remedy: Check the disk space and the possible core file (under the server's
logs directory on UNIX systems). If this is a single master replication,
reinitialize the consumers. Otherwise, if the server later complains that it can't
locate some CSN for a consumer, see if the consumer can get the CSN from
other suppliers. If not, reinitialize the consumer.
no longer exists in the server's changelog.
Troubleshooting Replication-Related Problems
Chapter 8
Managing Replication
349
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - ADMINISTRATOR and is the answer not in the manual?