Updating an existing copy group definition file – HP XP P9500 Storage User Manual

Page 297

Advertising
background image

//SYSABEND DD SYSOUT=*
//OUTPAIR DD DSN=BCM.PCSV,UNIT=3390,VOL=SER=BCMCSV,DISP=(NEW,CATLG),
// SPACE=(CYL,(1,1)),
// DCB=(RECFM=VB,LRECL=256,BLKSIZE=4096,DSORG=PS)
//OUTEXCTG DD DSN=BCM.ECSV,UNIT=3390,VOL=SER=BCMCSV,DISP=(NEW,CATLG),
// SPACE=(CYL,(1,1)),
// DCB=(RECFM=VB,LRECL=256,BLKSIZE=4096,DSORG=PS)
//OUTCTG DD DSN=BCM.CCSV,UNIT=3390,VOL=SER=BCMCSV,DISP=(NEW,CATLG),
SPACE=(CYL,(1,1)),
DCB=(RECFM=VB,LRECL=256,BLKSIZE=4096,DSORG=PS)
//SYSTSIN DD *
YKEXPORT PREFIX(BCM) GROUP(CG.UR)
/*

The amount of memory required to execute the command depends on the number of volumes used
by the copy group. For details about how to set an appropriate value, see the HP XP P9000 for
Business Continuity Manager Software Installation Guide
.

Updating an existing copy group definition file

You can update an existing copy group definition file by executing the YKEXPORT command and
YKIMPORT

command.

“Example of updating an existing copy group definition file” (page 297)

shows an example of updating an existing copy group definition file.

Figure 114 Example of updating an existing copy group definition file

To update an existing copy group definition file:
1.

Prepare a copy group definition file and disk configuration definition file.

If the device configuration is changed and the disk configuration definition file differs from
the actual device configuration, scan the volumes to be used and re-create a disk configuration
definition file. Note that the contents of the disk configuration definition file must be consistent
with the copy group configuration.

2.

Execute the YKEXPORT command.

CSV files are generated.

3.

Download the CSV files to your PC.

4.

Correct the definitions in the CSV files.

Generating a copy group definition file by using CSV files 297

Advertising