Updating the DTS Service

DTS Windows Service

  • For Production DTS Service :
  • Install Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\Deployment\Server path.
  3. Run DTSProductionService.bat install command to install the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionProductionDTS is installed as a windows service.
  • Start Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Start the service by clicking the Start link by selecting the service.
  4. Check whether Start of the installed service works to start the DTS production server.
  • Stop Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Stop the service by clicking the Stop link by selecting the service.
  4. Check whether Stop of the installed service works to stop the DTS production server.
  • Uninstall Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\Deployment\Server path.
  3. Run DTSProductionService.bat uninstall command to uninstall the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionProductionDTS has been removed as a windows service.
  • For Staging DTS Service :
  • Install Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\Staging\Deployment\Server path.
  3. Run DTSStagingService.bat install command to install the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionStagingDTS is installed as a windows service.
  • Start Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Start the service by clicking the Start link by selecting the service.
  4. Check whether Start of the installed service works to start the DTS Staging server.
  • Stop Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Stop the service by clicking the Stop link by selecting the service.
  4. Check whether Stop of the installed service works to stop the DTS Staging server.
  • Uninstall Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\Staging\Deployment\Server path.
  3. Run DTSStagingService.bat uninstall command to uninstall the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionStagingDTS has been removed as a windows service.

DTS Linux Service

  • For Production DTS Service :
  • Install Service
  1. Log in to DTS production linux server.
  2. Go to <installation dir>/Deployment/Server  path.
  3. Run sudo ./DTSProductionService.sh install command to install the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/  command.
  5. Use ls command to check whether PercussionProductionDTS is installed as a linux service.
  • Start Service
  1. Log in to DTS production linux server.
  2. Run sudo service PercussionProductionDTS start command to start the Jetty server.
  3. Check whether Start of the installed service works to start the DTS Production server.
  • Stop Service
  1. Log in to CM1 linux server.
  2. Run sudo service PercussionProductionDTS stop command to start the Jetty server.
  3. Check whether Stop of the installed service works to start the DTS Production server.
  • Uninstall Service
  1. Log in to DTS production linux server.
  2. Go to <installation dir>/Deployment/Server  path.
  3. Run sudo ./DTSProductionService.sh uninstall command to install the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/  command.
  5. Use ls command to check whether PercussionProductionDTS has been removed as a linux service.
  • For Staging DTS Service :
  • Install Service
  1. Log in to DTS Staging linux server.
  2. Go to <installation dir>/Staging/Deployment/Server  path.
  3. Run sudo ./DTSStagingService.sh install command to install the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/  command.
  5. Use ls command to check whether PercussionStagingDTS is installed as a linux service.
  • Start Service
  1. Log in to DTS production linux server.
  2. Run sudo service PercussionStagingDTS start command to start the Jetty server.
  3. Check whether Start of the installed service works to start the DTS Staging server.
  • Stop Service
  1. Log in to DTS production linux server.
  2. Run sudo service PercussionStagingDTS stop command to start the Jetty server.
  3. Check whether Stop of the installed service works to stop the DTS Staging server.
  • Uninstall Service
  1. Log in to DTS production linux server.
  2. Go to <installation dir>/Staging/Deployment/Server  path.
  3. Run sudo ./DTSStagingService.sh uninstall command to install the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/  command.
  5. Use ls command to check whether PercussionStagingDTS has been removed as a linux service.

NOTE :

  1. The windows command should be executed by running command prompt in administrator mode.
  2. The linux commands need to be run as root user or using sudo.
  3. chmod need to be applied to change permissions in case of Permission denied issues.