[Info-vax] Reconfiguring VMS 6.2 - Shadow set question
JF Mezei
jfmezei.spamnot at vaxination.ca
Mon Oct 22 04:45:13 EDT 2012
On 12-10-22 04:32, Joseph Huber wrote:
> I meant it just as a hint: since You have to scan all the procedures now,
> dont just replace DSAxxx with DKAyyy , but use this occasion to replace them
> with meaningfull logical names.
for rooted logicals you can use:
$MOUNT/system dka100: myvolume MYDISK
$define/system/trans=(term,conc) myroot 'f$trnlnm("MYDISK")'[users.]
This translates MYDISK to the physical device name before the DEFINE
command executes so DEFINE sees whatever device MYDISK points to. So you
get the volume shadowing DSA100: to mount and define MYDISK. Gradually
change all references in your system from DSA100: to MYDISK including
those areas that require physical device (with the F$TRNLNM trick). Once
that is done, you can then change the mount command to no longer create
a shadow set and mount the disk directly and the system will
transparently adapt.
More information about the Info-vax
mailing list