Uninstalling PingFederate
Uninstalling PingFederate involves removing the previously-installed PingFederate service and the installation directory, <pf_install>.
Depending on your deployment, you can uninstall PingFederate from either a Linux server or Windows server.
Uninstalling PingFederate from a Linux server
Before you begin
-
Ensure that you’re 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
systemctlcommands to stop and disable PingFederate:systemctl stop pingfederate ;\ systemctl disable pingfederate ;\ systemctl daemon-reload
You can also remove the PingFederate systemd unit file
pingfederate.servicefrom the systemd unit files directory/etc/systemd/systembefore running thesystemctl daemon-reloadcommand.-
To uninstall PingFederate using the SysV initialization script, do one of the following:
-
Use the
Service Configuration utilityto 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
pingfederatefrom 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>.
Uninstalling PingFederate from a Windows server
Before you begin
-
Ensure you’re signed on to your system with sufficient privileges to uninstall an application.
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 Windows, go to Control Panel > Uninstall a Program.
The existence of a PingFederate entry indicates a previous installation of PingFederate using the Windows installer. If there’s no existing PingFederate entry, the distribution
.zipfile 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.
This removes the PingFederate service and the installation directory.
-
To uninstall PingFederate using the distribution
.zipfile:-
Go to Control Panel > Administrative Tools > Services to open the Windows management console.
-
Right-click the PingFederate service and select Stop.
-
Run
uninstall-service.batfrom the<pf_install>\pingfederate\sbinsubdirectory that corresponds to your platform processor. -
(Optional) Delete the PingFederate installation directory
<pf_install>.
-
-