Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Step 2. Extract MDM Hub Master Database DDLs and Data

Step 2. Extract MDM Hub Master Database DDLs and Data

Extract the MDM Hub Master Database DDLs and data to the
CMX_SYSTEM.ddl
file.
  1. Change directory to the MDM Hub Master Database directory that you created in Step 1. Create Target Directories.
  2. To extract DDLs and data for the MDM Hub Master Database schema, run the following command:
    db2look -d <
    database name
    > -ct -z CMX_SYSTEM -e -o CMX_SYSTEM.ddl
    The
    CMX_SYSTEM.ddl
    file is created.
  3. Check the
    CMX_SYSTEM.ddl
    file for errors.
  4. Update the CONNECT TO statement in the
    CMX_SYSTEM.ddl
    file to include the user name and password.
    Use the following syntax:
    CONNECT TO <
    new database name
    > USER db2admin USING <
    password
    >;
  5. To export data from the MDM Hub Master Database tables, run the following command:
    db2move <
    database name
    > export -u db2admin -p <
    password
    > -sn CMX_SYSTEM > db2move_export_cmx_system.out
    The
    db2move_export_cmx_system.out
    file is created.
  6. Check the
    db2move_export_cmx_system.out
    file for errors.

0 COMMENTS

We’d like to hear from you!