Format For License Information Datasets; Naming Conventions For License Information Datasets - HP StorageWorks P9000 Software Installation Manual

Business continuity manager software installation guide
Hide thumbs Also See for StorageWorks P9000:
Table of Contents

Advertisement

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
//
SET VSN=%VSN
//*
//BR14
//LICENSE
//
//
//
//

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
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
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
Data set prefix1
VOLSER
EXEC PGM=IEFBR14
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)
"Settings for Using CLI Commands in TSO/E Environments" (page
28).
25).

Advertisement

Table of Contents
loading

This manual is also suitable for:

Xp p9500

Table of Contents