| > I have a customer experiencing delayed availability of MSCP
> served DSSI disks after the host reboots. The disks do not
> show "available" on remote nodes until long after the disks
> have been configured on the serving node. Attempts to perform
> a $mount/cluster during systartup_V5.com will fail unless a
> wait (>2min) is performed.
How long is long? There's a delay of about 1-2 minutes before a node starts
serving disks after system startup. Is the customer doing a 'mount/cluster'
on the bootnode? If so that's not needed, a 'mount/system' on every individual
node should give the same effect and that would avoid problems like this.
Mount/cluster is only needed for doing manual maintenance on disks, not
for use in the system startup. That's the responsibility of every individual
node.
Jur.
|
|
Have the customer take a look at SYS$EXAMPLES:MSCPMOUNT.COM -- that
procedure needs tweaking for the local configuration.
The procedure performs a MOUNT/SYSTEM on each node, and can clear
up disks automatically -- the procedure runs on each (major) node
at periodic intervals, and runs once during startup. (We make use
of this procedure here in OpenVMS.)
|