LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Lavastorm Server Won't Restart

    Employee
    Posted 10-06-2017 08:54

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Brad Brezinski

    I can�t get my version 6.1.4 to restart. I stopped everything by only the database starts back up. I also noticed that after I stop everything and search for LAE I find about 8 node sorts still running. I can�t seem to kill them. Could they be preventing me for restarting?

    $ pwd
    /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin
    $ ps -ef | grep server.Server
    t1lae1c1 118196 114754 0 11:46 pts/0 00:00:00 grep server.Server
    $ netstat -tnlp | egrep "(7721|8080|8089|9092)"
    (Not all processes could be identified, non-owned process info
    will not be shown, you would have to be root to see it all.)
    $ ps -ef | grep LAE
    t1lae1c1 31655 1 17 Jul12 ? 14-15:46:16 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 73989 1 16 Jul19 ? 13-05:03:27 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 80425 1 16 Jul21 ? 12-21:43:43 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 81070 1 14 Sep28 ? 1-03:52:26 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 92913 1 14 Sep27 ? 1-06:43:58 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 116148 1 14 Sep25 ? 1-14:23:09 /opt/app/t1lae1c1/Lavastorm/LAE6.1.4/bin/linux-x86-64/nodeSort
    t1lae1c1 118203 114754 0 11:46 pts/0 00:00:00 grep LAE

    Thanks,
    Brad


  • 2.  RE: Lavastorm Server Won't Restart

    Employee
    Posted 10-06-2017 09:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    The last time I saw this, the node had been started by the user t1lae1c1, but some other user was trying to kill the task. It can only be killed by t1lae1c1 or root.

    But, such 'defunct' nodes are not materially hurting the system. They are an annoyance, and you do want to clean them up, but they're not affecting your ability to restart LAE.