Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Chapter 3 Collecting Troubleshooting Information | > 3.6 Collecting Information for the Hang-up |
The following information is necessary together with the process dump.
The following procedure shows how to collect the information.
Remark:
There is no public information on how to collect the process information for Windows because other programs such as Visual C are used in for debugging.
Example: The director process
ps -ef | grep shunddmn |
pstack PID |
Save the output of the command into the text file.
Execute the following command with the superuser privilege by using the above PID. Forcibly terminate by Ctrl+C after 30 seconds.
strace -f -p PID -o output file |
The output file is the information.
The command hang-up might be caused by an insufficient with IPC resource.
Execute the following command and save the output result.
ipcs -a |
Contents
Index
![]() ![]() |