stalled error in application manager service (MGN)

0

I have installed agent in physical machine successfully but getting error please help. error is- Data replication stalled Failed to launch Replication Server.

已提問 2 年前檢視次數 11246 次
3 個答案
1
已接受的答案

Check the replication subnet to see if the replication server exists. If it does it's probably a communication issue between the replication server and MGN. Check routing, NACLs, and Security Group. https://docs.aws.amazon.com/mgn/latest/ug/Network-Requirements.html

If there's not a replication server, its creation might be blocked by Service Control Policies or Control Tower Guard Rails (For instance, I've seen tagging requirements block the creation of the replication server). Check Cloud Trail and Cloud Watch for hints.

profile pictureAWS
已回答 2 年前
  • yes some policy were stopping its resolved now but now new error has came out i.e. Failed to connect AWS Replication Agent to Replication Server.

1

Check your settings under the Application Migration Service in your region. Verify that the subnet in the settings is the expected one.

profile pictureAWS
專家
已回答 2 年前
0

Hi! Check the ports that AWS MGN require in order to succeed with the replication. MGN uses TCP 443 & 1500. Do another check on the "security group" rules and ensure it is configured properly. Check the source server that has enabled the ports 443 & 1500. In case you've an external firewall, ensure to do the same thing. Perform some tests to check the ports are fully open. Not sure which OS you're using but if it's a Windows Server use command "netstat -ab" or if it's Linux (depending the distro) you can use "Debian = sudo ss -tlpn & netstat -tlnp" and/or "RedHat = sudo netstat -tlnp & sudo lsof -i". There is a lot of ways to test the connectivity on your servers and ports enabled through Linux, but also you can use telnet to check for the same. In case you've any other difficulties, I'll be glad to help you.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南