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>
.