Related Links
Updating the DTS Service
DTS Windows Service
- For Production DTS Service :
- Install Service
- Open command prompt in administrator mode.
- Go to <installation dir>\Deployment\Server path.
- Run DTSProductionService.bat install command to install the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionProductionDTS is installed as a windows service.
- Start Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Start the service by clicking the Start link by selecting the service.
- Check whether Start of the installed service works to start the DTS production server.
- Stop Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Stop the service by clicking the Stop link by selecting the service.
- Check whether Stop of the installed service works to stop the DTS production server.
- Uninstall Service
- Open command prompt in administrator mode.
- Go to <installation dir>\Deployment\Server path.
- Run DTSProductionService.bat uninstall command to uninstall the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionProductionDTS has been removed as a windows service.
- For Staging DTS Service :
- Install Service
- Open command prompt in administrator mode.
- Go to <installation dir>\Staging\Deployment\Server path.
- Run DTSStagingService.bat install command to install the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionStagingDTS is installed as a windows service.
- Start Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Start the service by clicking the Start link by selecting the service.
- Check whether Start of the installed service works to start the DTS Staging server.
- Stop Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Stop the service by clicking the Stop link by selecting the service.
- Check whether Stop of the installed service works to stop the DTS Staging server.
- Uninstall Service
- Open command prompt in administrator mode.
- Go to <installation dir>\Staging\Deployment\Server path.
- Run DTSStagingService.bat uninstall command to uninstall the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionStagingDTS has been removed as a windows service.
DTS Linux Service
- For Production DTS Service :
- Install Service
- Log in to DTS production linux server.
- Go to <installation dir>/Deployment/Server path.
- Run sudo ./DTSProductionService.sh install command to install the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionProductionDTS is installed as a linux service.
- Start Service
- Log in to DTS production linux server.
- Run sudo service PercussionProductionDTS start command to start the Jetty server.
- Check whether Start of the installed service works to start the DTS Production server.
- Stop Service
- Log in to CM1 linux server.
- Run sudo service PercussionProductionDTS stop command to start the Jetty server.
- Check whether Stop of the installed service works to start the DTS Production server.
- Uninstall Service
- Log in to DTS production linux server.
- Go to <installation dir>/Deployment/Server path.
- Run sudo ./DTSProductionService.sh uninstall command to install the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionProductionDTS has been removed as a linux service.
- For Staging DTS Service :
- Install Service
- Log in to DTS Staging linux server.
- Go to <installation dir>/Staging/Deployment/Server path.
- Run sudo ./DTSStagingService.sh install command to install the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionStagingDTS is installed as a linux service.
- Start Service
- Log in to DTS production linux server.
- Run sudo service PercussionStagingDTS start command to start the Jetty server.
- Check whether Start of the installed service works to start the DTS Staging server.
- Stop Service
- Log in to DTS production linux server.
- Run sudo service PercussionStagingDTS stop command to start the Jetty server.
- Check whether Stop of the installed service works to stop the DTS Staging server.
- Uninstall Service
- Log in to DTS production linux server.
- Go to <installation dir>/Staging/Deployment/Server path.
- Run sudo ./DTSStagingService.sh uninstall command to install the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionStagingDTS has been removed as a linux service.
NOTE :
- The windows command should be executed by running command prompt in administrator mode.
- The linux commands need to be run as root user or using sudo.
- chmod need to be applied to change permissions in case of Permission denied issues.