TIBCO ActiveMatrix BPM Installation and Configuration
78
|
Chapter 4 Installation
4. Ensure the tcs.host entry in build.properties is set to 0.0.0.0:
# Administrator Server Configuration: Credential Server Details
tcs.host=0.0.0.0
5. Open the cl_logservice_data.xml file and replace all instances of
SystemNode with SystemNodeReplica.
:%s/SystemNode/SystemNodeReplica/g
6. Open the cl_payloadservice_data.xml file and replace all instances of
SystemNode with SystemNodeReplica.
:%s/SystemNode/SystemNodeReplica/g
7. Open the governance_integration_data.xml file and replace all instances
of SystemNode with SystemNodeReplica.
:%s/SystemNode/SystemNodeReplica/g
8. Open the integration_create_admin_data.xml file and replace all
instances of SystemNode with SystemNodeReplica and SystemHost with
SystemHostReplica.
:%s/SystemNode/SystemNodeReplica/g
:%s/SystemHost/SystemHostReplica/g
9. Open the admin-instance.properties file and change adminURL to
include Machine 2’s hostname. For example:
# AMX Administrator instance specific properties
adminURL=http://LINAramis:8120
username=root
Task E Run Ant Scripts
1. Before executing the Ant scripts increase the heap size for Ant.
export ANT_OPTS=-Xmx1024m
2. From the scripts directory launch Ant (there is a version included in the
amx-bpm installation folder):
/opt/tibco/amx-bpm/tibcojre64/1.6.0/bin/java -cp
/opt/tibco/amx-bpm/tools/lib/antpackage.jar
org.apache.tools.ant.launch.Launcher
Commenti su questo manuale