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.
When the installation of a 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. on a SourceThe location of the Source machine; Currently either a specific Region or Other Infrastructure. machines fails during the running of the CloudEndure Agent InstallerInstalls the CloudEndure Agent. file, you will receive the following message:
Installation was not finished successfully.
Please contact CloudEndure support at https://bit.ly/2T54hSc for assistance.
Make sure to attach the error string and the file cloudendure.log thatwas created in /tmp
This type of error 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. was not 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., and therefore the machineA physical or virtual computer. will not appear on the CloudEndure User ConsoleCloudEndure SaaS User Interface. A web-based UI for setting up, managing, and monitoring the Migration and Disaster Recovery solutions.. After you fix the issue that caused the installation to fail, you need to re-run the Agent InstallerInstalls the CloudEndure Agent. file to install 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..
Important! When the Agent InstallerInstalls the CloudEndure Agent. file is running, a bin file is automatically created. This bin file is called cloudendure.log
, and is saved at the same location as the Agent InstallerInstalls the CloudEndure Agent. file. If you were not able to locate and fix the installation error, send this log file to CloudEndure Support.
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. installation will fail if 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. already has the AWS Replication 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. (MGN) installed on it. You will need to uninstall the AWS Replication 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 then install the CloudEndure User 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. in order to proceed.
At times, uninstalling the AWS Replication 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 enough, as 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. diver may remain. If that is the case, you will need to delete 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. driver manually.
Linux
Run the following command to identify the MGN driver:
lsmod | grep aws_replication_driver
Then, run the following command to delete the driver if it exists:
rmmod aws_replication_driver
Windows
Run the following command in cmd to identify the MGN drivers:
sc query AwsReplicationDriver
sc query AwsReplicationService
Then, run the following command to delete the drivers if they exists:
sc delete AwsReplicationDriver
sc delete AwsReplicationService
If the installation failed on a Linux 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., check the following:
df -h /
/tmp
directory – for the duration of the installation process only, verify that you have at least 500 MB of free disk on the /tmp
directory. To check the available disk space on the /tmp directory run the following command: df -h /tmp
/dev/xvdal,/dev/xvda2
. kernel-devel/linux-headers
installed that are exactly of the same version as the kernel you are running. uname -r
uname -r
' output version should match the version of one of the installed kernel headers packages (kernel-devel-<version number> / linux-headers-<version number
). rpm -qa | grep kernel
Note: This command looks for kernel-devel.
On Debian/Ubuntu: apt-cache search linux-headers
kernel-devel/linux-headers
, which match the version of the kernel, is actually a symbolic link. In this case, you will need to remove the link before installing the required package. kernel-devel/linux-headers
is not a symbolic link, run the following command:ls -l /usr/src/kernels
ls -l /usr/src
linux-headers
are not a symbolic link.
kernel-devel/linux-headers
, which match the version of the kernel, is actually a symbolic link, you need to delete the link. Run the following command: rm /usr/src/<LINK NAME>
rm /usr/src/linux-headers-4.4.1
Note: You can have several kernel headers versions simultaneously on your OS, and you can therefore safely install new kernel headers packages in addition to your existing ones (without uninstalling the other versions of the package.) A new kernel headers package does not impact the kernel, and does not overwrite older versions of the kernel headers.
Note: For everything to work, you need to install a kernel headers package with the exact sameversion number of the running kernel.
To install the correct kernel-devel/linux-headers, run the following command:sudo yum install kernel-devel-`uname -r`
sudo apt-get install linux-headers-`uname -r`
Note: Usually, the existence of these packages is not required for Agent installation. However, in some cases where the installation fails, installing these packages will solve the problem.
make, openssl, wget, curl, gcc, and build-essential
packages should be installed and stored in your current path.which <package>
which make
This error occurs when outbound traffic is not allowed over TCP Port 443. Port 443 needs to be open outbound to the CloudEndure Service ManagerThe CloudEndure server., located at console.cloudendure.com (52.72.172.158)
powermt check
If so, contact AWS Support for instructions on how to install 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. on such machines.
Make sure you run the installer either as root
or by adding sudo
at the beginning:
sudo python installer_linux.py
If the installation failed on a Windows 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., check the following:
net.exe
and/or sc.exe
files, located by default in the C:\Windows\System32
folder, are included in the PATH Environment Variable.net.exe
and/or sc.exe
files does not appear there, manually add it to the Variable value field, and click OK.
©2020 COPYRIGHT CloudEndure - Terms of Service - Privacy Policy - AWS Vulnerability Reporting Guidelines - Report a Security Issue