Enabling detailed analysis

For certain advanced features such as the detailed analysis and active linking to to work, an active connection to BMC AMI Ops is required. If you did not have the necessary details available or you did not have a connection to BMC AMI Ops available, you can specify the necessary details after installation as well.

BMC AMI Ops Insight monitors at least one Sysplex/Db2 Group from a single Data Preparation address space. To provide Detailed Analysis, the Data Preparation address space needs to query your BMC AMI Ops Monitors on all of those systems. This requires that the BMC AMI OpsI CAS to CAS connections include all the systems the Data Preparation address space is monitoring. The Data Preparation address space must connect to one of those CASes or the CAS that the Data Preparation address space connects to must be included in the above CAS to CAS connections.

To enable detailed analysis and integration with BMC AMI Ops

  1. Open the BMC AMI Ops Insight Started Task JCL in member AMIJCL within AMIHLQ.UBMCSAMP.
  2. In the INSIGHT PROC, update the CASID and CASLINK parameters.

    //INSIGHT  PROC PREFIX='AMIQA.AOI12HN.RTE',  RTE HLQ                   
    //            VSMPRFX='AMIQA.AOI12HN.RTE',  VSAM HLQ                   
    //            USRPRFX='AMIQA.AOI12HN.RTE',  USER HLQ                   
    //            ID='AMIADM01',    Unique instance ID                     
    //            PORT='32000',  AMI Data Preparation Port                 
    //            CASID=,         AMI Ops CAS ID                           
    //            CASLINK=,                                                
    //            AP=                ARM policy                            
    //*                                                                    
  3. In the TASKLIB DD, uncomment the CASLINK DD statement.

    //TASKLIB  DD  DSN=&USRPRFX..UBMCLINK,          
    //             DISP=SHR                         
    //         DD  DSN=&PREFIX..BMCLINK,            
    //             DISP=SHR                         
    //         DD  DSN=&PREFIX..BMCLIB,             
    //             DISP=SHR                         
    //*        DD  DSN=&CASLINK,                    
    //*            DISP=SHR                         
  4. Restart your BMC AMI Ops Insight Started Task.

Was this page helpful? Yes No Submitting... Thank you

Comments