Hi,
While debugging a Trafodion issue through Trafci, I came across an
interesting problem and a nifty trick to solve it.
Trafci connects to Trafodion through an mxosrvr process on platform. The
question is, how to figure out which mxosrvr process one has connected to
in order to set breakpoints. Here’s a way to figure that out:
1. Start a dtmci, and do a “status trans” command.
2. In your Trafci session, do a “begin work;”
3. In dtmci, do another “status trans”. It should show an ACTIVE
transaction. In the Owner column, you’ll see the node number and Linux pid
of the mxosrvr process.
Happy debugging!
Dave
|