Uninstalling inSync Enterprise
Overview
This section explains how to uninstall inSync Enterprise.
Before you begin
Before you begin, ensure that inSync server is not running.
Uninstalling inSync server on Windows
To uninstall inSync server
- From the Start menu, select All Programs > Druva inSync Server > Uninstall Druva inSync Server.
- Click Yes.
- Delete the following folders:
- C:\inSyncServer4
- C:\Program Files (x86)\Druva
Uninstalling inSync server on Ubuntu
Before you begin, run the following command to know the version of the installed server:
dpkg --get-selections|grep druva
To uninstall inSync server
- Run the following command:
sudo dpkg -r druva<version>
- Delete the following folders:
- /etc/inSyncServer
- /opt/Druva/inSyncServer
- /var/log/inSync
Uninstalling inSync server on RHEL
Before you begin, run the following command to know the version of the installed server:
dpkg --get-selections|grep druva
To uninstall inSync server
- Run the following command:
rpm -e <package_name>
In the above command, <package_name> represents the file name (along with the extension) of the .deb package.
- Delete the following folders:
- /etc/inSyncServer
- /opt/Druva/inSyncServer
- /var/log/inSync