Space announcement

 

We are no longer updating this version of the documentation for the infrastructure components (DBC, LGC, and NGL).  You can no longer leave comments on it. 

For the latest version of the documentation, see Common Mainframe Infrastructure 2022 release Open link .

Controlling sharing of the RTCS system registry

You must have an RTCS started task on each LPAR where a DBC has a member. You can share the RTCS system registry among all or some of the LPARs in a sysplex.

Use the appropriate procedure (for a new RTCS installation or an existing installation) to control whether and how the registry is shared.

Controlling whether a new RTCS system registry is shared

If you are installing RTCS for the first time, use this procedure to control sharing of the RTCS system registry.

Note

The BMC products can operate with a shared or non-shared RTCS system registry. However, in some situations, using a non-shared RTCS registry is better. For more information, see Avoiding ZDBCssid.

  1. Review the CHKZMC1 step from the $310VZMC job and the OSZINInn member in your JCL data set (where nn is your SYSCLONE value). The $INCINF member in the JCL data set contains the values used for the symbolics in the job.

    The CHKZMC1 step creates the RTCS system registry; this data set name is referenced on the SREGVLDS parameter in the OSZINInn member that RTCS uses at startup.

  2. Take the appropriate action based on whether you want to share the RTCS system registry:

    • If you want to share the registry across some or all LPARs in a sysplex, ensure that OZIINInn contains:

      • An SREGVLDS parameter that references the same system registry data set for those RTCS instances

      • The NOPRIVATE-REGISTRY and SHARED-REGISTRY parameters

      • The same REGISTRY-XCF-GROUP value for those RTCS instances to allow communication

    • If you do not want to share the registry, ensure that OZIINInn contains:

      • An SREGVLDS parameter that refers to a unique data set

      • The PRIVATE-REGISTRY and NOSHARED-REGISTRY parameters

      • No REGISTRY-XCF-GROUP value

Note

For more information about RTCS parameters, see the BMC Runtime Component System Configuration and Administration Guide.

Determining whether an existing RTCS system registry is shared

  1. Issue the following console command:

     RO *ALL,F RTCS,REGISTRY STATUS
  2. Look for message OSZ0240I in the output.

    • If the message shows the same data set name from each LPAR, the registry is shared.

    • If the data set names differ, the registry is not shared.

  3. (If generated) Run steps LGCDFLT and LGCRGRP from the $463LGCD job as follows, based on whether the registry is shared:

    • If the registry is shared, run the steps from any LPAR in the sysplex to register all DBC groups.

    • If the registry is not shared, run the steps on each LPAR where the DBC has a member.

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

Comments