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

job. A job name, a copy destination dataset name (%DSNAME), and a tape unit name (%TAPEU)
should be modified with respect to the install environment.
The sample JCL is included in the dataset indicated by the item 2 in “Datasets Provided on Installation
Tape” (page 15). In the sample JCL, the nnn portion of CHYLnnn varies depending on the version.
//EXTRACT JOB info
//************************************************************
//* This JCL copies the sample jobs to install BC Z 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
using 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 22), or using the simple installation
described in “Simple Installation (Without SMP/E) Installation” (page 23).
NOTE: To perform the simple installation described in “Simple Installation (Without SMP/E)
Installation” (page 23) from a 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 datasets provided on the installation CD-ROM to the computer.
Business Continuity Manager object archive
REXX alternate library archive
Dataset creating sample JCL (ALLOUPLD.JCL)
TSO/E RECEIVE processing sample JCL (RECVUPLD.JCL)
2. From the PC and using ASCII, transfer the following sample JCLs to a host machine:
Dataset creating sample JCL (ALLOUPLD.JCL)
TSO/E RECEIVE processing sample JCL (RECVUPLD.JCL)
3. Edit the JCLs transferred in step 2 to match your installation environment.
For details, see the header comments in the JCLs. For modification examples, see “Modifying
Sample JCL” (page 88).
Preparing for Installation 21