Start/Stop Commands
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