02.12.2012 Views

OpenVMS Cluster Systems - OpenVMS Systems - HP

OpenVMS Cluster Systems - OpenVMS Systems - HP

OpenVMS Cluster Systems - OpenVMS Systems - HP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Cluster</strong> Storage Devices<br />

6.5 Managing <strong>Cluster</strong> Disks With the Mount Utility<br />

use MOUNT/CLUSTER and MOUNT/SYSTEM as described in the preceding<br />

table.<br />

Note: Only system or group disks can be mounted across the cluster or on a<br />

subset of the cluster members. If you specify MOUNT/CLUSTER without the<br />

/SYSTEM or /GROUP qualifier, /SYSTEM is assumed. Also note that each cluster<br />

disk mounted with the /SYSTEM or /GROUP qualifier must have a unique<br />

volume label.<br />

6.5.2 Examples of Mounting Shared Disks<br />

Suppose you want all the computers in a three-member cluster to share a disk<br />

named COMPANYDOCS. To share the disk, one of the three computers can<br />

mount COMPANYDOCS using the MOUNT/CLUSTER command, as follows:<br />

$ MOUNT/CLUSTER/NOASSIST $1$DUA4: COMPANYDOCS<br />

If you want just two of the three computers to share the disk, those two<br />

computers must both mount the disk with the same MOUNT command, as<br />

follows:<br />

$ MOUNT/SYSTEM/NOASSIST $1$DUA4: COMPANYDOCS<br />

To mount the disk at startup time, include the MOUNT command either in a<br />

common command procedure that is invoked at startup time or in the computerspecific<br />

startup command file.<br />

Note: The /NOASSIST qualifier is used in command procedures that are designed<br />

to make several attempts to mount disks. The disks may be temporarily offline or<br />

otherwise not available for mounting. If, after several attempts, the disk cannot<br />

be mounted, the procedure continues. The /ASSIST qualifier, which is the default,<br />

causes a command procedure to stop and query the operator if a disk cannot be<br />

mounted immediately.<br />

6.5.3 Mounting <strong>Cluster</strong> Disks With Command Procedures<br />

To configure cluster disks, you can create command procedures to mount them.<br />

You may want to include commands that mount cluster disks in a separate<br />

command procedure file that is invoked by a site-specific SYSTARTUP procedure.<br />

Depending on your cluster environment, you can set up your command procedure<br />

in either of the following ways:<br />

• As a separate file specific to each computer in the cluster by making copies of<br />

the common procedure and storing them as separate files<br />

• As a common computer-independent file on a shared disk<br />

With either method, each computer can invoke the common procedure from the<br />

site-specific SYSTARTUP procedure.<br />

Example: The MSCPMOUNT.COM file in the SYS$EXAMPLES directory on<br />

your system is a sample command procedure that contains commands typically<br />

used to mount cluster disks. The example includes comments explaining each<br />

phase of the procedure.<br />

<strong>Cluster</strong> Storage Devices 6–25

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!