Local Replication
Hi All,
STEPS:
1) Load local replica vaults, folders and mount them using Fvloader.
Syntax to create local replica vault: LRV,<local_vault_name>
Syntax to create local replica folder (same as creation of normal folder): RF,<folder_name>,<local_vault_name>
Syntax to mount folder (same as creation of normal mount): RM,<folder_name>,<master_hostname>,<path_on_master_host>
Enable replica folder: RFE,<folder_name>
Enable replica vault: RVE,<local_vault_name> (Introduced in 8.0 release)
2) Set the following property on master site: <property name="wt.fv.localReplica" overridable="true" targetfile="codebase/wt.properties" value="true"/">
3) Specify replication rules on these local vaults and run schedules.
4) Use the following CSV with Fvloader to move all local vaults to replica site: LRMV,<local_vault_name>,<replica_site_name>,<master_host>,<replica_host>
5) Set the following property on master site: <property name="wt.fv.localReplica" overridable="true" targetfile="codebase/wt.properties" value="false"/">
6) Manually move content from master host to specified replica host.
7) Schedule replication on the new vaults - should show status "0 of 0 runs completed".
However, during replication at setp3, i am observing that nothing is getting replicated.
Has anyone come across this issue earlier? How to resolve this?
Thanks in advance!
~Amit

