cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Local Replication

alonkar-2
1-Newbie

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

4 REPLIES 4

Hi Amit,


Did your follow the PTC guide to the T? In your steps, you don't mention about the masterpub.key that is updated and exported from your site then place in your wt.properties for your replica site which is also your master. Then you perform a broadcast of your replica site to see if there is proper connectivity in your vaulting configuration.


Replication doesn't guarantee better performance over the WAN expecially over oceans. You have to look at your business information and where everything is created. Best to put the master applicaiton and database where the majority of information is created. Oh yes, it is really a bad assumption that it is based on the number of users. You need to keep the majority of the"flow"both meta data and content contained locally. A user working on a complex large assembly sometimes doesn't evenconnect to windchill till the end of the daywhen they need ot save their work. Basic 101experienceof implementingWindchill.


good luck,



Patrick

In Reply to amit lonkar:



Hi All,


STEPS:


1) Load local replica vaults, folders and mount them using Fvloader.
Syntax to create local replica vault: LRV,
Syntax to create local replica folder (same as creation of normal folder): RF,,
Syntax to mount folder (same as creation of normal mount): RM,,,
Enable replica folder: RFE,
Enable replica vault: RVE, (Introduced in 8.0 release)

2) Set the following property on master site:

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,,,,

5) Set the following property on master site:

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


RandyJones
19-Tanzanite
(To:alonkar-2)

On 06/12/14 04:38, amit lonkar wrote:
>
> Hi All,
>
> I am doing remote file server setup.
>
> Where as to save time for replication over WAN, PTC TS has suggested below steps so as to create
> temporary local replica vault on Master server itself . Once replication is completed temporary
> local replica vault is transfered to Replica site and Manually move content from master host to
> specified replica host.
>
> 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" <br="/>> overridable="true" targetFile="codebase/wt.properties" value="true"/>
>

The property is actually this (at least in 9.1 M050 it was...)
wt.fv.localReplica.NameOfVault
So for example if you had a vault named topeka_replica you would set the property like this:
xconfmanager -s wt.fv.localReplica.topeka_replica=true -t codebase/wt.properties -p


>
> 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" <br="/>> 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
>
>
> ----------


--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
   Fax: 785-667-2695
------------------------------------------------------------------------

one more thing,


if you are installing a local file server, which is separate server and method server on the same machine as the master application and database server, you have to use a different port numbers and server aliases for you file server process.


You don't want your master server and foreground client methodservers in conflict.


good luck,



Patrick

In Reply to Patrick Chin:



Hi Amit,


Did your follow the PTC guide to the T? In your steps, you don't mention about the masterpub.key that is updated and exported from your site then place in your wt.properties for your replica site which is also your master. Then you perform a broadcast of your replica site to see if there is proper connectivity in your vaulting configuration.


Replication doesn't guarantee better performance over the WAN expecially over oceans. You have to look at your business information and where everything is created. Best to put the master applicaiton and database where the majority of information is created. Oh yes, it is really a bad assumption that it is based on the number of users. You need to keep the majority of the"flow"both meta data and content contained locally. A user working on a complex large assembly sometimes doesn't evenconnect to windchill till the end of the daywhen they need ot save their work. Basic 101experienceof implementingWindchill.


good luck,



Patrick

In Reply to amit lonkar:



Hi All,


STEPS:


1) Load local replica vaults, folders and mount them using Fvloader.
Syntax to create local replica vault: LRV,
Syntax to create local replica folder (same as creation of normal folder): RF,,
Syntax to mount folder (same as creation of normal mount): RM,,,
Enable replica folder: RFE,
Enable replica vault: RVE, (Introduced in 8.0 release)

2) Set the following property on master site:

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,,,,

5) Set the following property on master site:

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



Thanks Randy,

You are correct. Property should be "wt.fv.localReplica.NameOfVault".
After correcting the property it is working now.
Thanks again.


Best Regards,
Amit Lonkar
Top Tags