damesworld

Migrating apps from a TIBCO domain

In this example, I am migrating from domain “OLD” to domain “NEW”.

  1. Choose a directory that will contain the batch information, such as /utils/exports/OLD/
  2. cd to /utils/tibco/tra/5.2/bin/
  3. Use this command to create a batch file and export .ear files and configuration files:  “AppManage -batchExport -domain OLD -user tibco -pw tibco -dir /utils/exports/OLD”
  4. To import all of the applications without starting them, use this command:  “AppManage -batchDeploy -domain NEW -user tibco -pw tibco -dir /utils/exports/OLD -nostart”
If you want to start them after deploying, leave off the -nostart parameter. If you don’t want to deploy all the applications, modify the /utils/exports/OLD/AppManage.batch file by commenting or deleting the applications you don’t want to deploy.

Make sure these things are true:
  • the directory you give for the -dir parameter exists
  • you know the actual username and password for the domains
  • both domains are running