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 Microsoft SQL Server with IBM WebSphere

Installation Guide for Microsoft SQL Server 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
.
-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.
-De360.connection.channel
Specifies the communication protocol the Entity 360 application uses to communicate with the MDM Hub Server. Specify whether the communication protocol to use is EJB, HTTP or HTTPS. Default is
-De360.connection.channel=http
. Ensure you set the supporting application server host property
-De360.mdm.host
and application server port property
-De360.mdm.port
to the default values.
-De360.mdm.host
-De360.mdm.port
Application server host and port.
Set the following Java options:
  • -De360.mdm.host
    . Set to the default IP address of the WebSphere host.
  • -De360.mdm.port
    . Set to the default WebSphere remote port.
If your environment uses the HTTPS communication protocol and the security certificate is issued to a Fully Qualified Domain Name (FQDN), set the hostname to the FQDN displayed in the security certificate.
-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.
-DFrameworksLogConfigurationPath
Path to the
log4j.xml
file.
-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.
-Djavax.management.builder.initial
Class of the initial MBeanServerBuilder to be instantiated. Apache Solr MBeans is required to support smart search in Informatica Data Director.
To register Apache Solr MBeans to support smart search in Informatica Data Director, set to
javax.management.MBeanServerBuilder
.
-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 4 GB or higher.
For example, to set the
-Xmx
to
4096m
, use the following JAVA_OPTIONS environment variable setting:
set "JAVA_OPTIONS=-server ... -Xmx4096m"
-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!