Printer FriendlyEmail Article Link

How do I kill both word_analysis processes and prevent them from being restarted

Answer

To kill both the pmi_word_analysis and word_analysis processes all you need to do is kill the process.

To keep them from both restarting automatically (every 5 mins for word_analysis and 15 mins for pmi_word_analysis)…

For word_analysis: You will need to comment out the below line in the hlisys crontab:

0,5,10,15,20,25,30,35,40,45,50,55 * * * * test -f \/hekimian/install/installation_in_progress && exit;/hekimian/react-2001/system/bin/word_checker >/dev/null 2>&1

For pmi_word_analysis: You will need to comment out the pmi_watchdog entry in the root crontab

0,15,22,30,45 * * * * /bin/su - pmiowner -c "pmi_watchdog 1>/dev/null 2>&1">/dev/null 2>&1

You can also just comment out the below entry in the /hekimian/pmint/rlsbin/pmi_watchdog_table

# pmi_word_analysis ALL localhost 6004 (However commenting out the root crotab entry prevents any PMI process from starting up once killed.)


Product : TINT