User`s guide
Troubleshooting
Oracle Management Agent 14-5
Here you find the TSNs of the tasks involved in the
PTHREADS
application. You can
connect to the
PTHREADS
application when you choose the TSN of the ORIG task as the
input for the parameter TSN of the
ITH-START
procedure in the following format:
/CALL-PROCEDURE $TSOS.SYSPRC.PTHREADS.013(ITH-START),(TSN=1MYQ)
When you see the double slash prompt you can type
CANCEL-THREADED-PROGRAM
to
cancel the
PTHREADS
application. If the
ORIG
task is already terminated, then you can
terminate all other
PTHREADS
tasks by using the BS2000 system command
/CANCEL_JOB JOB-IDENTIFICATION=tsn
If the Management Agent is running on a SQ system in x86-64 mode, then you must
define the proper load library in the procedure parameters as follows:
/CALL-PROCEDURE
$TSOS.SYSPRC.PTHREADS.013(ITH-START),(START-LIBRARY=$TSOS.SKULNK.PTHREADS.013,TSN=
1MYQ)
If the Management Agent terminates abnormally, then it might be possible that a
process with the name
dbluuser_number
stays alive. This process is a program cache
and cannot be canceled with the BS2000
CANCEL-JOB
command. This process can only
be stopped using the POSIX command
posdbl
. For example, the following shows you
how you can identify and stop a pending program cache in the POSIX shell:
$ ps -fu emuser
UID PID PPID C STIME TTY TIME CMD
EMUSER 2178 2175 0 07:48:08 pts/0 0:01 [sh]
EMUSER 4179 2178 2 14:05:16 pts/0 0:00 [ps]
EMUSER 4168 1 0 14:05:06 ? 0:00 dblu511
In this example, the process
dblu511
with the
pid 4168
is still alive. To stop this
process enter the following command:
$ pdbl -uD