Installation guide
TIBCO ActiveMatrix BPM Installation and Configuration
Setting up a Highly Available, Fault Tolerant System
|
77
1. Change directories to:
CONFIG_HOME/tct/admin/date-time/scripts
For example:
[tibco@LINAramis scripts]$ pwd
/home/tibco/amx-bpm/tibco/data/tct/admin/2011-06-23-17-46-41/sc
ripts
2. Open the admin-envt-data.xml file and comment out the Environment
element. For example:
<!-- Environment description="Development environment"
xsi:type="amxdata:Environment" name="DevEnvironment">
<Node contact="TIBCO" description="Development node"
xsi:type="amxdata:Node" hostName="SystemHost" name="DevNode"
portNumber="6031"/>
<Host name="SystemHost"/>
<Application description="TIBCO ActiveMatrix Mediation
Implementation Type" contact="TIBCO Software Inc."
name="com.tibco.amx.it.mediation.app"
xsi:type="amxdata:Application">
<Node name="DevNode" environmentName="DevEnvironment"/>
<ApplicationTemplate name="com.tibco.amx.it.mediation.apt"
xsi:type="amxdata_reference:ApplicationTemplate_reference"/>
</Application>
</Environment-->
</amxdata_base:Enterprise>
3. Open the build.properties file and replace the hostname in the th.jmx.host,
th.jmx,url, and admin.instance.name entries with Machine 2's hostname.
(Note that if you did not remove the
tibcohost directory in CONFIG_HOME
as mentioned in Copy Configuration Directory on page 71, your build will
fail, stating that the instance already exists.)
For example, change:
# Administrator Server Configuration: Details
admin.enterprise.name=AMXBPM
# Administrator Server Configuration: TIBCO Host Configuration
th.jmx.host=LINPorthos
To:
# Administrator Server Configuration: Details
admin.enterprise.name=AMXBPM
# Administrator Server Configuration: TIBCO Host Configuration
th.jmx.host=LINAramis