Table of Contents

Search

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

Installation Guide for Oracle Database with IBM WebSphere

Installation Guide for Oracle Database with IBM WebSphere

Configure Java Virtual Machines

Configure Java Virtual Machines

To configure a Java Virtual Machine (JVM), set Java options by using the JAVA_OPTIONS environment variable. After you edit or add any Java options, restart the JVM.
If you use a WebSphere clustered environment, set the Java options for the following cluster components:
  • Server. Set all the required Java options on each server in the cluster.
  • Deployment Manager. Set all the required Java options.
  • Node agent. Set only heap size by using the
    -Xmx
    and
    -Xms
    Java options.
The following table describes the Java options settings:
Java Options
Description
-server
Results in a slower startup but subsequent operations are faster.
-Djava.net.preferIPv4Stack
Specifies whether Java uses Internet Protocol version 4 (IPv4). If the operating system uses Internet Protocol version 6 (IPv6), set to
true
.
- Djava.security.egd
Reduces the startup time of
Data Director
in Linux environments. Set the value to
file:/dev/./urandom
.
-DUseESLegacyFqSearch
Specifies whether fielded search returns exact matches from within child nodes for a business entity type. Applicable only when you perform a fielded search on multiple fields. Indicates whether a search must return records that contain search values in the same child node if multiple query fields are at the child level. Set to
true
to return records that might match the child level query field from different child nodes. Default is
false
.
-Dcom.ibm.crypto.provider.DoRSATypeChecking
Specifies whether Java allows the RSA type encryption of data with private key and decryption with public key. Required for the MDM Hub installer to read the license certificates and for password hashing to work in the MDM Hub. Set to
false
.
If you do not set
-Dcom.ibm.crypto.provider.DoRSATypeChecking
to
false
, the Hub Server might not start and you can encounter license errors.
-Djgroups.bind_addr
Interface on which JGroup must receive and send messages.
Required in a multinode or clustered environment. Ensure that each node binds to its own network interface.
-De360.mdm.host
-De360.mdm.port
-De360.connection.channel
Application server communication protocol, host, and port.
To deploy the MDM Hub applications on a Bootstrap port other than 2809, set the following Java options:
  • -De360.connection.channel
    . Set to the communication protocol that you want to use. Valid values are HTTP and HTTPS. Default is HTTP.
  • -De360.mdm.host
    . Set to the IP address of the WebSphere host.
    If the environment uses the HTTPS communication protocol and the security certificate is issued to a Fully Qualified Domain Name (FQDN), set to the FQDN.
  • -De360.mdm.port
    . Set to the WebSphere Bootstrap port configured in place of 2809.
If you do not configure this parameter, Data Director screens that are based on the Entity 360 Framework might not work as expected.
-Didd.mdm.host
-Didd.mdm.port
-Didd.protocol
Required for Data Director with subject areas.
To deploy Data Director with subject areas, set the following Java options:
  • -Didd.mdm.host
    . Set to the host name or IP address of the application server host.
  • -Didd.mdm.port
    . Required property, used internally by the Data Director with subject areas application during server initialization. Specifies the HTTP or HTTPS listener port used by the JVM for the applications. Default is
    8080
    .
  • -Didd.protocol
    . Required property that is used for deploying the subject area application during server initialization. Specifies whether the communication protocol to use is HTTP or HTTPS. Default is
    HTTP
    .
-DFrameworksLogConfigurationPath
Path to the
log4j.xml
file.
-Doracle.jdbc.J2EE13Compliant
Specifies whether the system variable for the Oracle driver is fully compliant with J2EE. Set to
true
.
If you do not set the parameter to true, you might encounter Java Database Connectivity (JDBC) issues
-Dmdm.node.groupid
Specifies a group ID for Java Virtual Machines in the MDM Hub implementation. Required only if you want logical groupings of Hub Servers and Process Servers.
-Dfile.encoding
-Dclient.encoding.override
Required if you want to use Informatica Data Director and use REST APIs to search for records.
Set both the Java options to
UTF-8
to ensure that you can find and save records that contain UTF-8 characters.
-Dstricttransportsecurity.flag
Specifies whether web browsers must convert all attempts to access
Data Director
using the HTTP requests to the HTTPS requests instead. Set to
true
.
-XX:codecachetotal
JIT code cache size. To enhance the performance of the MDM Hub environment, set to
512m
.
-Xmx
Maximum JVM heap size. Set to 6 GB or higher.
For example, to set the
-Xmx
to
6144m
, use the following JAVA_OPTIONS environment variable setting:
set "JAVA_OPTIONS=-server ... -Xmx6144m"
-Xms
Initial heap size. Set to
2048m
.
-Xmso
Required for the Process Server JVMs. Initial stack size for operating system threads. Prevents the application server from shutting down unexpectedly due to low system thread stack size. Set to
4096k
.
-Xss
Initial stack size. Set to
2000k
.
XX:+UseCodeCacheFlushing
Specifies whether the JVM disposes of compiled code when the code cache is full.
-Dtask.pageSize=<maximum number of tasks>
Specifies the maximum number of ActiveVOS tasks that are retrieved for each request. Default is
5000
. Increase the number if your environment has a large number of tasks.

0 COMMENTS

We’d like to hear from you!