Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 5 Administering iProcess Engine Server Processes : Using SWDIR\util\swsvrmgr to Administer Server Processes : Write a Shared Memory Debug Log File to Disk

Write a Shared Memory Debug Log File to Disk
To write a shared memory debug log file for a process, use the following command:
swsvrmgr DUMPLOG [machine_name | machine_id [process_name [instance]]]
where:
machine_name is the name of the server.
machine_id is the unique identifier of the server. You can find a server’s identifier using the swsvrmgr status command.
process_name is the process name of the server process you want to create a debug log file for.
instance is the instance of the process you want to create a debug log file for.
When this command is issued, all debug in the process’ debug shared memory segment is written to the following file, which is located in the SWDIR\logs directory:
ProcessName_TimeStamp_ProcessID.dmp

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.