'''How do I recover when PFIP crash or some other thing halt the acq stbility test in Ops? ''' Here are my (SCO) personal notes: 1) Find the running stability_test.py job with "ps -ef |grep stability". 2) Kill the job on zeus using the pid number from step 1 with: % ps -e |grep cal % kill -9 **** 3) Restart the acq test in Ops page. Sometimes we may need to do "Shift" while we refresh the browswer to elimiante the errors in blue box. You can read about [wiki:HetProcedures/RA/stability_test stability_test.py].