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.  Associate Node Process ID to Node?

    Employee
    Posted 02-09-2012 13:14

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

    Originally posted by: rabbott

    Is there a good way to associate a node process ID (PID) with it's corresponding node?

    Through testing I found that the node temp file (under node editor > Status > Output) contains the PID in the file name. For example, in the temp file:

    temp.rittenhouse.lavastorm.com.19359.0.13288121670 00.brd

    The "19359" corresponds to the PID of the node process. This was not exactly simple to find out. I then searched the BRS file for the temp file to get the node handle string and then searched the graph for the handle to find the corresponding node. Again this was not a simple task.

    The reason behind this task is to try to figure out which nodes are leaving defunct processes on the server.


  • 2.  RE: Associate Node Process ID to Node?

    Employee
    Posted 02-10-2012 07:20

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

    Originally posted by: rboccuzzi

    If the graph is being run with the command line controller, the brdlog file (-brdlog option) will give you detailed information on the node, including PID, in the Node Processing line, Status field. There is lots of other information in this log that may be useful to help troubleshoot as well.

    Cheers
    Rich