DoubleTake Linux Agent Install:
Below are the steps to install the DT agent in the source server manually. We can follow this process whenever the push install is not working and if the ports are blocked from the console server to the source server.
Once the agent is installed and configured, we can validate the status by:
# service DT status
# service DTMount status
Now, we can start the sync process without any issues.
Below are the steps to install the DT agent in the source server manually. We can follow this process whenever the push install is not working and if the ports are blocked from the console server to the source server.
- Copy the DT agent DoubleTake-8.2.1.75.0-1.x86_64.rpm to the source server using scp or winscp to /tmp/ folder or (whichever folder is your target).
- Navigate to the target folder.
# cd /tmp - Install the DT agent file.
# rpm -ivh DoubleTake-8.2.1.75.0-1.x86_64.rpm
- Once the installation is completed, we need to setup the DoubleTake.
- Run the command DTSetup
# DTSetup - Accept the License Agreement. Press ENTER to view the complete agreement.
- Press Q and Type YES to accept the agreement.
- Press 2 – To Start/Stop Double-Take daemon
- Press 1 – To Start Double-Take and process driver config
- Now we can see the DT process and Modules are running.
- Now exit from the menu by pressing Q twice.
Once the agent is installed and configured, we can validate the status by:
# service DT status
# service DTMount status
Now, we can start the sync process without any issues.