HP XP P9000 for Business Continuity Manager Software Installation Guide
+ (C + S) x 1 KB
◦ + (C + S) x 1 KB: Number of copy group parameters specified in the YKMONCG file
◦ S: Number of action parameters specified in the YKMONCG file
Preparations for installing Business Continuity Manager from a tape
The sample library provides a sample JCL that the user can use to install.
To install from the Business Continuity Manager product install tape, first copy this sample JCL from
the install tape. The sample JCL should be copied from the install tape by the following job. A job
name, a copy destination dataset name (%DSNAME), and a tape unit name (%TAPEU) are provided
by the user with respect to the install environment.
The sample JCL is included in the dataset indicated by the item 2 in Table 5 (page 13). In the
sample JCL, the nnn portion of CHYLnnn varies depending on the version.
//EXTRACT JOB job info
//************************************************************
//* This JCL copies the sample jobs to install BC Manager
//* by using SMP/E to the specified Partitioned Data Set.
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//* %DSNAME = Data set name to which the sample jobs
//* are copied.
//* %TAPEU = Tape unit name.
//************************************************************
//STEP EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//DISK DD DISP=SHR,DSN=%DSNAME
//TAPE DD DISP=OLD,DSN=HP.CHYLnnn.F1,
// UNIT=%TAPEU,
// VOL=SER=HPQYK,LABEL=(2,SL)
//SYSIN DD *
COPY INDD=TAPE,OUTDD=DISK
SELECT MEMBER=(HPQYK1AL,HPQYK2DF,HPQYK3RC)
SELECT MEMBER=(HPQYK4AP,HPQYK5AC,SMPALLOC)
/*
By executing the above job, you can copy the sample jobs to install Business Continuity Manager
by SMP/E.
There is also a way to copy all datasets on an installation tape to DASD datasets. In this case,
after copying, you can use the DASD datasets to perform installation, just as you would from the
CD-ROM.
You are now ready to install Business Continuity Manager product using SMP/E as described in
“Installing Business Continuity Manager with SMP/E” (page 20), or using the simple installation
described in “Simple installation (installation without SMP/E)” (page 21).
NOTE: To perform the simple installation described in “Simple installation (installation without
SMP/E)” (page 21) from tape, copy all datasets on the installation tape to DASD datasets.
Preparations for installing Business Continuity Manager from a CD-ROM
To transmit the Business Continuity Manager load module from the CD-ROM to a host machine:
1. Copy the following files provided on the installation CD-ROM to the PC.
• Business Continuity Manager object archive
• Dataset creating sample JCL (ALLOUPLD.JCL)
• TSO/E RECEIVE processing sample JCL (RECVUPLD.JCL)
Preparing for installation 19