Tectia

Removing from VMware ESX

To remove Tectia Server from a VMWare ESX platform, follow the instructions below:

  1. Log in as root user.

  2. Stop Tectia Server with the following command:

    # /etc/init.d/ssh-server-g3 stop
    
  3. Remove the Tectia Server installation by giving the following command:

    # rpm -e ssh-tectia-server-<version>
    

    In the command, <version> is the package version of Tectia Server to be removed (for example, 6.2.5.123).

  4. If you want to remove also the components that are common with Tectia Client or ConnectSecure, give the following command:

    # rpm -e ssh-tectia-common-<version>
    

    Note that removing the common components disables Tectia Client or ConnectSecure, if it has been installed on the same host.