System-Level (TRA File) Configuration : Various System Level Configuration Tasks

Various System Level Configuration Tasks
As needed, configure the TRA file for system-level settings that must be set before the TIBCO BusinessEvents engine starts. Other settings go in the CDD file.
You should also be aware of the BE_HOME/studio/eclipse/studio.tra. Also in the same location, config.ini file has Eclipse related settings.
Java and JVM Level Settings
TRA file settings at this level are not documented here. See Java documentation as needed. The TRA file also contains some helpful comments for such properties.
For Cache Based Object Management on AIX
When TIBCO BusinessEvents installed on AIX uses use cache-based object management, you must add this property to all TRA files, and set the value to true.

 
java.net.preferIPv4Stack=true

 
If you do not add this property, you see the following exception:
java.net.SocketException: The socket name is not available on this system
Remember to set this property on all internal TIBCO BusinessEvents engines’ TRA files too, such as in be-mm.tra for the TIBCO BusinessEvents Monitoring and Management (MM) server and the MM broker properties set in the MM CDD file. See Chapter 6, Basic MM Configuration for details.
For TIBCO Enterprise Message Service and TIBCO Rendezvous Channels
For JMS Channels  To use a TIBCO Enterprise Message Service server as a JMS destination, you must do one of the following:
If the software is installed locally, set the EMS_HOME variable in the BE_HOME/bin/be-engine.tra files.
If the software is not installed locally you must copy the jms.jar and tibjms.jar files to BE_HOME/lib/ext and also add them to the classpath in the be-engine.tra files.
For Rendezvous Channels  To use TIBCO Rendezvous destination, you must set the RV_HOME variable in the BE_HOME/bin/be-engine.tra files.
JMX Properties for TIBCO BusinessEvents Monitoring and Management
For the MM component to monitor the cluster, various JMX settings are required. Settings are provided in the TRA file and must be uncommented.
For details see Configure JMX Properties in Monitored Engine TRA Files.