Installing Data Mover Smart from scratch

To install Data Mover Smart from scratch, follow these steps:

  1. Extract the contents of the installer package in the <installer_folder>.

  2. Copy the Data Mover Smart package into the <installer_folder>/repo folder - see The repository folder section for details.

  3. Run the <installer_folder>/setup script:

    1. For Linux: ./setup.sh

    2. For Windows: .\setup.bat

  4. Choose option 1 to start the installation.

  5. When asked "Do you want to install this version?" answer y.

  6. Insert these setup parameters:

    1. The port for accessing the Data Mover Smart web application. Default is 8081.

    2. The keystore password used in the token database for encrypting server keys used in remote connections. Ensure the password is at least 8 characters.

    3. Choose if you want to start the application or not.

The application will be installed in the dms-app folder at the same level as the <installer-folder>.

Here is an example configuration of setup parameters:

Uploading the license

After completing the Data Mover Smart installation, go to the following URL to upload the license:

<protocol>:<host>:<port>/dms/

Then, enter Data Mover Smart with the “admin” user.

Checking that the installation is successful

Once you upload the license, verify the installation by visiting the Data Mover Smart URL and logging in with the "admin" username.

<protocol>:<host>:<port>/dms/

Click the logo in the upper-left corner. In the stand-alone window, verify that the Version matches the one you have installed.

Last updated