Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Post Installation Tasks : Configuration for 64-bit Mode

Configuration for 64-bit Mode
The following platforms allow you to run TIBCO BusinessEvents in 64-bit mode:
See Supported UNIX Platforms and Guidelines for versions supported.
To Configure for 64-bit Mode
To configure TIBCO BusinessEvents for 64-bit mode you rename the provided 64 bit wrapper and configure the be-engine.tra and be-rms.tra files.
1.
Open the be-engine.tra file and the be-rms.tra file for editing. In each file do the following:
a.
In the tibco.env.STD_EXT_CP property, find %RV_HOME%/lib and replace it with %RV_HOME%/lib/tibrvj.jar.
b.
Ensure that the JVM_LIB_PATH variable points to the appropriate JVM Server DLL or SO. For example:
For 64 bit Sun JVM for AMD on Linux, use:
JVM_LIB_PATH = %TIB_JAVA_HOME%/lib/amd64/server/libjvm.so
For 64 bit Sun JVM for AMD on Windows, use:
JVM_LIB_PATH =%TIB_JAVA_HOME%/bin/amd64/server/libjvm.dll
2.
In each file, you also may want to increase the heap size and memory usage of the Java VM by adding JVM arguments to the tibco.env.APP_ARGS property and by changing the tibco.env.HEAP_SIZE property. The following lines are example values for these properties:
   tibco.env.APP_ARGS=-d64 -XX:MinHeapFreeRatio=52
   -XX:MaxHeapFreeRatio=90 -XX:GCTimeRatio=19
   tibco.env.HEAP_SIZE=2048M
3.
Save the files. (Remember to update the be-rms.tra, the be-engine.tra, and the files.)
HP-UX
If you are using an HP-UX platform, open the be-engine.tra file and remove the following entry from the property java.extended.properties property:
-javaagent:%BE_HOME%/lib/cep-instrumentation.jar
(If this property is present, the executable fails to launch.)
Enabling 64-bit Properties
By default, the 32-bit java.extended.properties are enabled.
Comment the 32-bit java.extended.properties and enable the 64-bit java.extended.properties in the TRA files in these folders:
BE_HOME/bin/be-engine.tra
BE_HOME/mm/bin/be-mm.tra
BE_HOME/rms/bin/be-rms.tra
 

Copyright © TIBCO Software Inc. All Rights Reserved