Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Resource Kit Installation
  12. Resource Kit Post-Installation Tasks
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for IBM DB2 with Red Hat JBoss

Installation Guide for IBM DB2 with Red Hat JBoss

Using a Script for Deploying the Hub Server Applications (Conditional)

Using a Script for Deploying the Hub Server Applications (Conditional)

If you skipped the
postInstallSetup
script during the installation, run the script. The post-installation process deploys the Hub Server applications, creates data sources, and configures JMS message queues.
  1. Open a command prompt, and change to the following directory:
    <
    MDM Hub installation directory
    >/hub/server
  2. Run the
    postInstallSetup
    script.
    If you did not install the ActiveVOS version that is bundled with the MDM Hub installer, do not include the ActiveVOS user names and passwords in the command.
    On UNIX.
    ./postInstallSetup.sh -Ddatabase.password=<MDM Hub Master database password> -Davos.username=<ActiveVOS Console username> -Davos.password=<ActiveVOS Console password> -Davos.jdbc.database.username=<ActiveVOS database username> -Davos.jdbc.database.password=<ActiveVOS database password>
    If you include the exclamation mark (!) in your password, you must include a backslash before the exclamation mark. For example, if your password is !!cmx!!, enter the following password: \!\!cmx\!\!
    On Windows.
    postInstallSetup.bat -Ddatabase.password=<MDM Hub Master database password> -Davos.username=<ActiveVOS Console username> -Davos.password=<ActiveVOS Console password> -Davos.jdbc.database.username=<ActiveVOS database username> -Davos.jdbc.database.password=<ActiveVOS database password>
    The ActiveVOS Console credentials are the same credentials as the administrative user in the application server.
    The ActiveVOS database credentials are the same credentials that were used to run the
    create_bpm
    script.

0 COMMENTS

We’d like to hear from you!