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

Format for License Information Datasets
License information datasets have the following format:
Dataset format: sequential datasets in the fixed-length record format.
Record size: 80 bytes.
Block size: multiple of 80 bytes.
Required access permissions:
User installing the license key: write permission.
Users other than the above that operate Business Continuity Manager: read permission.
The following job is a sample JCL that allocates license information datasets. Change the dataset
prefix (%PREFIX) and VOLSER (%VSN) according to the installation environment.
//ALLOC JOB job info
//*
// SET PFX=%PREFIX Data set prefix1
// SET VSN=%VSN VOLSER
//*
//BR14 EXEC PGM=IEFBR14
//LICENSE DD DSN=&PFX..CCENTRAL.LICENSE,
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(TRK,(15)),
// DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120),
// DISP=(,CATLG,DELETE)
Naming Conventions for License Information Datasets
License information dataset names are specified and formatted as follows:
prefix.CCENTRAL.LICENSE
where prefix is the prefix of the dataset (default: HP).
You can use one of two prefix specification methods as follows:
Specify a value for the Business Continuity Manager environment variable (YKLCNSE and
YKLCNS2) with the YKSETENV command.
Specify a value for the system symbol &YKLCNSE and &YKLCNS2 in the IEASYMxx parmlib
member.
The following lists the priority for specified values, in descending order:
1. value specified by the YKSETENV command
2. value specified for the IEASYMxx parmlib member
3. default value (HP)
The method for specifying a value in the IEASYMxx parmlib member requires a re-IPL of the system.
If a re-IPL cannot be executed because the system is running, use the YKSETENV command to
specify a value.
NOTE: If you use the YKSETENV command to set BCM Manager environment variables, perform
the procedure described in “Settings for Using CLI Commands in TSO/E Environments (page 25).
Using the YKSETENV command
Execute the YKSETENV command to set the Business Continuity Manager environment variables
(YKLCNSE and YKLCNS2). For details about the format for the YKSETENV command, see
“YKSETENV Command Syntax” (page 28).
The following example names the license information dataset HP.BCM.CCENTRAL.LICENSE:
START YKSETENV,PARM='YKLCNSE=HP'
START YKSETENV,PARM='YKLCNS2=BCM'
44 Installing Business Continuity Manager