Installation guide
TIBCO ActiveMatrix BPM Installation and Configuration
Replicating a TIBCO ActiveMatrix Administrator Server
|
163
5. Edit integration_create_admin_data.xml as follows:
a. Set the
sharedWorkFolder attribute of the AdminConfigFolders element
to a folder in the shared file system.
b. Set the
location attribute of the SCMDetails element to the same value as
sharedWorkFolder attribute.
c. Set value of the
Svar element named
ArtifactServerInternalSharedLocationSvar to the same value as
sharedWorkFolder attribute.
d. Save the file.
6. Copy the
CONFIG_HOME/tct/admin/date-time/scripts folder from the
primary machine to the same location on the replicated machine.
It is recommended that you create an additional backup copy of this folder
incase you need to use it when recovering from configuration errors during
the replication process.
7. Run
ant [-logfile logfile].
A TIBCO Host instance named SystemHost is created and started. A node
named SystemNode is created in the environment named
SystemEnvironment and started.
Replicated
Machine
8. If you have installed third-party drivers on the primary machine before
running the Create TIBCO ActiveMatrix Administrator Server Wizard
Reference wizard, install the drivers on the replicated machine using the
Configure Third-Party Driver Wizard Reference.
9. Open a terminal window.
10. Edit
TIBCO_HOME/administrator/3.1/scripts/instance-mgmt.xml:
a. Remove the
configure.tcs and start.tcs targets from the
deploy-admin target's depends attribute; replace the following line:
<target name="deploy-admin" depends="-define-macros, create-dir-structure,
bootstrap.admin.archive.th, configure.tcs, start.tcs, updateCallbackUrlTrustConfig,
create.admin.cli.keystore, install.artifact.server, deploy.admin.ui.dashboard"/>
with
<target name="deploy-admin" depends="-define-macros, create-dir-structure,
bootstrap.admin.archive.th, updateCallbackUrlTrustConfig,
create.admin.cli.keystore, install.artifact.server, deploy.admin.ui.dashboard"/>
11. Edit
TIBCO_HOME/administrator/3.1/scripts/governance/governance_int
egration_build.xml: