Find the maintenance procedure for online installation of catalog structural changes on
an IMS system where managed ACB is enabled.
Perform the following steps to implement structural changes to the catalog while IMS is online
or active and the managed ACB is enabled.
Procedure
-
Run the DFS3UACB utility to perform an ACBGEN and to populate the new DFSCD000 instance and
related objects in the IMS Catalog and in the IMS directory staging data set.
-
Quiesce or take the catalog resources offline.
- Quiesce all activity against the IMS catalog databases by issuing the following
command:
UPDATE DB NAME(DFSCD000,DFSCX000) START(QUIESCE)
OPTION(HOLDALL)
- Take the databases offline by issuing the following command for DFSCD000 and DFSCX000:
/DBR or UPDATE DB … ACCESS(STOP)
-
Issue the following IMPORT command to implement the change: IMPORT DEFN
SOURCE(CATALOG) NAME(DFSC*)
Note: If you have your own non-DFSC catalog-related resources that reference the catalog
DFSCD000 resource, use the following command to first import the catalog
resources:
IMPORT DEFN SOURCE(CATALOG) NAME(DFSC*)
OPTION(NOCHECK)
-
Start the catalog resources.
-
If you have your own non-DFSC catalog-related resources that reference catalog DFSCD000
resource, use the following command to import them: IMPORT DEFN SOURCE(CATALOG)
NAME(non-DFSC_resource_name)
The maintenance that provides the catalog resource changes might include
post activation procedures. This might include running the IMS Catalog Maintenance utility
(DFS3CM00) to update data in the catalog database. You might have to refer to the maintenance
hold cards for the post activation steps.