You may need to start DTP services after a new installation, migration, or upgrade. In this section:
You can easily use the Windows Start menu to start and stop DTP services:
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.
You can either use the dtpconsole.sh script to start DTP and its related services or run each application's script directly.
In addition to starting and stopping DTP and its related services, the dtpconsole.sh script provides interactive management capabilities, such as configuring database connections.
After the initial startup and configuration, you can start DTP applications using the dedicated scripts. The scripts are non-interactive and suitable for starting and stopping DTP services in automated environments. Automation scripts are not compatible with crontab functionality. If you are using crontab functionality, use the dtpconsole.sh script to start and stop DTP.
Use the dtp.sh script located in the <DTP_INSTALL>/bin directory. You can specify the following commands:
dtp.sh run | Run the DTP server process in the current window. |
dtp.sh start | Start DTP server as a background process. |
dtp.sh stop | Stop DTP server. |
dtp.sh status | Display the current status of DTP server. |
dtp.sh help | Print the help to the console. |
Use the datacollector.sh script located in the <DTP_INSTALL>/bin directory. You can specify the following commands:
datacollector.sh run | Run the Data Collector process in the current window. |
datacollector.sh start | Start Data Collector as a background process. |
datacollector.sh stop | Stop Data Collector. |
datacollector.sh status | Display the current status of Data Collector. |
datacollector.sh help | Print the help to the console. |
Use the dtpservices.sh script located in the <DTP_INSTALL>/dtpservices directory. You can specify the following commands:
dtpservices.sh run | Run the Enterprise Pack process in the current window. |
dtpservices.sh start | Start Enterprise Pack as a background process. |
dtpservices.sh stop | Stop Enterprise Pack. |
dtpservices.sh status | Display the current status of Enterprise Pack. |
dtpservices.sh reset-server | Reset the DTP server connection settings for Enterprise Pack to the defaults. See Server Settings for information about the server configuration. |
dtpservices.sh help | Print the help to the console. |
In some unexpected instances, you may see the following message when running the "Time out on DTP Enterprise Pack process termination. Please kill all processes manually. (Refer to the documentation)" This message only triggers if any of the children processes of the main DTP Enterprise Pack application (typically one of the service processes) started but was not killed completely. These processes must be terminated before starting DTP Enterprise Pack again.
|