How to perform a connectivity check if a machine is shown offline in ACP

Connectivity check for a machine shown offline in ACP

Challenge

A source machine has a replication agent installed but it is shown in an offline state in ACP, although the machine has been properly discovered before.

Solution

One of the possible ways to check the connection to Acura is to use the telnet command on the source machine.
Execute telnet <Acura's_IP> 443 from the command line to create a remote connection with the target system over a TCP/IP network.
If such a connection can not be established, the following message will be shown:

  1. Connecting To <Acura's_IP>...Could not open connection to the host, on port 443: Connect failed
This is a sign that the replication agent will not be able to connect to Acura's instance unless current network settings are adjusted. Please check that the required ports are open and your Security groups allow the corresponding traffic.

Info
By default, the telnet client in Microsoft’s Windows operating systems is disabled. Run the following command in the command prompt with administrator permissions to enable it: 
dism /online /Enable-Feature /FeatureName:TelnetClient

    • Related Articles

    • Replication agent is installed, but the machine doesn't appear in ACP

      Challenge A replication agent is installed, but the machine is not discovered in Acura. Solution 1) If a new agent is installed on the machine discovered in Acura before, configuration files from the previous installation might still be in use as ...
    • Replacing a faulty config file of the Windows replication agent

      Challenge A machine is shown offline in ACP, although the source instance is running and has been replicated successfully before. Cause The replication agent's config file might have become corrupted during an unexpected termination of the repman ...
    • Machine has "Blocked" state in the control panel

      Challenge A machine has "Blocked" status in the Machines Groups section of the ACP. Cause A machine becomes "Blocked", if it's used to start a CloudSite. This is primarily true for VMware target clouds. The "Blocked" state will remain as long as the ...
    • Linux machine can't mount a disk and boot.

      Challenge A Linux machine can't mount a disk and boot. Cause A wrong disk label is written in fstab, so the machine can't mount the disk and boot. Solution 1. Type in your root password and press "Enter" to log in to a maintenance session. 2. Run ...
    • Why a replicated/migrated machine doesn't show its network information in VMware ESXi

      Challenge Network information (IP, hostname) of a machine is not shown in VMware ESXi interface after a seemingly successful migration or replication. Cause  No VMware Tools installed on the source machine. Solution In order for the source machine's ...