DTP services must be shut down before proceeding with the upgrade or configuration process.
How you shut down DTP services on Linux depends on how you are managing them. Each method is described below.
If you are managing DTP with the dtpconsole.sh script:
1
at the console prompt to choose DTP Server.1
to stop the service.q
after the service has stopped to return to the main menu.If you are managing DTP with the systemd service, stop each applicable service as shown below:
sudo systemctl stop <servicefilename> |
If you are managing DTP with automation scripts, use the appropriate stop
commands to stop them. Consult the table below:
Service | Script | Location |
---|---|---|
DTP Server | dtp.sh stop | <DTP_INSTALL>/bin |
Data Collector | datacollector.sh stop | <DTP_INSTALL>/bin |
DTP Enterprise Pack | dtpservices.sh stop | <DTP_INSTALL>/dtpservices |
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.
|