Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following are commands to uninstall the DataSync Agent from a command line interface on supported Windows and Linux devices.

Anchor
TOP
TOP



Panel
titleWhat's on this page?

Table of Contents
absoluteUrltrue



UI Text Box
typetip
  • The DataSync Agent can be installed and ran as a service. If you are performing a complete removal it is recommended to first uninstall the Agent as a service.
  • After installing the DataSync Agent, the agent will notify you that an uninstaller program has been created within the Uninstaller folder. The uninstaller will remove everything barring the log files/folder. The uninstaller will delete everything, including the root Perspectium folder, if the “logs” folder is empty.
Panel
titleWhat's on this page?
Table of ContentsabsoluteUrltrue





Linux 

Uninstall the Service

Execute the following commands in the root directory of the Agent:

Code Block
<agent_folder>/bin/uninstallDaemon.sh


Uninstall the Agent

Execute the following commands in the root directory of the Agent:

Code Block
java -jar <agent_folder>/Uninstaller/uninstaller.jar

(info) NOTE: You could also double click/open the jar file in your file system.

UI Text Box
typetip

The uninstaller is generated on installation and if you change the name of the root Perspectium Folder than the uninstaller will not remove anything. The name of the original directory should be stored in Uninstaller/installSummary.htm.


↑ Go to top of page




Windows

Uninstall the Service

Double-click the following file in the bin folder to initiate uninstalling your DataSync Agent:

Code Block
uninstallService.bat 


Uninstall the Agent

Execute the following commands in the root directory of the Agent:

Code Block
java -jar Uninstaller/uninstaller.jar

(info) NOTE: You could also double click/open the jar file in your file system.

UI Text Box
typetip

The uninstaller is generated on installation and if you change the name of the root Perspectium Folder than the uninstaller will not remove anything. The name of the original directory should be stored in Uninstaller/installSummary.htm.


↑ Go to top of page