Before you can use the Object Migrator function in CA Chorus for DB2 Database Management to migrate DB2 objects, perform the tasks in the following procedure manually outside of CA Chorus Software Manager. This procedure creates the OFA configuration PDS and members, updates the OFAPROC started task JCL, and updates the MJETJOM model JCL.
Note: This configuration is not required for integration with CA Chorus Infrastructure Management for Networks and Systems.
Note: To execute the Batch Processor, you must be granted EXECUTE authority on the Batch Processor plan. For more information about granting product authorizations, see the CA Database Management Solutions for DB2 for z/OS General Facilities Reference Guide.
Follow these steps:
Note: The @DEFAULT model is created during CA RC/Migrator post-installation DB2 catalog customization. Confirm that an @DEFAULT model exists for CA RC/Migrator. You can create this model and additional models using the CA RC/Migrator profile option (PROF). Select Utility Model Services, and then use the template (T) option to create a model using an existing model as a template. For more information about creating models, see the CA RC/Migrator User Guide.
Note: The OFA is created and customized during post-installation processing of the CA Database Management Solutions for DB2 for z/OS. For more information about post-installation processing, see the CA Database Management Solutions for DB2 for z/OS Implementation Guide.
The OFA configuration PDS is allocated.
<JOB CARD> //jobcard JOB (ACCT INFO),'job title',CLASS=A,MSGCLASS=X, // MSGLEVEL=(1,1),REGION=0M,NOTIFY=userid </JOB CARD> <MODEL4> MODEL4 model ID </MODEL4> <MODEL4C> MODEL4C creator </MODEL4C>
The @DEFAULT global configuration member is created.
Important! By default, the DBA Command Manager and Object Migrator functions will create temporary work data sets using the TSO PREFIX of each user as the high-level qualifier. You can override the default settings as described in Step 4.
Note: Use the JOB statement, model name (ID), and creator values for overriding global settings. The model ID and creator must match the members that you create. The creator specifies the member creator user ID.
<SYSTEM:lpar> <PREFIX> hlq; </PREFIX> </SYSTEM:lpar>
Note: The hlq must be terminated with a semi-colon.
For example:
<SYSTEM:LPAR1> <PREFIX> MYPREFIX.CHORUS; </PREFIX> </SYSTEM:LPAR1>
Note: For more examples of overriding high-level qualifiers for work data set allocations, see the CA Chorus for DB2 Database Management User Guide.
The user member is created.
For example:
When you are done adding members, the members appear in the configuration data set members list. These members are used during DB2 object migration when the migration is submitted for analysis. The user members override global settings that are defined in the @DEFAULT member.
Notes:
//CFGFILE DD DISP=SHR,DSN=config.om.pds //SYSTCPD DD DISP=SHR,DSN=&tcpdata
Specifies the name of the PDS that was previously created for the Object Migrator configuration.
Specifies a TCPDATA data set from SYSTCPD of TCPIP PROC.
Default: TCPIP.TCPIP.DATA
//LOGGER1 DD DISP=SHR,DSN=hlq.LOGGER1
//LOGGER2 DD DISP=SHR,DSN=hlq.LOGGER2
Record format: VB
Record length: 1028
Block size: 6144
Cylinders: 20.
Note: To turn off the logging capability for OFAPROC, contact CA Support for instructions.
Save your changes.
The OFAPROC started task JCL is updated.
Note: Enable these changes by recycling the agent.
//SYSTCPD DD DISP=SHR,DSN=&tcpdata
Specifies a data set from SYSTCPD of TCPIP PROC.
Default: TCPIP.TCPIP.DATA
Save your changes.
The MJETJOM model is updated and Object Migrator is configured for use in the CA Chorus Investigator.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|