Expand my Community achievements bar.

SOLVED

Configuring Replication for a Different server which is not in same DNS

Avatar

Level 2

Hi, I need to replicate 40,000 Pages from author to Publish(which is not in same DNS). using replication agent. Here are my Questions:

1. At a time how many pages can i replicate using a replication agent.?

2. How I can configure my replication agent for a different aem publisher which is not in same domain.

3. How I can make the use of different options available in replication agent to configure for a different aem publisher which is not in same house , image attached for references.

avi_infy_0-1674061342441.png

avi_infy_1-1674061382522.pngavi_infy_2-1674061407222.png

Any help would be highly appreciated

@Jörg_Hoh @Vijayalakshmi_S @lukasz-m @kautuk_sahni @arunpatidar 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @avi_infy ,

 

1. you need not worry about the max limit as there is a handler that takes 10 items(default) at a time and flushes the replication as a set. If I am not wrong it is a sling event job handler.

2. just point your publisher URI to your desired path and allow the author URL to take requests on your publisher.

3. https://experienceleague.adobe.com/docs/experience-manager-64/deploying/configuring/replication.html... 

this document should help you in that regard.

 

note: the replication agents are deprecated in the AEMaaCS, so better start using the replication workflow for this operation, if you intend to upgrade to the cloud in the future.



Also, are you aware of sling content distribution? using that too, you can make forward and reverse replications to multiple or different publishers.
More on sling content distribution is here: https://sling.apache.org/documentation/bundles/content-distribution.html

Thank you.

 

Regards,

Sravan

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @avi_infy ,

 

1. you need not worry about the max limit as there is a handler that takes 10 items(default) at a time and flushes the replication as a set. If I am not wrong it is a sling event job handler.

2. just point your publisher URI to your desired path and allow the author URL to take requests on your publisher.

3. https://experienceleague.adobe.com/docs/experience-manager-64/deploying/configuring/replication.html... 

this document should help you in that regard.

 

note: the replication agents are deprecated in the AEMaaCS, so better start using the replication workflow for this operation, if you intend to upgrade to the cloud in the future.



Also, are you aware of sling content distribution? using that too, you can make forward and reverse replications to multiple or different publishers.
More on sling content distribution is here: https://sling.apache.org/documentation/bundles/content-distribution.html

Thank you.

 

Regards,

Sravan