Depending on the application mode and the operating system, the steps to start, stop, or restart PingFederate vary.
If you install or upgrade PingFederate using its platform-specific installer, PingFederate configures to run as a service. You can stop and disable the service and run PingFederate as a console application.
If you install or upgrade PingFederate manually by using the PingFederate product distribution file or the Upgrade Utility in command line, you can run PingFederate as a console application or install the PingFederate service manually and run it as a service.
Starting and stopping PingFederate on Windows
-
To start PingFederate on Windows, do one of the
following:
- If PingFederate was installed as a
console application:
- Open a command prompt.
- Go to <pf_install>/pingfederate/bin.
- Run run.bat.
- Keep the command prompt open.
- If PingFederate was installed as a
Windows service:
- Go to .
- Right-click on the PingFederate service and click Start.
- If PingFederate was installed as a
console application:
-
To stop PingFederate on Windows, do one of the
following:
- If PingFederate was installed as a
console application:
- Locate the command prompt running PingFederate.
- Press CTRL+C to terminate PingFederate.
- If PingFederate was installed as a
Windows service:
- Go to .
- Right-click on the PingFederate service and click Stop.
- If PingFederate was installed as a
console application:
-
To restart PingFederate on Windows, do one of
the following:
- If PingFederate was installed as a
console application:
- Locate the command prompt running PingFederate.
- Press CTRL+C to terminate PingFederate.
- When PingFederate stops, run run.bat.
- Keep the command prompt open.
- If PingFederate was installed as a
Windows service:
- Go to .
- Right-click on the PingFederate service and select Restart.
- If PingFederate was installed as a
console application:
Starting and stopping PingFederate on Linux
-
To start PingFederate on Linux, do one of the
following:
- 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.
- If PingFederate was installed as a
console application:
-
To stop PingFederate on Linux, do one of the
following:
- 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.
- If PingFederate was installed as a
console application:
-
To restart PingFederate on Linux, do one of the
following:
- 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.
- If PingFederate was installed as a
console application: