Customizing the Configuration Manager component data set

This is part of the larger task of creating a Configuration Manager on z/OS.

Before you start

Before starting this step, you must have completed Information required to create a Configuration Manager on z/OS.

  1. Create the Configuration Manager data set in TSO identified by ++COMPONENTDATASET++. Copy all the following JCL to the Configuration Manager data set you have created so that you can customize the source.
    Note: This then forms the source for the Configuration Manager.
  2. Copy the following JCL from <hlq>.SBIPSAMP to ++COMPONENTDATASET++.
  3. Copy the following JCL from <hlq>.SBIPPROC to ++COMPONENTDATASET++.
    • BIPALMQ - job to alter WebSphere MQ table spaces and tables.
    • BIPBUCM - job to issue the mqsibackupconfigmgr command.
    • BIPCHCM - job to issue the mqsichangeconfigmgr command.
    • BIPCRACL - job to create an Access Control List (ACL) entry by issuing the mqsicreateaclentry command.
    • BIPCRCM - job to create a Configuration Manager.

      Sample BIPCRCM file lists the shipped BIPCRCM file.

    • BIPCREG - job to issue the mqsicreateexecutiongroup command.
    • BIPDLACL - job to delete an Access Control List (ACL) entry by issuing the mqsideleteaclentry command.
    • BIPDLCM - job to issue the mqsideleteconfigmgr command
    • BIPDLEG - job to issue the mqsideleteexecutiongroup command.
    • BIPDPLY - job to issue the mqsideploy command.
    • BIPEDIT - edit macro for customization. Rename BIPEDIT to a unique name that identifies it to the current component; for example, MQ01EDCM.
    • BIPFMLG - job to format the log.
    • BIPGEN - job to generate the ENVFILE.

      Sample BIPGEN file lists the shipped BIPGEN file.

    • BIPLIACL - job to list the Access Control List entries by issuing the mqsilistaclentry command.
    • BIPLIST - job to issue the mqsilist command.
    • BIPRELG - job to read the logs.
    • BIPRSCM - job to issue the mqsirestoreconfigmgr command.
    • BIPSPMF - job to issue the mqsistopmsgflow command.
    • BIPSTMF - job to issue the mqsistartmsgflow command.
    • BIPCMGRP - started task). Rename BIPCMGRP to the same as the ++STARTEDTASKNAME++.

      Sample BIPCMGRP file lists the shipped BIPCMGRP file.

Related concepts
Configuration Manager
Related tasks
Creating a Configuration Manager on z/OS
Information required to create a Configuration Manager on z/OS