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

  1. 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

  2. Open a command window in the following folder:
    TIBCO_HOME\administrator\n.n\scripts
  3. 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.

  4. Open a command window in the following folder:
    CONFIG_HOME\tibcohost\Admin-enterpriseName-hostName\host\bin
  5. Run the following commands to stop and restart the system node (thereby restarting the ActiveMatrix Administrator server):

    tibcohost.exe stopNodes -nodeName SystemNode

    tibcohost.exe startNodes -nodeName SystemNode