HP3000-L Archives

January 2001, Week 2

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:
Gary Jackson <[log in to unmask]>
Reply To:
Gary Jackson <[log in to unmask]>
Date:
Tue, 9 Jan 2001 13:28:34 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
Jeff-

Thanks for the great idea!!  And is there a way to "encourage" HP to make
NEWJOBQ SYSSTARTable?

Gary

-----Original Message-----
From: VANCE,JEFF (HP-Cupertino,ex1) [mailto:[log in to unmask]]
Sent: Tuesday, January 09, 2001 1:01 PM
To: [log in to unmask]
Subject: Re: more JOBQ questions


> The problem with that method is that you have to make sure
> that the job is done before jobs in a new JOBQ are launched.
> It can be dealt  with, but it can be a headache.

Good point.  I personally don't know if there is a technical
reason why NEWJOBQ cannot be executed directly in SYSSTART.
However, there is a fairly easy way to ensure your start-up
jobs are executed before any other jobs that might get launched:

systart.pub.sys (entirely on ldev 1)
---------------

STARTUP
limit 0,0
streams 10
startspool lp
...
# create job queues
stream jobqj.foo.sys    # logs on HIPRI
pause job=!hplastjob
# start networking
limit 1
stream jnetstrt.net.sys
pause job=!hplastjob
#set up final limits
limit x,y
limit a,b;jobq=foo
etc...

ATOM RSS1 RSS2