Previous Topic: Starting Your ProductNext Topic: How to Configure Without CA CSM


Complete Configuration With CA CSM

When you configure your product using CA CSM, the following items are configured automatically by the DRAS Configuration Option:

To complete the configuration, perform these tasks:

  1. Authorize program load libraries.
  2. Enter the LMP code.
  3. Define the CA LMP execution key.

Authorize Program Load Libraries

Do one of the following to either authorize the program load library or copy the modules to a system authorized library:

If you want DRAS to execute from its own load library, APF authorize the load library by adding an entry for CBY3LOAD to member IEAAPFxx of SYS1.PARMLIB.

Note: Authorization does not take effect until the next IPL.

If you do not want to APF-authorize the DRAS target library, copy the load modules in CBY3LOAD to an existing authorized library, such as, SYS1.LINKLIB or any other library in the linklist.

You can APF authorize temporarily by issuing the following MVS operator commands: SETPROG APF,ADD,DSN=CBY3LOAD,VOLUME=XXXXXX.

In addition to the authorization of the DRAS CBY3LOAD library, review the CA DRAS startup PROC BY3CJST to help ensure that additional STEPLIB libraries are also authorized. These libraries may include the CA View CVDELOAD, CA View AFP to PDF CFD9LOAD, the optional SASC runtime library CSARLOAD, and the CA Dispatch CADSLOAD libraries.

Enter the LMP Code

All users of CA Output Management Web Viewer Version 12.0 or higher must perform this step.

CA DRAS requires CA LMP (License Management Program), one of the CA Common Services, to initialize correctly if you are using it with CA Output Management Web Viewer Version 12.0 or higher. CA LMP provides a standardized and automated approach to the tracking of licensed software. Examine the CA LMP Key Certificate you received with your CA Output Management Web Viewer product.

Your LMP Key Certificate contains the following information:

Product Name

Specifies the trademarked or registered name of the copy of CA Output Management Web Viewer licensed for the designated site.

Supplement

Specifies the reference number of your license for the particular CA View, in the format nnnnnn nnn. This format differs slightly inside and outside North America, and in some cases may not be provided at all.

Expiration Date

Specifies the date (MONTH dd, yyyy as in OCTOBER 21, 2013) that your license expires for the installation and maintenance of the designated CA Output Management Web Viewer.

Technical Contact

Specifies the name of the technical contact at your site, who is responsible for the installation and maintenance of CA Output Management Web Viewer. This is the person to whom CA addresses all CA LMP correspondence.

MIS Director

Specifies the name of the Director of MIS, or the person who performs that function at the site. If the title, but not the individual's name is indicated on the Certificate, enter the actual name when correcting and verifying the Certificate.

CPU Location

Specifies the address of the building where the CPU is installed. CA LMP is provided as a part of CAIRIM (Resource Initialization Manager), another one of the CA Common Services.

Execution Key

Specifies an encrypted code required by CA LMP for CA Output Management Web Viewer initialization, referred to as the LMP Code during installation.

Product Code

Specifies a two-character code that corresponds to CA Output Management Web Viewer.

CPU ID

Specifies the code that identifies the specific CPU for which installation of your CA Output Management Web Viewer is valid.

Define the CA LMP Execution Key

To define a CA LMP execution key to the CAIRIM parameters, modify member KEYS in OPTLIB data set. Syntax is as follows:

PROD(pp) DATE(ddmmmyy) CPU(tttt-mmmm/ssssss) LMPCODE(kkkkkkkkkkkkkkkk) 

where:

pp

Specifies the two-character product code (required). For any given CA LMP software solution, this code agrees with the product code already in use by the CAIRIM initialization parameters for earlier service packs of CA Output Management Web Viewer.

ddmmmyy

Specifies the CA LMP licensing agreement expiration date (required).

tttt-mmmm

Specifies the CPU type and model (for example, 3090-600) on which the CA LMP software solution is to run (required). If the CPU type or model requires less than four characters, blank spaces are inserted for the unused characters.

ssssss

Specifies the serial number of the CPU on which the CA LMP software solution is to run (required).

kkkkkkkkkkkkk

Specifies the execution key required to run the CA LMP software solution (required). This CA LMP execution key is provided on the Key Certificate shipped with each CA LMP software solution.

The following example shows a control statement for the CA LMP execution software parameter. The CA LMP execution key is invalid and is provided only as an example.

PROD(4Q) DATE(21OCT13) CPU(3090-600 /370623) LMPCODE(52H2K06130Z7RZD6)

Note: For more information about the procedure for defining the CA LMP execution key to the CAIRIM parameters, see the CA Common Services Getting Started guide.