![]() |
This section gives instructions on removing Tectia Server from the supported operating systems.
![]() | Note |
|---|---|
The uninstallation procedure removes only the files that were created when installing the software. Any configuration files and host keys have to be removed manually. |
To remove Tectia Server from an AIX environment, follow the instructions below:
Stop Tectia Server by using the System Resource Controller (SRC) of the operating system:
# stopsrc -s ssh-tectia-server
Remove the installation by issuing the following command with root privileges:
# installp -u SSHTectia.Server
If you want to remove also the components that are common with Tectia Client, give the following command:
# installp -u SSHTectia.Common
Note that removing the common components also disables Tectia Client if it has been installed on the same host.
To remove Tectia Server from a Linux environment, follow the instructions below:
Log in as root user.
Stop Tectia Server.
Using Tectia Server control utility:
# ssh-server-ctl stop
Or on Linux with systemd:
# systemctl stop ssh-server-g3
Or on Linux without systemd:
# /etc/init.d/ssh-server-g3 stop
Remove the installation in Linux by giving the following command:
# rpm -e ssh-tectia-server
Or on Debian Linux:
# dpkg -P ssh-tectia-server
If you want to remove also the components that are common with Tectia Client, give the following command:
# rpm -e ssh-tectia-common
Note that removing the common components disables Tectia Client if it has been installed on the same host.
Note that removing the common components disables Tectia Client, if it has been installed on the same host.
To remove Tectia Server from a Solaris environment, follow the instructions below:
Stop Tectia Server with the following command:
# /etc/init.d/ssh-server-g3 stop
Remove the installation by issuing the following command with root privileges:
# pkgrm SSHG3srvr
![]() | Note |
|---|---|
Tectia Server needs to be uninstalled separately from each local zone, if it has been installed to all zones by installing into the global zone. |
If you want to remove also the components that are common with Tectia Client, give the following command:
# pkgrm SSHG3cmmn
Note that removing the common components disables Tectia Client if it has been installed on the same host.
To remove Tectia Server from a Windows environment, follow the instructions below:
From the Windows Start menu, open the Control Panel and click Programs and Features.
From the program list, select Tectia Server and click Uninstall.
![]() | Note |
|---|---|
If you have installed Tectia Client together with Tectia Server, uninstalling Tectia Server will also remove Tectia Client. |
Click Yes to confirm.
![]() | Note |
|---|---|
The uninstallation procedure removes only the files that were created when installing the software. Any configuration files and host keys have to be removed manually. |