HP3000-L Archives

October 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:
Tom Brandt <[log in to unmask]>
Reply To:
Tom Brandt <[log in to unmask]>
Date:
Tue, 25 Oct 2005 10:56:50 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (84 lines)
Jeff,

Here is the relevant parts of my backup job. This uses a DDS with autoreply 
enabled for that device. It works fine. The only differences I see is that 
I don't have the "load=online" parameter in my devctrl command, and my 
version of ONLINE is different.

!DEVCTRL 7 COMPRESSION=ENABLE
!DEVCTRL 7 EJECT=DISABLE
!RUN BULDACCT.PUB.SYS;INFO="@"
!comment
!comment The file fulldate.jobs contains the last date a full backup was
!comment performed. If does not exist, or if today is Monday, perform a
!comment full backup.
!comment
!if hpday = 2 or (not (finfo("fulldate.jobs","exists"))) then
!  STORE @[log in to unmask],@[log in to unmask]@[log in to unmask]@.SYS;*T;DIRECTORY;PROGRESS
!  purge fulldate.jobs
!  build fulldate.jobs;rec=-10,,f,ascii;disc=1
!  file fulldate=fulldate.jobs,old;dev=disc
!  setvar lastdate '!hpmonth' + '/' + '!hpdate' + '/' + '!hpyyyy'
!  echo !lastdate>*fulldate
!else
!  file fulldate=fulldate.jobs,old;dev=disc
!  input lastdate<*fulldate
!  STORE @[log in to unmask],@[log in to unmask]@[log in to unmask]@.SYS;*T;DIRECTORY;dates>=!lastdate;PROGRESS
!endif
!PURGE BULDJOB1
!PURGE BULDJOB2
!STREAM NETJSTRT.JOBS
!ONLINE 7
!DEVCTRL 7 EJECT=ENABLE
!VSTORE *T;@[log in to unmask]@;ONERR=QUIT
!DEVCTRL 7 EJECT=DISABLE

This is my online version:
ONLINE  97A   Copyright (c) 1991  Allegro Consultants, Inc.  (650) 369-2303


At 10:33 AM 10/25/2005, Jeff Kell wrote:
>I'm reasonably certain this has been asked before, and I've tried to 
>follow some examples, but I'm at Witt's End.  [There is a letter here.]
>
>I've tried to reincarnate our :VSTORE-after-:STORE method of backup and 
>verify, but with autoreply set on the tape drive now.  We've never used 
>autoreply before (long story) and I'm having trouble with the sequence of 
>events in the backup job that results in getting a tape request waiting 
>for a reply, rather than finding the mounted tape.  The guts of the job 
>does this:
>
>>#tellop Backup job is beginning...
>>#devctrl.mpexl.telesup 7 compression=enable eject=disable load=online
>>#back7x24
>>#tellop Backup job is complete.
>>#pause 60
>>#tellop Verifying...
>>online.util.lps 7
>>#pause 30
>>#devctrl.mpexl.telesup 7 compression=enable eject=enable load=online
>>#vstore *backup;@[log in to unmask]@;progress=1
>
>I've tried this, as well as doing the devctrl before the online.util.lps, 
>various pauses, and can't get a consistent result.  More often than not, 
>it doesn't work, and there is a reply pending in the morning for the vstore.
>
>The version of "online" is:
>
>>ONLINE  A0a   Copyright (c) 1991  Allegro Consultants, Inc.  (408) 252-2330
>
>I tried without online at first, and threw it in there later in hopes it 
>would help.  It did, but still not consistently.
>
>Can anyone share their solution to achieve the desired result?

--
Tom Brandt
Northtech Systems, Inc.
130 S. 1st Street, Suite 220
Ann Arbor, MI 48104-1343
http://www.northtech.com/

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

ATOM RSS1 RSS2