We have a legacy server (unclustered) that will be migrated to a new cluster of two servers. We will be running all three for some time to come, with replicas of databases on all three.
I have a connection document for replication between legacy and clustered1. I assumed that cluster replication would take care of replicating between clustered1 and clustered2, but that doesn’t seem to be happening. I was afraid that it could cause problems to replicate legacy to both members of the cluster, but maybe I’m wrong.
Subject: Replicating non-cluster server with cluster
it should be working, any changes made on a server that’s clustered will get cluster replicated to all it’s cluster mates. if that’s not happening then you may have a problem with the cluster itself, or the cluster replicator is very, very, busy and can’t keep up.
double check that the database in question hasn’t been disabled for cluster replication in the cluster directory (cldbdir.nsf)
it can’t hurt to replicate from the legacy server to both (all) servers in the cluster, it’ll sort itself out after a while.
are you still doing normal replication between the cluster mates?