HP3000-L Archives

January 2001, Week 1

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:
Reply To:
Date:
Tue, 2 Jan 2001 10:57:02 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (62 lines)
X-no-Archive:yes
I haven't used the unsupported TS_@ variables on 60 yet, but in a job ran
under 55, we would
!#Test that VSTORE found what STORE stored.
!SHOWVAR TS_@
!IF BOUND(TS_FILES_STORED) AND BOUND(TS_FILES_ON_THE_MEDIA)
!   IF TS_FILES_STORED = TS_FILES_ON_THE_MEDIA
!      TELLOP STOREd files were Verified.
!      TELL !HPSTREAMEDBY STOREd files were Verified.
!   ELSE
!      TELLOP![CHR(27)]&dJTS_FILES_STORED NOT = TS_FILES_ON_THE_MEDIA
!      TELLOP![CHR(27)]&dJVSTORE failed to Validate STORE.
!      TELL !HPSTREAMEDBY&
!           ![CHR(27)]&dJTS_FILES_STORED NOT = TS_FILES_ON_THE_MEDIA
!      TELL !HPSTREAMEDBY![CHR(27)]&dJVSTORE failed to Validate STORE.
!   ENDIF
!   TELLOP !TS_FILES_STORED Files STOREd.
!   TELLOP !TS_FILES_ON_THE_MEDIA Files verified on tape.
!   TELL !HPSTREAMEDBY !TS_FILES_STORED Files STOREd.
!   TELL !HPSTREAMEDBY !TS_FILES_ON_THE_MEDIA Files verified on tape.
!ELSE
!   TELLOP![CHR(27)]&dJTurboSTORE variables were not set.
!   TELL !HPSTREAMEDBY![CHR(27)]&dJTurboSTORE variables were not set.
!ENDIF

I had noticed the "off by one" problem, but in a slightly different context,
so opened an SR to get the variables supported. However, TS_FILES_TO_RESTORE
and TS_FILES_RESTORED are both one less than TS_FILES_STORED, and oddly
enough, are set by VSTORE.

Greg Stigers
http://www.cgiusa.com

-----Original Message-----
From: Sletten Kenneth W KPWA [mailto:[log in to unmask]]
Sent: Saturday, December 30, 2000 3:35 PM
To: [log in to unmask]
Subject: VSTORE versus STORE file count can be off by one.


For any (like me) who didn't know (or missed prior notice, if
there was any):

In preparing for in-process update from MPE 5.5 to 6.5 EXP2
(going well so far;  PowerPatch + reactive patches PATCHIX
phase yet to go), noticed that VSTORE "FILES VERIFIED"
versus STORE "FILES STORED" were NOT the same:  STORE
sez it wrote *one* more file to tape than VSTORE sez it verified.
hmmm....  called HP....

Turns out it's a known problem.  SR 5003337162/JAGab20221.
STORE creates the file "/_HFSACCT/_HFSGRP/HFSMAP" on
STORE tape;  it is a directory file for all HFS files on the tape.
When STORE statistics are compiled, STORE includes this file
in the "files stored" total.  BUT:   VSTORE does NOT consider
/_HFSACCT/_HFSGRP/HFSMAP to be a "real" file;  and does
not include it in the "files verified" count....

SUMMARY:  It's a bug, IMO....

Ken Sletten

ATOM RSS1 RSS2