Error: Agent is not Running Properly

Important! The information provided in this section is for general Troubleshooting guidance only. The information is provided on "AS IS" basis, with no guarantee of completeness, accuracy or timeliness, and without warranty or representations of any kind, expressed or implied. In no event will CloudEndure and/or its subsidiaries and/or their employees or service providers be liable to you or anyone else for any decision made or action taken in reliance on the information provided above or for any direct, indirect, consequential, special or similar damages (including any kind of loss), even if advised of the possibility of such damages. CloudEndure is not responsible for the update, validation or support of troubleshooting information.

There are cases where the installation was finished successfully, but the CloudEndure AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. does not run at all or does not run properly on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine.. These types of problems will be manifested in the CloudEndure User ConsoleCloudEndure SaaS User Interface. A web-based UI for setting up, managing, and monitoring the Migration and Disaster Recovery solutions. on the Machines page. 

By default, when the installation is completed successfully, the replication of the SourceThe location of the Source machine; Currently either a specific Region or Other Infrastructure. machines starts automatically (unless the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. was purposefully installed with the stopped flag), and you can monitor it through the CloudEndure User ConsoleCloudEndure SaaS User Interface. A web-based UI for setting up, managing, and monitoring the Migration and Disaster Recovery solutions.. When the replication starts, the first message that appears in the DATA REPLICATION PROGRESS column is Establish communication between the CloudEndure Agent and the Replication Server.

Usually, this message appears for a short time, 5 minutes at most. It is then replaced with other messages, which indicate the subsequent steps of the replication progress. 

If the Establish communication between the… message appears on the User ConsoleCloudEndure SaaS User Interface. A web-based UI for setting up, managing, and monitoring the Migration and Disaster Recovery solutions. for more than 5 minutes, it means that the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. failed to run or never established communication with the CloudEndure Service ManagerThe CloudEndure server.. This state usually occurs due to the following causes:

  1. The AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. was installed successfully, but it is not running.
  2. [Only in environments that are using a proxy for the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location.-Console communication] The AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. was installed successfully, it is running properly, but it cannot communicate with the CloudEndure Service ManagerThe CloudEndure server..

For all issues that are manifested in this state, first check if the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is installed on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine..

Note: Sometimes, the message - Establish communication between the… appears on the User Console in red, and a red icon appears in the STATUS column. This usually means that there is a connectivity problem. In this case, verify that all the network requirements are met.

Note: The User Console will show Communication with Source machine lost if communication between the Agent on the Source machine and CloudEndure is lost for more than an hour. In this case, make sure that communication over TCP Port 1500 and TCP Port 443 is allowed.

The Agent is Installed but Not Running

In certain cases, the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is installed successfully on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., but does not run. To handle this installation issue, follow these steps:

  1. Verify that the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is running on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine..
  2. Run the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. manually.
  3. Verify that there is enough RAM on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine. for running the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location.. You need at least 300 MB RAM.
Verifying that the Agent is Running on the Source Machine

If you found that the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is installed on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., but that Data ReplicationThe process of copying all data blocks from selected disks on a Source Machine to Staging Disks. does not start, check if the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is running.

Checking if the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is running:

Linux

On the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., enter the following command:

ps -ef | grep cloudendure | grep -v grep | grep -v bash | wc -l

The results are as follows:

If the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is running, the following results will be displayed:

In this case, contact CloudEndure Support.

If the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is not running, try to run it manually, as described in the next section.

Windows

On the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., open the Task Manager – Services tab, and locate CloudEndureService. Verify that the service is Running in the Status column.

If the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is running, contact CloudEndure Support.

If the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is not running, try to run it manually, as described in the following section.

Running the Agent Manually

If you found that the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is installed on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine. but is not running, you can try to run it manually. 

Linux 

On the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., enter the following command:

sudo /var/lib/cloudendure/runAgent.sh

Windows

On the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine., navigate to Control Panel > System and Security > Administrative Tools > Services.

On the Services pane, locate CloudEndureService. Then, right-click it, and select Start from the pop-up menu

If the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. fails to run, verify that there is enough RAM on the Source machineThe computer, physical or virtual machine that needs to be protected by replication (Disaster Recovery) or migrated (Migration) The CloudEndure Agent is installed on the Source machine. for running the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location.. You need at least 300 MB RAM.

Agent is Running but Cannot Communicate with the CloudEndure Service Manager

[Only for environments that are using a proxy for AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location.-Console communication]

If you found that the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. is installed and running, but the data replication does not start, there might be a communication problem between the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. and CloudEndure Service ManagerThe CloudEndure server.. This problem usually happens when using a proxy for the communication between the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location. and the CloudEndure Service ManagerThe CloudEndure server. over TCP Port 443.

To solve this issue, follow these steps:

  1. Check the configuration of the connecting proxy, and fix the configuration if necessary.
  2. Restart the AgentThe Agent is a software program that is installed on machines in the Source location that need to be migrated or replicated to the Target location..
Configuring the Proxy between the Source Machine and the CloudEndure Service Manager.

Important: Make sure that your corporate firewall allows connections over TCP Port 443.

You can establish communication between the SourceThe location of the Source machine; Currently either a specific Region or Other Infrastructure. machines and the CloudEndure Service ManagerThe CloudEndure server. over TCP Port 443 in two ways:

  1. Direct communication between the SourceThe location of the Source machine; Currently either a specific Region or Other Infrastructure. machines and the CloudEndure Service ManagerThe CloudEndure server.,
  2. Indirect communication by using a proxy.

Note: The value must end with '/'.


©2020 COPYRIGHT CloudEndure - Terms of Service - Privacy Policy - AWS Vulnerability Reporting Guidelines - Report a Security Issue