Installation and Configuration
Version 24.2.9064
Version 24.2.9064
Installation and Configuration
Getting started with CData Sync is quick and easy. This page provides system requirements for CData Sync, and it provides the steps for installing the software.
For more detailed information about all editions of Sync, see the following topics:
System Requirements for CData Sync
This section provides system requirements for Sync. These requirements apply to both on-premises applications and virtual machines.
-
Recommended Minimum: 4 GB RAM (8+ GB recommended for higher volumes of traffic)
-
Adequate free disk space for job logging
Determining Machine Size Requirements
Without enough RAM or virtual CPUs (vCPUs), machine performance degrades over time. Therefore, you need to consider the following criteria to determine appropriate sizing requirements for your machine:
-
the number of jobs you have
-
the number of tables in a job
-
the number of jobs that are running at any given time
-
the amount of data that you replicate at any given time
Along with this information, also consider the number of threads you are running. You can have a job that contains just one thread, or you can have a job that contains multiple threads running in parallel (parallel processing). As a general recommendation, you should have no more than one thread per vCPU.
With 4 vCPUs, you should be able to run 2-4 jobs in parallel easily. With 8 or more vCPUs, you can run 6-8 jobs simultaneously without sacrificing performance. However, as you increase the amount of data movement, scaling up is important for maintaining throughput.
Supported Web Browsers
You access the Sync web UI through a web browser. Sync supports the following browsers:
-
Google Chrome
-
Microsoft Edge
-
Mozilla Firefox
-
Safari
Other browsers might not support all Sync features. As a result, CData strongly recommends that you use a browser from the list of supported browsers.
Installation Steps
Download the installation file from the CData Sync website and follow the installation steps below for your operating system.
Windows
Sync comes with a setup.exe installer. Run the setup.exe file and follow the installation steps. After the setup and installation steps complete, the Sync service is installed and the application starts automatically.
Linux
The Linux setup file ships as CDataSync.tar.gz. This is an archive file that contains the application files.
Note: This file is not intended for Microsoft Windows setups. If you are installing Sync on a Windows machine, download and run the Windows installer instead.
Follow these steps to install the application:
-
Extract the files from the archive. If you have not extracted a .tar.gz archive before, the following steps outline a common method:
-
Create a folder in the same directory as the downloaded archive to which you want to extract the files.
-
Open a terminal window and change the directory to the download location (for example,
cd Downloads
). -
Submit the following command to extract the archive into the folder that you created (in this example, the folder is named
CDataSync
):tar -xvzf CDataSync.tar.gz -C CDataSync
-
-
Move the folder that contains the extracted files to the location in which you want to place it on the disk.
-
Follow the steps in Starting the Server for options around starting the application.