Uninstalling PingFederate
Learn how to uninstall PingFederate from a Windows or Linux server.
Uninstalling PingFederate involves removing the previously-installed PingFederate service and the installation directory, <pf_install>
.
Click the corresponding tabs for instructions on uninstalling from Windows or from Linux.
-
Uninstalling from Windows
-
Uninstalling from Linux
Uninstalling PingFederate from a Windows server
Before you begin
-
Ensure you are signed on to your system with sufficient privileges to uninstall an application.
-
Optionally, make a backup copy of the PingFederate installation directory
<pf_install>
.
About this task
The method you use to uninstall PingFederate depends on whether you installed it using the installer for Windows or the distribution .zip
file.
Steps
-
Verify the installation medium in Control Panel → Uninstall a Program.
The existence of a PingFederate entry indicates a previous installation of PingFederate using the Windows installer. If there is no existing PingFederate entry, the distribution
.zip
file was used to perform the installation. -
Depending on the type of installation, uninstall PingFederate using one of the following methods:
Choose from:
-
To uninstall PingFederate using the PingFederate installer for Windows, go to Control Panel → Uninstall a Program.
Doing this removes the PingFederate service and the installation directory.
-
To uninstall PingFederate using the distribution
.zip
file:-
Go to Control Panel → Administrative Tools → Services to open the management console.
-
Right-click the PingFederate service and select Stop.
-
Run
uninstall-service.bat
from the<pf_install>\pingfederate\sbin
subdirectory that corresponds to your platform processor. -
Optionally, remove the PingFederate installation directory
<pf_install>
.
-
-
Uninstalling PingFederate from a Linux server
Before you begin
-
Ensure you are signed on to your system with sufficient privileges to uninstall an application.
About this task
You can use the systemd service or the SysV initialization script to uninstall PingFederate from a Linux server.
Steps
-
Uninstall PingFederate using one of the following methods:
Choose from:
-
To uninstall PingFederate using the systemd service, use the following
systemctl
commands to stop and disable PingFederate:systemctl stop pingfederate ;\ systemctl disable pingfederate ;\ systemctl daemon-reload
You can also remove the PingFederate systemd unit file
pingfederate.service
from the systemd unit files directory/etc/systemd/system
before running thesystemctl daemon-reload
command. -
To uninstall PingFederate using the SysV initialization script, do one of the following:
-
Use the
Service Configuration utility
to stop and disable the PingFederate service. -
Remove any symbolic links from various initialization directories to stop the PingFederate service.
-
Remove the PingFederate SysV initialization script
pingfederate
from the SysV initialization directory/etc/rc.d/init.d
.Depending on the operating system, the exact directory locations might vary. Consult your system administrators as needed.
-
-
-
Optional: Remove the PingFederate installation directory,
<pf_install>
.