Starting and stopping PingFederate on Linux
Steps
-
To start PingFederate on Linux, do one of the following:
Choose from:
-
If PingFederate was installed as a console application:
-
Open a terminal window.
-
Go to
<pf_install>/pingfederate/bin
. -
Run
run.sh
. -
Keep the terminal window open.
-
-
If PingFederate was installed as a service:
-
Open a terminal window.
-
Enter the system-dependent service command to start PingFederate.
-
-
-
To stop PingFederate on Linux, do one of the following:
Choose from:
-
If PingFederate was installed as a console application:
-
Locate the terminal window running PingFederate.
-
Press CTRL+C to terminate PingFederate.
-
-
If PingFederate was installed as a service:
-
Open a terminal window.
-
Enter the system-dependent service command to stop PingFederate.
-
-
-
To restart PingFederate on Linux, do one of the following:
Choose from:
-
If PingFederate was installed as a console application:
-
Locate the terminal window that is running PingFederate.
-
Press CTRL+C to terminate PingFederate.
-
When PingFederate stops, run
run.sh
. -
Keep the terminal window open.
-
-
If PingFederate was installed as a service:
-
Open a terminal window.
-
Enter the system-dependent service command to restart PingFederate.
-
-