Using Start/Stop Commands (Deprecated)
This content applies to the legacy standalone Delinea PRA Engine. Existing PRA Engines will continue to operate normally, but customers can no longer create new PRA Engines or Sites. For all new deployments, use the Platform Engine with the PRA Workload. To upgrade previously deployed PRA Engines, see Upgrading to the Platform Engine.
The following Start and Stop commands can be run if issues are encountered and are not resolved by other troubleshooting solutions:
-
To manually stop the PRA engine:
Copysudo systemctl stop clientmgr.service; echo $? -
To manually start the PRA engine:
Copysudo systemctl start clientmgr.service; echo $?
Look for the 0 to verify that the commands were successful. Any other value indicates a failure