Specifying product initialization within the z/OS PAS

Use member BBATSP00 to control product initialization within the z/OS PAS.

Tip

This task is optional for the following products and does not apply to other products:

  • BMC AMI Ops Monitor for CMF

  • BMC AMI Ops Monitor for z/OS

  • BMC AMI Ops Monitor for UNIX System Services

  • BMC AMI Ops SYSPROG Services

  • MainView VistaPoint

All of the products are initialized by default. However, you can suppress the initialization of one or more products by using BBATSP00.

To control product initialization within the z/OS PAS

  1. Copy hlq.BBSAMP member BBAMVCPY to a private JCL library (where hlq is the high-level qualifier that is used for BMC AMI Ops Monitor for UNIX System Services  data sets at your site).

    BBAMVCPY contains JCL to execute IEBCOPY, which will copy BBPARM member BBATSP00 to a UBBPARM library.

  2. Customize the JCL in BBAMVCPY by following the instructions at the top of the member.
  3. Submit the job.
  4. Review the job output to verify that the IEBCOPY job was successful.
  5. In UBBPARM member BBATSP00, use the following syntax to enable or disable a product:

         <product>
       <name>   ppppp     </name>
       <server> ssssssss  </server>
       <target> tttttttt  </target>
       <enable | disable />
    </product>

    The variables are specified according to the following table:


    ppppp

    One of the following product abbreviations:

    CMF

    BMC AMI Ops Monitor for CMF

    MV390

    BMC AMI Ops Monitor for z/OS

    Note

    When enabling BMC AMI Ops Monitor for z/OS , ensure that BMC AMI Ops SYSPROG Services is also enabled to activate the SYSPROG Services component of BMC AMI Ops Monitor for z/OS .

    MVUSS

    BMC AMI Ops Monitor for UNIX System Services

    MVSPS

    BMC AMI Ops SYSPROG Services

    MVVP

    MainView VistaPoint

    ssssssss

    One- to eight-character job name of the z/OS PAS

    tttttttt

    One- to eight-character name of the context for the z/OS PAS

  6. To disable a product, change <enable/> to <disable/> in BBATSP00.
  7. Save the member and restart the PAS.
Related topic


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

Comments