HP3000-L Archives

February 2005, Week 4

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:
"Robert J. Schlosser" <[log in to unmask]>
Reply To:
Robert J. Schlosser
Date:
Mon, 28 Feb 2005 09:10:07 -0500
Content-Type:
multipart/mixed
Parts/Attachments:
text/plain (1919 bytes) , plj.txt (569 bytes) , pj.txt (798 bytes)
Hi

With all the comments about printing of spool files by looking up the O
number and then issuing a print command I thought
I would pass along some command files that allow us to print by job
number. Both files are required to do this, the PLJ file
will print the last job streamed by the user.



Robert Schlosser
MPE-CSM
HP Certified Professional
Humana
(504) 219-8134



steve macsisak <[log in to unmask]>
Sent by: HP-3000 Systems Discussion <[log in to unmask]>
02/25/2005 06:17 PM
Please respond to
steve macsisak <[log in to unmask]>


To
[log in to unmask]
cc

Subject
Re: [HP3000-L] Backup kicked off...how can I see it's output?






 You can use the progress command which writes messages on the console
and then move the console to your terminal. Or if you used the ;Show
command on the store then you can look at the output store file in real
time.

With the print command something like this

PRINT Onnnn.OUT.HPSPOOL;start=-50 to print the last 50 lines of the
output spoolfile.

Patrick Burleson wrote:
> Ok, I've kicked off the backup on my system. I see the job running.
> But I have no idea if it's having problems, or if it's actually doing
> a backup. I don't have physical access to the machine and the staff at
> the Data Center don't really know much about the system. They couldn't
> tell me if the tape machine was even running.
>
> What can I look for to make sure things are working?
>
> Thanks,
> Patrick
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
>

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *



The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material.  If you receive this material/information in error, please contact the sender and delete or destroy the material/information.


parm start=1,end=-1,page=24 comment PLJ Print Last Job if "!start"="?"     echo PLJ Print Last Job     echo     echo Usage: PLJ [<start>=1,<end=0>,<page=24>]     echo     echo !<start!> Starting line number (1)     echo !<end!> Ending line number (-1=last)     echo !<page!> Page size (24) - set to 0 for     echo continuous printing     echo     return endif comment Now do the command print !hplastspid.out.hpspool;start=!start;end=!end;page=!page
parm job=*,start=1,end=-1,page=24 comment PJ Print $STDLIST for a job if "!job"="*" or "!job"="?"     echo PJ Print $STDLIST for a job     echo !hpfile     echo     echo Usage: PJ !<job!>,[<start>=1,<end=0>,<page=24>]     echo     echo !<job!> The job to print     echo !<start!> Starting line number (1)     echo !<end!> Ending line number (-1=last)     echo !<page!> Page size (24) - set to 0 for     echo continuous printing     echo     return endif comment Now do the command if numeric ("!job")     setvar hplastjob "#J!job" elseif lft("!job",1)="#"     setvar hplastjob "!job" else     setvar hplastjob "#!job" endif plj !start, !end, !page

ATOM RSS1 RSS2