The following CAISDI/med PRODUCT and EVENT initialization statements define the interaction between CAISDI and CA MIM Resource Sharing to generate CA Service Desk tickets for CA MIM Resource Sharing abends:
/*==================================================================*/
/* Unicenter CA-MIM Product Interface Definitions */
/* */
/* Define Unicenter CA-MIM product ABEND events that are to be */
/* captured by CAISDI/med, and how that information is to be */
/* presented in the ticket to CA Service Desk. */
/* */
/* Required customization: */
/* */
/* SERVER CAISDI/med name for Service Desk Server */
/* */
/* */
/* NOTE: Sample values for AFFECTED_END_USER, REPORTED_BY, */
/* ASSIGNEE, and TEMPLATE are valid, provided the */
/* CA Service Desk Administrator loads predefined */
/* templates and contacts. Otherwise, customize these */
/* parameters as directed by the Unicenter Service */
/* Desk Administrator. */
/* */
/*==================================================================*/
PRODUCT CA-MIM, /* Product name */+
EVENT=ABEND, /* Event qualifier */+
JOBNAME=MIMGR, /* Product started task name */+
AFFECTED_END_USER=System_MIM_User, /* Affected End User */+
REPORTED_BY=System_MIM_User, /* Reported By for tickets */+
ASSIGNEE=System_MIM_User, /* Assigned contact name */+
PRIORITY=2, /* Priority for tickets */+
/* TEMPLATE='CA-MIM,Low Priority', /* Service Desk template */+
SERVER=USDSRV01 /* Direct request to this server */
EVENT ABEND, /* Capture ABEND events */+
PRODUCT=CA-MIM, /* Associated product statement */+
COMPONENT='MiMgr*', /*Unicenter CA-MIM component (mixed case) */+
JOBNAME=MIMGR, /* Product started task name */+
EXCLUDE=((0051,0000), /* Internal entry to VCF recovery */+
(0051,X'10')) /* Normal MIGRATE CTC to DASD */
This example shows how the PRODUCT and the EVENT statement are used to activate the capture of the named abend events for a product and to define the associated CA Service Desk attributes to be associated with tickets that are opened as a result of the abend event.
Note: The specification is made with uppercase and lowercase letters.
The parameters define the names of predefined CA Service Desk specific entities that are assigned to any generated tickets. The CA Service Desk administrator predefines these named entities on the target CA Service Desk server.
Defines the product, in this case CA Dispatch.
Indicates that the product events associated with this PRODUCT definition are abend events.
Defines the job names to which this product statement applies. In the preceding sample, all jobs beginning with “RMO*” would qualify for the processes that are defined for this product statement.
Defines the contact name that appears in the Affected End User field of the ticket.
Defines the contact name that appears in the Reported By field of the ticket.
Defines the contact name that appears in the Assignee field of the ticket.
Defines the Priority of the ticket.
Defines the CA Service Desk TEMPLATE name. The proper use of predefined CA Service Desk templates ensures that tickets, generated by CAISDI/med on behalf of the named product, are properly categorized, prioritized, and assigned.
Refers to the SERVER statement that defines the CA Service Desk server that receives tickets that are associated with this product definition.
The preceding PRODUCT statement defines the CA‑MIM product as referenced in the PRODUCT= parameter of the EVENT statement. The JOBNAME parameter defines the job name of MIMGR as the qualifier to which CA MIM Resource Sharing address space this PRODUCT statement applies. The JOBNAME parameter is useful when the various CA MIM Resource Sharing facilities are operated in separate z/OS address spaces.
Contains the crucial COMPONENT operand MIMgr.
Defines the CAISDI/med product that is associated with the abend events captured. This PRODUCT name specification that makes the connection back to the CAISDI/med PRODUCT initialization statement.
CA MIM Resource Sharing recovery routines always place the character string, MiMgr, in the SDWACID field for all CA MIM Resource Sharing abend events. Therefore, this COMPONENT specification indicates that CAISDI/med abend event intercept captures any detected abend event where the concatenation of the SDWACID and SDWASC fields begins with the characters MiMgr. The asterisk (*) in the sample initialization statement is a wild card and indicates that any subsequent characters are considered a match condition.
Defines the the job, MIMGR. The JOBNAME parameter is useful if more than one copy of CA MIM Resource Sharing is operating in a single z/OS operating system image. For example, perhaps the CA Technologies MII Data Sharing facility executes with a job name of CAMII while the CA MIA Tape Sharing facility executes with a job name of CAMIA. In this case, multiple EVENT statements with separate JOBNAME parameter specifications could be used to direct uniquely and categorize CA Service Desk tickets from each respective CA MIM Resource Sharing component address space.
Lists abend/reason code combinations for CA Dispatch that are ignored for problem reporting. These abends are used in normal CA MIM Resource Sharing operation for Virtual Control File processing and are not reported as errors.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|