Top
Systemwalker Operation Manager Troubleshooting Guide
FUJITSU Software

5.4.8 The Job Does Not End (4) [UNIX versions]

Applicable versions and levels

Check all applicable actions below to resolve the issue.

Action 1

Points to check

Has an interactive command (such as more, pg) or a shell script that makes an input request been executed?

Cause

The job has fallen into an input wait state, therefore the job may not end.

Action method

Action 2

Points to check

Is the application in an infinite loop?

Cause

If the job that was started from Systemwalker Operation Manager is in an infinite loop, or has stopped status because of having to wait for some reason, the job does not end. (Note that Systemwalker Operation Manager does not wait until descendent processes such as child processes and grandchild processes are complete.)

If the target application that was started as a job using the ps command exists, there is a possibility that the application has not ended.

Action method

Debug to find out why the application has not ended. If the application process can be confirmed using the ps command, it may be possible to debug the application by executing the truss command for this process.