Creating a license information dataset – HP XP Command View Advanced Edition Software User Manual

Page 48

Advertising
background image

• Registering a license by entering a license key

, page 50

Creating a license information dataset

Create a license information dataset for installing a license key.

Prerequisites

•

Specifying prefixes for the license information dataset using the environment variable or system
symbol

Procedure

1.

Edit the JCL that allocates the license information dataset.

Edit the dataset prefix (

%PREFIX

) and the volume serial number (

%VSN

) in accordance with your

installation environment. For the dataset prefix (

%PREFIX

), specify the value that was set by using

the environment variable or system symbol.

//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)

The license information dataset has the following format:

• Dataset format: Sequential dataset in fixed-length record format
• Record size: 80 bytes
• Block size: Multiple of 80 bytes

2.

Submit the JCL to allocate the license information dataset.

3.

Assign the following access permissions for users who use the license information dataset.

• User who installs the license key: Write permission
• Other users who operate Smart Manager for Mainframe: Read permission

NOTE:

Do not edit or delete the license information dataset after the license key is installed. If you do so,
Smart Manager for Mainframe cannot be used.

Postrequisites

•

Registering a license

Installation and setup

48

Advertising