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

Upgrading the MDM Hub Master Database in Silent Mode

Upgrading the MDM Hub Master Database in Silent Mode

To upgrade the MDM Hub Master Database in silent mode, run the upgrade script with the appropriate command for the environment.
To display the silent upgrade process in the command line, set
-Dnoprompt
to
true
. To display the only the start time and end time in the command line, set
-Dnoprompt
to
true -silent
.
  1. Open a command prompt.
  2. Navigate to the following directory:
    • UNIX. <
      MDM Hub distribution directory
      >/database/bin
    • Windows. <
      MDM Hub distribution directory
      >\database\bin
  3. To upgrade the MDM Hub Master Database in an Oracle environment, run the following command:
    UNIX.
    sip_ant.sh updatemasterdatabase -Dmaster.tnsname=<TNS name> -Dmaster.connectiontype=<SID or SERVICE> -Dmaster.server=<host name> -Dmaster.port=<port> -Dmaster.sid=<SID name> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password>-Dcmx.username=<administrator username> -Dcmx.password=<administrator password> -Dcmx.server.masterdatabase.type=ORACLE -Dnoprompt=true
    Windows.
    sip_ant.bat updatemasterdatabase -Dmaster.tnsname=<TNS name> -Dmaster.connectiontype=<SID or SERVICE> -Dmaster.server=<host name> -Dmaster.port=<port> -Dmaster.sid=<SID name> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password>-Dcmx.username=<administrator username> -Dcmx.password=<administrator password> -Dcmx.server.masterdatabase.type=ORACLE -Dnoprompt=true
  4. To upgrade the MDM Hub Master Database in an IBM DB2 environment, run the following command:
    UNIX.
    sip_ant.sh updatemasterdatabase -Dcmx.server.masterdatabase.type=DB2 -Dmaster.hostname=<host name> -Dmaster.port=<port> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password> -Ddba.username=<DBA username> -Ddba.password=<DBA password> -Dnoprompt=true
    Windows.
    sip_ant.bat updatemasterdatabase -Dcmx.server.masterdatabase.type=DB2 -Dmaster.hostname=<host name> -Dmaster.port=<port> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password> -Ddba.username=<DBA username> -Ddba.password=<DBA password> -Dnoprompt=true
  5. To upgrade the MDM Hub Master Database in a
    Microsoft SQL Server
    environment, run the following command:
    UNIX.
    sip_ant.sh updatemasterdatabase -Dmaster.hostname=<hostname> -Dmaster.port=<port> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password> -Dcmx.username=<administrator username> -Dcmx.password=<administrator password> -Dcmx.server.masterdatabase.type=MSSQL -Dmaster.database=<MDM Hub Master Database name> -Dnoprompt=true
    Windows.
    sip_ant.bat updatemasterdatabase -Dmaster.hostname=<hostname> -Dmaster.port=<port> -Dmaster.username=<MDM Hub Master Database username> -Dmaster.password=<MDM Hub Master Database password> -Dcmx.username=<administrator username> -Dcmx.password=<administrator password> -Dcmx.server.masterdatabase.type=MSSQL -Dmaster.database=<MDM Hub Master Database name> -Dnoprompt=true

0 COMMENTS

We’d like to hear from you!