accidentally deleted pid file

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf accidentally deleted pid file

  • Creator
    Topic
  • #48726
    Julie Kimmel
    Participant

      Hello to all,

      luckily….in a test process….I accidentally deleted a pid file….(I thought that I was in a different directory…luckily, I was in a test process)

      any way….what I am noticing is that when I shut down that process, all threads say dead, but messages are still being passed through.

      Anyone know how to recuperate from deleting a pid? Is what I am seeing typical of such a mistake?

      Thanks,

      Julie

    Viewing 1 reply thread
    • Author
      Replies
      • #59510
        Richard Hart
        Participant

          Julie.

          I believe that the stop site command uses the pid file to kill the engine process.

          If you are on Unix, you can issue a ‘ps’ command and then stop the process with the ‘kill’ command.

          On the unix server, type something like

          ps -ef | grep

          eg

          ps -ef | grep top_prod_rp

           hcimgr  13450      1   0   Apr 27      –  0:00 perl /hci/root3.5.5P/bin/hcienginewatch -p top_prod_rp —

           hcimgr  32738      1   0   Apr 27      – 696:51 lm_ip -u 200 -a lm_root3.5.5P_top_prod_rp -z /hci/root3.5.5P/top_prod_rp/exec/databases/

          he00387  56150 138970   0 11:09:29 pts/16  0:00 grep top_prod_rp

           hcimgr 156954  13450   0   Apr 27      – 5196:33 /hci/root3.5.5P/bin/hciengine -p top_prod_rp

          kill -TERM 156954

        • #59511
          Julie Kimmel
          Participant

            Thanks for the reply, Richard.

            I found the little zombie PID, and I killed it.

            Thank you!

            Julie

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.