  Mounting disks in a cluster? 
 The Question is:
 
Dear Wizard,
 
I have a huge OpenVMS cluster with lots of satellites. In order to have
all the local disks mounted at the boot members I try to set up a DCL
procedure which should check the status of the disks and remount them
if needed.
 
For this procedure I try to use the service f$getdvi to get the device status
(i.e. mounted, online, remote mount, mount verification etc.). I cannot
find the appropriate item to get the current status. So how can I use
this lexical function or is this the wrong function ?
 
 
 The Answer is:
 
  Please review the SYS$EXAMPLES:MSCPMOUNT.COM command procedure.
 
