CHGMDISK to move disks using DDR not CMS COPY
search cancel

CHGMDISK to move disks using DDR not CMS COPY

book

Article ID: 14482

calendar_today

Updated On:

Products

VM:Secure for z/VM

Issue/Introduction



When using the VM:Secure command CHGMDISK, why is it doing a DDR rather than a CMS COPY to copy the disk ?

 

Environment

Release: SECVTM00200-3.1-Secure VTAM
Component:

Resolution

For the most part, VM:Secure will use DDR rather than CMS COPY to copy a disk unless: 

1. Origin and new disk have different devtype, blksize, disk size 

2. The disk is a VMSECURE service machine disk 

3. You are trying to change the label on the new disk 

We need to ACCESS a disk that will be DDR'd because of what the product does prior to the DDR in querying the disk to help it decide whether to do the DDR among other things. The ACCESS is done early in CHGMDISK due to the call to QRYDISK. That logic is what causes the disk to be accessed. In the end, this access isn't related to the DDR but still is done and that is why we do the RELEASE at the end. Though it is DDR, we have reason to do this access and the release is done in the end.

The ACCESS and RELEASE are done for reasons other than the DDR so that logic won't be changed. There are a lot of other things going on in a CHGMDISK other than the DDR and the ACCESS is required for that processing.