I tried killing a job that had a tape stuck in the drive. I got the tape out but the drive, but the job still shows active. I tried killing the job several times without success.
Try kill -9 on the process (if on a Unix server)
or "end process" via Task manager (if on an NT server)
or you can delete the job from /usr/openv/netbackup/db/jobs... pick up the job number from the Job Monitor, then delete the job from that directory. It is advisable to bounce Netbackup after you have done this or even better reboot the server.
Here is a script that I wrote (You need to enter in the job ID into JOBID=d:/Veritas/ScriptFiles/Delete_Hung_Jobs/job_id.txt):
#!/bin/ksh
#
#
###############################################################################
#
# Name: Delete_Hung_Jobs_KILL.ksh
# Purpose: This script is part 2. The first gathers all the
# information and this deletes the information to clear the
# event log in the GUI.
#
# Modified by: Steve Staves
# Date Created: August 19th, 2003
# Date Modified: August 19th, 2003
#
###############################################################################
#
# Set up variables
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.