Job locked

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

ray.wurlod wrote:...the child processes turn into zombies, which are very difficult to kill.
That almost sounded like a dialogue from "Resident Evil". :wink:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ah.... Milla. :D

This really should have been resolved by now. There's no way you should have to reboot the UNIX server just to unlock a job. :?

Did you grep for any UNIX processes related to this job? If those are gone, then all that should be left are internal locks that need to be released. Try these steps:

Code: Select all

cd `cat /.dshome`
. ./dsenv
./bin/uvsh
LOGTO <YourProject>
DS.TOOLS
4. Administer processes/locks 
8. Clear locks held by all processes in a job
<enter job name>
Your shift key will work 'backwards' than normal, so keep that in mind as case is still important. Let is know if that helps.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

To get out of DS.TOOLS just press Enter enough times.
To get out of dssh, enter the command QUIT.
To log out from the operating system the command is exit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or just reboot the server. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply