rtcsreg
The <rtcsreg> element defines a product-specific RTCS-managed registry entry for a DBC subsystem. If the product-specific registry needs to be accessed from multiple LPARs, you must specify an XCF group name. If you do not specify an XCF group name, the product-specific registry can only be accessed from one LPAR. Attempting to start the LGC agents in a second DBC in the same DBC group will fail if the product-specific registry is not shared.
Parent element: <dbc>
Child elements: <regdsn> (0:1)
Attributes:
Name | Type | Required? | Default | Description |
---|---|---|---|---|
xcfgroup | String | No | Defines an XCF group name for the product-specific RTCS-managed registry. This value must conform to the guidelines for XCF group names. XCF member names are automatically created from the DBC STC name and job number. (for example, LGCTSA1064426). The maximum length of this value is 8. |
Example:
<dbc ssid="DBCM" dbcgroup="DBCMSM">
<rtcsreg xcfgroup="DBCMGRP">
<regdsn>LGC.WMSM1011.RTCS.REGISTRY</regdsn>
</rtcsreg>
</dbc>
</register>
Related topic