CA Technologies has standardized product installations across all mainframe products. Installation uses the following process:
CA CSM provides a web-based interface to make the standardized installation process easier. Using CA CSM, someone with limited knowledge of JCL and SMP/E can install a product.
Note: If you do not have CA CSM, you can download it from the Download Center at the CA Support Online website. Follow the installation instructions in the CA Mainframe Software Manager documentation bookshelf on the CA Mainframe Software Manager product page. The standardized installation process can also be completed manually.
To install your product, do the following tasks:
All sites should install all CA Common Services contained in the Required CA Common Service bundle.
Customize the sample proc located in CCTVJCL and copy to a system proclib.
The PARMS DD points to a parmlib that contains the members that are essential for CA SYSVIEW to function. Copy these members from the CCTVJCL lib to this parmlib:
Other members that reside in this parmlib are:
In the VKGPARMS member, add this entry:
PLSPRGDS - Specify the name of the parmlib that you set up in item 5.
VDSPROG contains the default entry:
EXIT CODE(0)
CA SYSVIEW does not do anything when it is started. This member will be customized after the product is started in a minimal configuration.
VDSTORGP is customized later. Define storage groups (POOLS) for non-SMS allocations that CA SYSVIEW will redirect.
Issue this command to start CA SYSVIEW:
S VAM (or the name you specified for the proc)
The action tests if the task locates all members and the task starts cleanly. To stop the task and remove any hooks in the system, issue the following command:
F VAM,REMOVE
Note: Do not stop the task with the command P VAM.
For simple implementation on a single system, you have a unique PDS specified on the PARMS DD in each application proc on each system. A more complex implementation can utilize a single PDS specified on the PARMS DD of multiple procs. Each system utilizes its own ASRs by definitions in the CONFIG member in the Parmlib and the CONFIG statement on each EXEC in the proc.
Notes:
| Copyright © 2012 CA. All rights reserved. |
|