HP StorageWorks XP Remote Web Console Software User Manual

Page 89

Advertising
background image

Figure 46 COPY FULL Command (FCCGFREEZE)

//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=FCV200,DISP=OLD
//VOL2 DD UNIT=3390,VOL=SER=FCV201,DISP=OLD
//SYSIN DD*
COPY FULL INDDNAME(VOL1) OUTDDNAME(VOL2)
FASTREP(REQ) FCCGFREEZE

Figure 47 CGCREATE Command

//SYSPRINT DD SYSOUT=*
//SYSIN DD*
CGCREATE ACCESSVOLUME(FCV200) FCCGVERIFY(FCV200)

Figure 48 COPY FULL Command (FCINCREMENTAL)

//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=FCV200,DISP=OLD
//VOL2 DD UNIT=3390,VOL=SER=FCV201,DISP=OLD
//SYSIN DD *
COPY FULL INDDNAME(VOL1) OUTDDNAME(VOL2)
FCINCREMENTAL

If you execute the command as shown in

(page 88)

, all data in the volume numbered FCPY05 is

copied to the volume numbered FCPY06.

When the DFSMSdss command COPY FULL is executed, all the datasets on the S-VOL are copied
to the T-VOL (see

(page 89)

). A volume area that is not allocated as a dataset is not copied.

Figure 49 Copying All Datasets Using the COPY FULL Command (Version 2)

If the capacity of the copy source volume is larger than the capacity of the copy target volume,
and if REQUIRED is specified for the FASTREPLICATION parameter, the ADR920I message occurs
and the COPYcommand will end abnormally. In this case, perform one of the following:

Select the volume which has the same capacity as the copy source volume, and specify it as
the copy target volume.

Do not specify the FASTREPLICATION parameter.

Specify PREFERRED for the FASTREPLICATION parameter.

Specify NONE for the FASTREPLICATION parameter.

For detailed information about the ADR920I message, see the IBM documentation.

Establishing Version 2 Relationships

89

Advertising