You may need to start DTP services after a new installation, migration, or upgrade.
Starting DTP Services on Windows
You can easily use the Windows Start menu to start and stop DTP services:
- Click Start and right-click Parasoft> DTP> Start DTP Server.
- Choose Run as administrator from the contextual menu. If your DTP distribution includes an embedded database server, the menu will also include an option for starting and stopping the database server.
- Press any key to proceed when prompted.
- Repeat the process to start Data Collector, the Parasoft Database service if your DTP distribution includes an embedded database server, and DTP Enterprise Pack if applicable.
You can also use Windows Services to start and stop DTP services, as well as change startup from automatic to manual. See the documentation for your version of Windows for details.
Starting DTP Services on Linux
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) DTP Enterprise Pack (4) Status (5) Database configuration (6) System administration (7) Show Machine Id (q) Exit to system
Choose (1) to enter the DTP Server menu.
- Choose (1) to run the service and (q) to return to the menu.
- Choose (5) to enter the Database configuration menu.
- 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.
- 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.
- Choose (1) to create the new database schema for MySQL or (2) for Oracle and press Enter. Default is MySQL.
- MySQL:
- Specify the hostname or IP address where the database server is located and press Enter. Default is
localhost
. - Specify the port number and press Enter. Default is
3306
. - Specify a name for the database and press Enter. Default is
DTP
. - Specify the root user and press Enter. Default is
root
. - Specify the root user password and press Enter.
- Review the configuration settings and press (y) to proceed.
- Specify the hostname or IP address where the database server is located and press Enter. Default is
- Oracle:
- Specify the hostname or IP address where the database server is located and press Enter. Default is
localhost
. - Specify the port number and press Enter. Default is
1521
. - Choose (1) to use SID as the database specifier type or (2) to use the service name and press Enter. Default is SID.
- Specify the system ID or service name of the database (default is orcl) and press Enter.
- Specify the root user and press Enter. Default is
root
. - Specify the root user password and press Enter.
- Review the configuration settings and press (y) to proceed.
- Specify the hostname or IP address where the database server is located and press Enter. Default is
- MySQL:
- Press Enter when the database is created and initialized to return to the dtpconsole menu.
- Choose one of the following options:
- Choose (2) to enter the Data Collector menu.
- Choose (1) to run the Data Collector service and (q) to return to the menu
- Choose (3) to enter the Enterprise Pack menu.
- 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.
See Opening and Licensing DTP to begin using DTP.