| You can use any logical device name you want when you run the library
SETUP procedure and it asks where the disc will be mounted. So you
could simply answer DAD$AXPDOC1 for disc1, etc.
The OpenVMS MOUNT command always defines DISK$<volume_label> for your
DAD$<service_name> device when you mount it. For example:
LADCP> BIND /SYSTEM /CONNECT /NOWRITE AXPDOC1
%LADCP-I-CONNAVAIL, succesful connection to service AXPDOC1
%LADCP-I-BIND, service bound to logical unit DAD$AXPDOC1 (_DAD2:)
SYSTEM> MOUNT /SYSTEM /NOWRITE dad$axpdoc1 AXPDOCMAR971
%MOUNT-I-MOUNTED, AXPDOCMAR971 mounted on _DAD2:
SYSTEM> SHOW LOGICAL /SYSTEM /FULL DAD$AXPDOC1,DISK$AXPDOCMAR971
"DAD$AXPDOC1" [exec] = "_DAD2:" [concealed] (LNM$SYSTEM_TABLE)
"DISK$AXPDOCMAR971" [exec] = "DAD2:" [concealed,terminal]
(LNM$SYSTEM_TABLE)
You can modify your system library to point to the generic DAD devices if
you wish. To do this you would replace the "%<volume_label>" with
"/DAD$<service_name>". For example:
TITLE Online Documentation Library
shelf /DAD$AXPDOC1/000000/contents.odl OpenVMS Alpha Library
shelf /DAD$VAXDOC1/000000/contents.odl OpenVMS VAX Library
This gives you a generic library that will access whatever library is
mounted on your DAD$ services. However, the CONTENTS.ODL library on the
target disc uses %<volume_label> references to access the category shelves.
YOU STILL HAVE TO RUN THE CONFIGURATION SCRIPT (<disc1>:[SETUP]SETUP.COM
when you get a new library to get the %<volume_label> references defined
as BNU resources.
As a temporary (i.e. unsupported/may change in the future) alternative, you
can define the volume label as a logical pointing to the generic DAD device:
DEFINE AXPDOCMAR971 DAD$AXPDOC1
The V1.0 BNU will treat an undefined "%<volume_name>" as a logical device
name.
|
| Re .1:
>>YOU STILL HAVE TO RUN THE CONFIGURATION SCRIPT (<disc1>:[SETUP]SETUP.COM
>>when you get a new library to get the %<volume_label> references defined
>>as BNU resources.
That's the part I'm trying to avoid.
The customer has 8 clusters and about 2 dozen standalone nodes that mount
infoserver CDROMs. With the old bookreader format, nothing needed to be
done when the secretary put in the new CDROMs. With the new BNU, we have
to run SETUP.COM on over 30 different systems every time we get a new VAX
or Alpha library.
Tim
|