Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Silent Install Options

The following options can be added to DTP.sh to install DTP without user interaction:

  • install-dtpservices - This option will install Parasoft DTP Enterprise Pack.
  • skip-dtpservices - This option will not install Parasoft DTP Enterprise Pack.
  • skip-cron - Thes option will skip crontab configuration.

Initial Startup

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

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

  3. Choose (1) to run the service and (q) to return to the menu.
  4. Choose (5) to enter the Database configuration menu. 
  5. Choose (1) to create a new DTP database. If you are connecting DTP to an existing DTP database, see Connecting to an Existing DTP Database.
  6. Choose (1) to create and initialize a new DTP database schema. If you are connecting DTP to an existing DTP database that has not yet been initialized, see Configuring the Database Connection.
  7. Choose (1) to create the new database schema for MySQL or (2) for Oracle and press Enter. Default is MySQL.
    1. MySQL:
      1. Specify the hostname or IP address where the database server is located and press Enter. Default is localhost.
      2. Specify the port number and press Enter. Default is 3306.
      3. Specify a name for the database and press Enter. Default is DTP.
      4. Specify the root user and press Enter. Default is root.
      5. Specify the root user password and press Enter.
      6. Review the configuration settings and press (y) to proceed.
    2. Oracle:
      1. Specify the hostname or IP address where the database server is located and press Enter. Default is localhost.
      2. Specify the port number and press Enter. Default is 1521.
      3. Choose (1) to use SID as the database specifier type or (2) to use the service name and press Enter. Default is SID.
      4. Specify the system ID or service name of the database (default is orcl) and press Enter.
      5. Specify the root user and press Enter. Default is root.
      6. Specify the root user password and press Enter.
      7. Review the configuration settings and press (y) to proceed.
  8. Press Enter when the database is created and initialized to return to the dtpconsole menu.  
  9. Choose one of the following options:
  10. Choose (2) to enter the Data Collector menu.
  11. Choose (1) to run the Data Collector service and (q) to return to the menu
  12. Choose (3) to enter the Enterprise Pack menu. 
  13. Choose (1) to run the service and (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 Enterprise Pack
  14. See Opening and Licensing DTP to begin using DTP.

...