Configuring the be-engine.tra Files for Hosts with Multiple NIC Cards
When you execute the be-engine, it searches for a property file
be-engine.tra in the working directory. This configuration applies to host machines with multiple network cards (NIC).
Procedure
Add the following property to the
be-engine.tra file on each host:
java.property.java.rmi.server.hostname
The default value is
localhost.
Set this property to the IP address of the desired NIC.
This IP address must match the value specified in other properties where the host IP is specified.
This property is required so that the engine is discovered by the MM cluster and appears as an active predefined engine. It is also required so that remote users can connect to any agents running on this host using a JMX client like JConsole.