HP3000-L Archives

November 1999, Week 3

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:
Lee Gunter <[log in to unmask]>
Reply To:
Lee Gunter <[log in to unmask]>
Date:
Wed, 17 Nov 1999 16:58:55 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (83 lines)
I don't believe this has anything to do with User Volume Sets.  Your first two
BUILD statements placed a file on a specific device, so :LISTF displays the
configured volume name (VOLUMESET:MEMBERNAME) on which the file resides - i.e.,
a volume restriction.  If you'd built the files on a device belonging to a User
Volume Set, that volumeset name would have appeared in the LISTF; otherwise,
you'll see the system volume set, MPEXL_yada_yada_yada.  Because your third
BUILD statement did not restrict the file to a particular device but to a device
class, DISC (which is the :BUILD default), the file is shown as resident on a
volume class -- i.e., it can span any of the devices in class DISC on the
volumeset on which the file's group resides.
----
Lee Gunter                    The Regence Group
Supervisor, TRG HP/MPE Systems     503.375.4498
----
Opinions expressed are solely mine.





From: Erik Vistica <[log in to unmask]> on 11/17/99 04:33 PM

Please respond to Erik Vistica <[log in to unmask]>


To:   [log in to unmask]
cc:    (bcc: Lee Gunter/BCBSO/TBG)
Subject:  Re: [HP3000-L] Just curious




Try...

:BUILD VS1;DEV=17
:BUILD VS2;DEV=19
:BUILD VS3
:LISTFILE VS#,3

You'll see that VS1 & VS2 have VOLNAME and VS3 has VOLCLASS. Anyone with
more User Volume experience able to explain further?

Ron Wallace wrote:
>
> Does anyone know why I see some records(I used listf @,-3)
>
> VOLSET:  PROD_SET
>
>  and some
>
> VOLCLASS: PROD_SET:DISC
>
> These files are in the same group.
>
> Thanks
> Ron Wallace
> Fresno, Ca
>
> ********************
> FILE: PRVP0003.JSCHED.AIH
>
> FILE CODE : 0                   FOPTIONS: ASCII,FIXED,NOCCTL,STD
>
> <snipe>
>
> NUM LABELS: 0                   CREATED : WED, APR  8, 1998,  9:43 AM
> MAX LABELS: 0                   MODIFIED: WED, APR  8, 1998,  9:43 AM
> DISC DEV #: 19                  ACCESSED: TUE, NOV 16, 1999,  7:40 PM
> SEC OFFSET: 0                   LABEL ADDR: $00000101.$0004B620
> VOLSET    : PROD_SET
> ********************
> FILE: XBCP1100.JSCHED.AIH
>
> FILE CODE : 0                   FOPTIONS: ASCII,FIXED,NOCCTL,STD
> <snip>
>
>                     FLAGS   : NO ACCESSORS
> NUM LABELS: 0                   CREATED : MON, AUG  2, 1999,  9:40 AM
> MAX LABELS: 0                   MODIFIED: MON, AUG  2, 1999,  9:40 AM
> DISC DEV #: 17                  ACCESSED: MON, AUG  2, 1999,  9:41 AM
> SEC OFFSET: 0                   LABEL ADDR: $000000FD.$00856520
> VOLCLASS  : PROD_SET:DISC

ATOM RSS1 RSS2