Verify that your infrastructure meets the requirements described in Requirements before proceeding with the installation.

See Migrating from Concerto (4.x) to DTP (5.x) if you are upgrading to DTP from Concerto (4.x and older).

See Upgrading from a Previous Version of DTP (5.x to 5.y) if you are upgrading an existing DTP installation.

In this section:

Installing DTP on Windows

  1. Run the DTP installation file to launch the installation wizard. 

  2. Read and accept the license agreement when prompted to continue. 
  3. Choose an installation directory and click Next. By default, DTP installs in the C:\ directory under Parasoft. If you plan to install DTP Enterprise Pack (see next step) and want to install install to the Program Files directory, you will need to start DTP Enterprise Pack using the console as administrator (see Getting Started with DTP Enterprise Pack).

  4. Choose your installation options when prompted. You can install DTP Enterprise Pack at this time or re-run the installer to add it to your DTP infrastructure later.
     
  5. Choose a location for the start menu shortcut and click Next.

  6. Review the installation information and click Install when ready or click Back to choose a different installation location. 

  7. Click Finish after the installation is complete to start DTP Server and Data Collector.

See Opening and Licensing DTP to begin using DTP.

Installing DTP on Linux and Solaris

The installation process for Linux and Solaris is similar. The instructions below will guide you through installing DTP on both systems. Some Linux distributions do not ship with all libraries necessary to install DTP with an embedded database. You should install the libraries before deploying DTP (see the note under step 6).

About Cent OS 7 Installations

The DTP.sh installer requires the package to be unzipped on Cent OS 7. Run the following command to unzip the installer prior to running the DTP.sh:

sudo yum install unzip

  1. If you are logged in as the root user and are installing the embedded database distribution of DTP on Linux, log out and log back in as another user with administrator privileges.
  2. Extract the DTP installation script from the tarball to your current directory. The extraction command for Solaris varies depending on the environment. Contact your Solaris system administrator for the extraction command for your specific environment. The following command is an example of a common method: 

    Linux
    tar xvzf parasoft_dtp_[version]_linux.tar.gz
    Solaris
    gunzip -c parasoft_dtp_[version]_[os_version].tar.gz | tar xvf -  
  3.  Run the DTP installation script and use the -i option to specify the target directory location. You must enter the full path. For example:

    Correct
    ./DTP.sh -i /home/<user>/dtp

    Do not use a relative path to specify the installation directory:

    Incorrect
    ./DTP.sh -i ../../dtp

    You will be prompted to specify a location if you run the script without doing so. 

  4. If you want to install Parasoft DTP Enterprise Pack, choose [y] and press Enter when prompted. Enterprise Pack includes Extension Designer and Policy Center, which are additional applications that enable you to derive sophisticated SDLC data analytics and implement granular programming policies. See DTP Enterprise Pack for additional information. A valid DTP Enterprise license is required to use Extension Designer and Policy Center functionality. You can install Enterprise Pack later by re-running the DTP installer and using the -a option:

    ./DTP.sh -i /home/<user>/dtp -a
  5. If a crontab configuration file is detected during installation, choose [D] to review the crontab entries or [S] to bypass crontab configuration. The prompt will only appear if the crontab has preexisting entries. Otherwise, the installer will set the crontab entries for DTP automatically.
  6. If your DTP distribution includes an embedded database server, the server will automatically start during installation. Some Linux distributions, however, do not ship with all libraries necessary to install embedded database distributions of DTP. The installer will exit after printing the following message to the console:

    Installation was not started because the following libraries are missing:
    
    <list of missing libraries>
    
    Use your Linux distribution's package manager to install the missing libraries then reinstall DTP.
    For example, you can install libaio.so.1 in Ubuntu with the following command:
    	sudo apt-get install libaio1
    If the libaio.so.1 is missing from your Red Hat Enterprise Linux distribution, then run:
    	sudo yum install libaio.x86_64
    Consult the documentation shipped with your Linux distribution for additional information.

    Install the libraries as described in your Linux distribution documentation and restart the installation process.

    Installation will also stop if you are logged in as the root user (see step 1) and print the following message to the console:

    Installation was not started. You cannot be logged in as the root user when installing DTP 
    with embedded DB. Please log in as another user and reinstall

If you chose to install DTP Enterprise Pack (see step 4), a directory called "dtpservices" will be added to the <DTP_INSTALL> directory. See DTP Enterprise Pack for details.

Starting DTP Services

  1. Run the DTP Configuration Manager after the installation completes: 
    DTP_HOME/bin/dtpconsole.sh
    The DTP main menu is displayed:

    DTP - Configuration Manager
    Copyright (C) by Parasoft Corporation
    MAIN MENU
    =========
    Options:
    (1) DTP Server (Report Center, Team Server, License Server)
    (2) Data Collector
    (3) Enterprise Pack
    (4) Status
    (5) System administration
    (6) Show Machine ID
    (q) Exit to system
  2. Choose (1) to enter the DTP Server menu. 

  3. Choose (1) again to run the service and (q) to return to the menu.
  4. Choose (2) to enter the Data Collector menu.
  5. Choose (1) to run the Data Collector service and (q) to return to the menu
  6. Choose (3) to enter the Enterprise Pack menu.
  7. Choose (1) to start Extension Designer and Policy Center and choose (q) to return to the menu. You can only start and stop DTP Enterprise Pack through the DTP console interface. Additional administration commands for Enterprise Pack applications are available in the dedicated dtpservices.sh in the [DTP_INSTALL]/dtpservices/ directory. See Getting Started with DTP Enterprise Pack
  8. See Opening and Licensing DTP to begin using DTP.

Additional Installation Notes

  • For Windows installations, we recommend using a third-party zip compression utility, such as WinZip, WinRar, or 7Zip to extract the distribution files for installation. Microsoft Windows' built-in Uncompress utility (from Windows Explorer) has many issues—for example, directory and file name size limitations and performance issues. If you extract the DTP installer using Windows Explorer, you may get a "Path too long" error message. The same error may also result if you open the distribution with 7Zip and drag the DTP folder from the 7Zip UI to the desktop.
  • The installed.file.lst file in the installation directory is used to track which installation files are modified and should be included in any backups. 
  • No labels