Configuring Replication for a Different server which is not in same DNS | Community
Skip to main content
Level 2
January 18, 2023
Solved

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

  • January 18, 2023
  • 1 reply
  • 691 views

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.

Any help would be highly appreciated

@joerghoh @vijayalakshmi_s @lukasz-m @kautuk_sahni @arunpatidar 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

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?lang=en#configuring-batch-replication 

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

1 reply

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAccepted solution
Community Advisor
January 19, 2023

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?lang=en#configuring-batch-replication 

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