HP StorageWorks P9000 for Business Continuity Manager Software Installation Guide (T5253-96052, May 2011)

NOTE: If you have already created a configuration file with Business Continuity Manager, then
there is no need to re-create the file.
Creating Business Continuity Manager Monitor Parameter Files
Before using Business Continuity Manager Monitor, create the following two parameter files:
YKMONOPT file
A file used to specify options necessary for starting Business Continuity Manager Monitor.
YKMONCG file
A file used to specify Business Continuity Manager Monitor operations. In this file, specify the
following:
What action to take when a copy group that is being monitored changes to the target
status
What actions to take when executed actions fail
What actions to take when copy groups are not in their specified startup statuses
For details on the format of these files, see the HP StorageWorks P9000 for Business Continuity
Manager Software Reference Guide.
Creating a Cataloged Procedure for Startup for Business Continuity
Manager Monitor
This section explains how to create a cataloged procedure for startup for Business Continuity
Manager Monitor.
The standard cataloged procedure for startup follows. It is registered in the cataloged procedure
during installation. Copy this procedure to the PROCLIB dataset of the JES (Job Entry Subsystem)
startup procedure, and then modify the procedure as appropriate for your environment.
//YKBCMMON PROC
//*********************************************************************
//*
//* ALL RIGHTS RESERVED. COPYRIGHT (C) 2011, HITACHI, LTD
//*
//*********************************************************************
//YKBCMMON EXEC PGM=IKJEFT01,PARM=YKBCMMON,TIME=1440,REGION=4096K
//YKMONOPT DD DSN=HPQSY.Vnnnnnn.HDSYSAMT(YKMOPT00),DISP=SHR
//YKMONCG DD DSN=HPQSY.Vnnnnnn.HDSYSAMT(YKMCG00),DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//SYSABEND DD SYSOUT=*
//SYSEXEC DD DSN=HDSYK.Vnnnnnn.HDSYEXET,DISP=SHR
//STEPLIB DD DSN=HDSYK.Vnnnnnn.HDSYLNKT,DISP=SHR
In the sample JCL, the nnnnnn portion of Vnnnnnn varies, depending on the version.
Description
1. EXEC statement
Specifies the following operands:
TIME (CPU cut-off time). The value is 1440.
REGION (region size). The default is 4,096 KB, but it can be overridden to fit your system.
Creating Business Continuity Manager Monitor Parameter Files 81