Before you start 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. installation, verify the following:
Note: If you change the values of the Source or Target, you will need to re-install all the Agents, and to resend all the data to the Target infrastructure. Therefore, it is recommended to carefully configure your Replication Settings before you install the Agents.
Note: If you change other Replication Settings (except for the Source and Target) after installing the Agents, the replication will usually continue as normal, provided that the network requirements are still met. Some setting changes will cause all data to resync.
The installation requirements for SourceThe location of the Source machine; Currently either a specific Region or Other Infrastructure. machines depend on the type of OS that the machineA physical or virtual computer. runs – either Linux or Windows.
Free disk spaceNote: CloudEndure does not support Paravirtualized Source machines.
Note: The CloudEndure installer supports multipath.
Important! Contact Support if any issues arise during installation.
To install AgentsThe 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 machines with Linux OS, verify the following:
The following tools are required 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. installation only. The installer will attempt to install them if they are not present already: make gcc perl tar gawk rpm
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
/tmp
is mounted as read+write.dhclient
package is installed. If not, install the package. (run yum install dhclient i
n CMD)Verify that you have kernel-devel/linux-headers
installed that are exactly of the same version as the kernel you are running.
The version number of the kernel headers should be completely identical to the version number of the kernel. To handle this issue, follow these steps:
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`
Important! Contact Support if any issues arise during installation.
To install AgentsThe 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 machines with Windows OS, verify the following:
©2020 COPYRIGHT CloudEndure - Terms of Service - Privacy Policy - AWS Vulnerability Reporting Guidelines - Report a Security Issue