HP3000-L Archives

November 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Wed, 15 Nov 2000 18:15:26 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
From the shell...

shell/iX>  callci "SHOWQ" | grep Jxxx

where "Jxxx" is the jobnumber in question.  You should get a line marked
with an "M" for the main process pin.  You can try to kill
this PIN.

I have found that :showproc and friends will say "job not found" if you
attempt an :abortjob and it fails to abort.  SHOWQ is the only
command that will still list any related processes.  If you have a small
system you can probably parse it out of a :SHOWQ at the CI, but
if you have several hundred processes, it gets tedious, and the shell
example above helps tremendously.  There is no CI level shortcut since
it doesn't allow piping (would be really really nice if it did, hint
hint hint) but you could SHOWQ to a temp file and grep.hpbin.sys that
file.  I prefer the shell version :-)

Jeff Kell <[log in to unmask]>

ATOM RSS1 RSS2