HP3000-L Archives

April 2002, 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:
Tracy Pierce <[log in to unmask]>
Reply To:
Tracy Pierce <[log in to unmask]>
Date:
Fri, 12 Apr 2002 13:00:09 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (96 lines)
re the need, or rather lack thereof, for ;ONVS, Stan writes...
> Hmmm...been working fine for us, for years.
> I've never done "ONVS=".

just to make that crystal clear, it's not because he doesn't use user
volumes: the ONVS= parm is used to LIMIT the store to files residing on the
listed volumes.  excerpt from :help >store...
ONVS                ON Volume Set.  Specifies that only files in the
                    filesetlist that reside on the volume specified
                    are to be stored.
                       ;ONVS = volumesetname[,volumesetname ...]
                    The example below stores the files on
                    VOLUME_SET_A.
                    STORE @[log in to unmask]@;*TAPE; ONVS=VOLUME_SET_A

so this should work, getting all unbusy files, if I've read the indirectfile
docs correctly...

:echo /-dumparea.mpexl.sys > indrect
:echo ;directory;onerror=quit >> indrect
:echo ;show=long;progress=5 >> indrect
:SYSGEN
tape verbose;store=^indrect
exit
:eoj

While we're taking apart STORE, a quick question (on topic no less!):

We do a daily full backup, followed by a vstore.  VSTORE always reporst one
less file on the media than does STORE.  Can anyone save me from comparing
the lists?  (we DO use MPEX as a shell, in order to do some device control
and autoreply for this one job...)  It sure would be nice to have these
numbers match.  (I'm also curious about "FILES NOT ARCHIVABLE:37" - can find
no docs re what this really means; the FILES NOT STORED:39 matches the 39
open-for-write files)

from $stdlist...(slightly editted 4 easier read)
 : MPEX
 MPEX/3000  29N00420  (c) VESOFT Inc, 1980  6.0  03:06485  For help type
'HELP'
 %  UP !BUPDEV Device already UP. (CIWARN 3015)
 %  ABORTIO !BUPDEV No I/O to abort for device !. (CIWARN 3028)
 %  DEVCONTROL !BUPDEV;ONLINE;NOEJECT;COMPRESS
 %  PAUSE 60
 %  GOON VEREPLY ,Y
 Output will be sent to temporary file VEOU88
 %  SETJCW CIERROR 0
 %  comment hidden MPEX goodies generate the "***EXPRESSION TRUE":
 %  STORE /;*BUPDEV;ONERROR=QUIT;SHOW=LONG &
 %           ;DIRECTORY;PROGRESS=5;MAXTAPEBUF;PARTIALDB
 *** EXPRESSION TRUE
 STORE/RESTORE VERSION   C.60.07 (C) 1986 HEWLETT-PACKARD CO.
 STORE
/;*BUPDEV;ONERROR=QUIT;SHOW=LONG;DIRECTORY;PROGRESS=5;MAXTAPEBUF;PARTIALDB
 MPE DIRECTORIES STORED:                               1
 HFS DIRECTORIES STORED :                            216
 SYMBOLIC LINKS STORED :                             182
 FILES STORED :                                    20905
 FILES NOT STORED :                                   39
 FILES NOT ARCHIVABLE :                               37
 TOTAL MEDIA WRITTEN :                                 1

and from the corresponding VSTORE...
 %UP !BUPDEV Device already UP. (CIWARN 3015)
 %ABORTIO !BUPDEV No I/O to abort for device !. (CIWARN 3028)
 %DEVCONTROL !BUPDEV;ONLINE;NOEJECT
 %PAUSE 30
 %GOON VEREPLY ,Y
 Output will be sent to temporary file VEOU51
 %SETJCW CIERROR 0
 %VSTORE *BUPDEV;/;ONERR=QUIT;DIRECTORY;PARTIALDB;PROGRESS=5
 *** EXPRESSION TRUE
 STORE/RESTORE/VSTORE VERSION   C.60.07 (C) 1986 HEWLETT-PACKARD CO.
 VSTORE  *BUPDEV;/;ONERR=QUIT;DIRECTORY;PARTIALDB;PROGRESS=5
 WED, APR 10, 2002,  2:51 AM
 Execution of VEREPLY ,Y done; see file VEOU51
 WILL VERIFY         1 MPE DIRECTORIES; MPE DIRECTORIES ON MEDIA        1
 WILL VERIFY       216 HFS DIRECTORIES; HFS DIRECTORIES ON MEDIA      216
 WILL VERIFY       182 SYMBOLIC LINKS ; SYMBOLIC LINKS ON MEDIA       182
 WILL VERIFY     20904 FILES          ; NUMBER OF FILES ON MEDIA    20904
 MPE DIRECTORIES VERIFIED :                     1
 HFS DIRECTORIES VERIFIED :                   216
 SYMBOLIC LINKS VERIFIED :                    182
 FILES VERIFIED :                           20904

and if anybody gets this far, I'm also very curious about "FILES NOT
ARCHIVABLE:37" - can find no docs re what this really means; the FILES NOT
STORED:39 matches the 39 open-for-write files...)


Tracy Pierce
415-923-2266

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

ATOM RSS1 RSS2