Pulling a stack dump from a live resource manager
You can create a stack dump from a live resource manager on Linux® on System x or System z®, and AIX® 5.3 or
higher. To obtain a stack dump of a currently running
IBM.RecoveryRM or
IBM.GblResRM, proceed as follows: - Get the PID. Enter
orps –ef | grep RMdlssrc –l –s <resource manager> - Send the SIGUSR1 signal to the resource manager process, enter
kill –SIGUSR1 <pid> - The resource manager creates a stack dump file for each thread named
stackdump_<resource manager>_tid_-<thread ID>.xmland locates the file in its default run directory/var/ct/<domain>/run/mc/<resource manager>. The stack dump files are XML files containing information about the execution state of the resource manager. This file is used by for IBM® support.