skip book previous and next navigation links
go up to top of book: HP Volume Shadowing for OpenVMS HP Volume Shadowing for OpenVMS
go to beginning of chapter: Creating and Managing Shadow Sets with System... Creating and Managing Shadow Sets with System...
go to previous page: Using $MOUNT to Create and Mount Shadow Sets Using $MOUNT to Create and Mount Shadow Sets
go to next page: Using $MOUNT to Mount Volume SetsUsing $MOUNT to Mount Volume Sets
end of book navigation links

$MOUNT Shadow Set Item Codes  



This section briefly describes the SYS$MOUNT item codes that are useful for shadow set management. Refer to the HP OpenVMS System Services Reference Manual for complete information about SYS$MOUNT, item codes, and other system services.

MNT$_FLAGS Item Code 

The MNT$_FLAGS item code specifies a longword bit vector in which each bit specifies an option for the mount operation. The buffer must contain a longword, which is the bit vector.

The $MNTDEF macro defines symbolic names for each option (bit) in the bit vector. You construct the bit vector by specifying the symbolic names for the desired options in a logical OR operation. The following list describes the symbolic names for each shadow set option:

MNT$_SHANAM Item Code 

Specifies the name of the virtual unit to be mounted. The buffer is a 1- to 64-character string containing the virtual unit name in the format DSAn. This string can also be a logical name; if it is a logical name, it must translate to a virtual unit name. An item list must include at least one MNT$_SHANAM item descriptor.

If you are mounting a volume set containing more than one shadow set, you must include one MNT$_SHANAM item descriptor for each virtual unit included in the volume set.

MNT$_SHAMEM Item Code 

Specifies the name of a physical device to be mounted into a shadow set. The shadowing software adds the device to the shadow set represented by the virtual unit specified in the MNT$_SHANAM item descriptor. The MNT$_SHAMEM descriptor is a 1- to 64-character string containing the device name. The string can be a physical device name or a logical name; if it is a logical name, it must translate to a physical device name.

An item list must contain at least one item descriptor specifying a member; this item descriptor must appear after the MNT$_SHANAM item descriptor.

Points to Remember When Constructing a $MOUNT Item List 

Here are some important points to remember when you construct a $MOUNT item list:


go to previous page: Using $MOUNT to Create and Mount Shadow Sets Using $MOUNT to Create and Mount Shadow Sets
go to next page: Using $MOUNT to Mount Volume SetsUsing $MOUNT to Mount Volume Sets