Applicable versions and levels
Solaris versions: 5.0 or later
Linux versions: 5.2, V10.0L10 or later
Linux for Itanium versions: V12.0L10 or later
HP-UX versions: 5.1 or later
AIX versions: 5.1 or later
DS versions: V20L10
Action
Points to check
Is the job waiting for the SIGINT signal or the SIGQUIT signal before ending?
Cause
According to the shell specification, applications started in the background ignore the SIGINT signal and the SIGQUIT signal.
All jobs started from the Jobscheduler daemon are executed in the background, therefore, if the job waits for the SIGINT signal or the SIGQUIT signal before ending, the signal will be ignored and the job will not end.
Action method
Change the method used to end the job.