Installation > Installing on Linux

Installing on Linux

Use these instructions to install on a single Linux server using the .rpm file. The .rpm file can be launched from a Linux console or from a command prompt.

The instructions below are formatted for Red Hat and similar operating systems. You may need to modify the commands to fit your operating system. For example, on Ubuntu you should use dpkg -i to install the .deb file. See your operating system reference documentation for appropriate installation commands for your server.

 

  1. Determine the installation package that is appropriate for your operating system. There are separate .rpm installation packages for 32-bit and 64-bit architectures. Make sure you are installing the correct .rpm file. If you are uncertain about the architecture of your machine, you can use the uname -m command to determine it. Additionally, the version_numbers in the installation file name will vary and will correspond to the version of Double-Take Availability you are installing.

    For example, if you are installing version 7.1.2.0.1124, the installation files would be DoubleTake-7.1.2.0-1124.i386.rpm or DoubleTake-7.1.2.0-1124.x86_64.rpm.

  2. If you are upgrading an existing Double-Take Availability server, you should complete the following steps before upgrading.
  3. Once you have determined the appropriate installation package to use, you can install the software from the user interface or from the command line.
  4. After the installation on the Linux server is complete, you will need to review and accept the license agreement.
    1. Run the DTSetup command from the shell prompt to start DTSetup. The command is case-sensitive.

      Do not run DTSetup using the sudo command. Use a real root shell to launch DTSetup instead, either by logging in as root on the console or by using the login session of a non-privileged user to run su - to start a root shell.

       

    2. Review the Vision Solutions license agreement and accept the terms of agreement by typing yes.

    Once the license has been accepted, you can exit DTSetup. For more information, on DTSetup, see the Double-Take Availability for Linux User's Guide.

If you need to uninstall Double-Take from your Linux server, make sure you are a root/uid 0 user and remove (erase) Double-Take by using the command rpm - e DoubleTake. A successful uninstall returns you to the shell prompt. After completing the uninstall, some files may not be completely removed until the server has been rebooted.