Page created: 12 Sep 2019
|
Page updated: 18 Mar 2020
| 3 min read
PingFederate 10.0 Product Administration User task Software Deployment Method Product documentation Content Type Administrator Audience
When you install (or upgrade) PingFederate using its platform-specific installer, PingFederate is configured to run as a service. You can optionally 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.
Depending on the application mode and the operating system, the steps to start, stop, or restart PingFederate vary.
-
Follow the relevant steps to start PingFederate:
Operating system Application mode Steps Windows Console application - Open a command prompt.
- Go to the <pf_install>/pingfederate/bin directory.
- Run run.bat.
- Keep the command prompt open.
Windows service - Open the Control Panel > Administrative Tools > Services management console.
- Right-click on the PingFederate service and select Start.
- Close the Services management console when the PingFederate Windows service is started.
Linux Console application - Open a terminal window.
- Go to the <pf_install>/pingfederate/bin directory.
- Run run.sh.
- Keep the terminal window open.
Service - Open a terminal window.
- Enter the system-dependent service command to start the Pingfederate service.
- Close the terminal window when the PingFederate service is started.
-
Follow the relevant steps to stop PingFederate:
Operating system Application mode Steps Windows Console application - Locate the command prompt that is running the PingFederate program.
- Use the CTRL+C key combination to terminate the PingFederate program.
- Close the command prompt when the PingFederate program is stopped.
Windows service - Open the Control Panel > Administrative Tools > Services management console.
- Right-click on the PingFederate service and select Stop.
- Close the Services management console when the PingFederate Windows service is stopped.
Linux Console application - Locate the terminal window that is running the PingFederate program.
- Use the CTRL+C key combination to terminate the PingFederate program.
- Close the terminal window when the PingFederate program is stopped.
Service - Open a terminal window.
- Enter the system-dependent service command to stop the Pingfederate service.
- Close the terminal window when the PingFederate service is stopped.
-
Follow the relevant steps to restart PingFederate:
Operating system Application mode Steps Windows Console application - Locate the command prompt that is running the PingFederate program.
- Use the CTRL+C key combination to terminate the PingFederate program.
- Run run.bat again when the PingFederate program is stopped.
- Keep the command prompt open.
Windows service - Open the Control Panel > Administrative Tools > Services management console.
- Right-click on the PingFederate service and select Restart.
- Close the Services management console when the PingFederate Windows is started.
Linux Console application - Locate the terminal window that is running the PingFederate program.
- Use the CTRL+C key combination to terminate the PingFederate program.
- Run run.sh again when the PingFederate program is stopped.
- Keep the terminal window open.
Service - Open a terminal window.
- Enter the system-dependent service command to restart the Pingfederate service.
- Close the terminal window when the PingFederate service is restarted.