Deleting the Worker server

To delete a Worker server:

  1. Remove the Worker server package. To do so, perform the following actions depending on the utilized operating system:
    • CentOS or Red Hat Enterprise Linux.

      Run the following command:

      rpm -e kwts-worker

    • SUSE Linux Enterprise Server:
      1. Run the following command:

        rpm -e kwts-worker

      2. Confirm package deletion. To do so, type Y and press ENTER.
    • Ubuntu or Debian.

      Run the following command:

      dpkg -r kwts-worker

  2. Run the script for deleting all files and directories of the Worker server:

    /var/opt/kaspersky/kwts-worker/cleanup.sh

    You will be prompted to confirm deletion of all files and directories of the Worker server.

  3. Type yes and press ENTER.
  4. If you use Ubuntu or Debian, run the following command:

    dpkg -P kwts-worker

The Worker server is removed.

Page top