Primary Machine: Sharing the ActiveMatrix Administrator Server Staging Area
When the ActiveMatrix Administrator server is replicated, you must move the staging area to the shared file system so that it can be shared between the servers.
Procedure
Copy the folder
CONFIG_HOME\admin\enterpriseName\shared to a location on the shared file system (see
Shared File System).
For example:
SHARED_DIR\admin\enterpriseName\shared
Open a command window in the following folder:
TIBCO_HOME\administrator\n.n\scripts
Run the following command to update the ActiveMatrix Administrator server with the new staging area location:
ant -f sharedWorkFolder_build.xml
-Dadmin.shared.folder="sharedFileSystemLocation" -Dconfig.home="CONFIG_HOME" -Denterprise.name="enterpriseName"
where
sharedFileSystemLocation
is the location on the shared file system from step 1 above.