HP Volume Shadowing for OpenVMS: OpenVMS Version 8.4 > Chapter 7 Using Minicopy for Backing Up Data (Integrity servers and Alpha)Managing Bitmaps With DCL CommandsThe SHOW DEVICE, SHOW CLUSTER, and DELETE commands have been extended for managing bitmaps. You can find out whether a bitmap exists for a shadow set by using the DCL command SHOW DEVICE/FULL device-name. If a shadow set supports bitmaps, device supports bitmaps is displayed along with either bitmaps active or no bitmaps active. If the device does not support bitmaps, no message pertaining to bitmaps is displayed. The following command example shows that no bitmap is active:
You can find out the ID of each bitmap on a node with the DCL command SHOW DEVICE/BITMAP device-name. The /BITMAP qualifier cannot be combined with other SHOW DEVICE qualifiers except /FULL. The SHOW DEVICE/BITMAP display can be brief or full; brief is the default. If no bitmap is active, no bitmap ID is displayed. The phrase no bitmaps active is displayed. The following example shows a SHOW DEVICE/BITMAP display:
The following example shows a SHOW DEVICE/BITMAP/FULL display:
You can specify bitmap information in the SHOW CLUSTER display by issuing the ADD BITMAPS command, as shown in the following example:
In this example, MINICOPY means that nodes CSGF1 and CSGF2 are capable of supporting minicopy operations. If a cluster node does not support minicopy, the term UNSUPPORTED replaces MINICOPY in the display, and the minicopy function is disabled in the cluster. After a minicopy operation is completed, the corresponding bitmap is automatically deleted. There may be times when you would like to delete one or more bitmaps. Reasons for deleting bitmaps include the following: You can delete bitmaps with the DCL command DELETE with the /BITMAP qualifer. You use the bitmap qualifer to specify the ID of the bitmap you want to delete. For example:
|