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

Starting Standalone JBoss Instances

Starting Standalone JBoss Instances

If you use standalone JBoss instances, start each instance on which you want to install the MDM Hub components.
  1. Navigate to the following directory:
    <
    JBoss installation directory
    >/bin
  2. To start a JBoss instance, run the following command:
    On UNIX.
    standalone.sh -c standalone-full.xml -b 0.0.0.0 -Djboss.as.management.blocking.timeout=5000
    On Windows.
    standalone.bat -c standalone-full.xml -b 0.0.0.0 -Djboss.as.management.blocking.timeout=5000
    JBoss starts on the available network interfaces and listens for the current host that is defined in the hosts file in the
    /etc/hosts
    directory. Adjust the timeout interval based on your environment.
  3. If you have multiple JBoss instances on the same machine, to start the second and any subsequent JBoss instances, add the following argument to the startup command:
    -Djboss.socket.binding.port-offset=<port offset range such as, 0,100,200,...n>

0 COMMENTS

We’d like to hear from you!