Exporting Application from TIBCO Administrator

For migration from TIBCO Administrator to TIBCO Enterprise Administrator, the application needs to be exported from TIBCO Administrator in a archive file.

    Procedure
  1. Run the following command to export the application from TIBCO Administrator.
    ./AppManage -batchExport -domain domain_name -user username -pw password -exportDeployed -dir path_to_store_exported_data

    The AppManage.batch file is created, which contains the name of the application, application EAR file name, and configuration file (XML) name. In the same folder, application EAR file and the configuration (XML) file are also generated.

  2. In the same folder, place a copy of the application CDD file.
    The CDD file name should be same as the application name. If multiple applications are exported then all respective CDD files should be placed.
  3. Create a config.csv file, which contains the machine details, in the same folder.

    The format of the config.csv file is:

    APPLICATIONNAME1,INSTANCENAME1,IP1,JMXPORT
    APPLICATIONNAME1,INSTANCENAME2,IP1,JMXPORT
    APPLICATIONNAME3,INSTANCENAME1,IP2,JMXPORT
    ...
    IP1,OS,DEPLOYMENTPATH,SYSUSER,SYSPASS,SSHPORT
    IP2,OS,DEPLOYMENTPATH,SYSUSER,SYSPASS,SSHPORT
    ...
    Where:
    • APPLICATIONNAME: Name of the application.
    • INSTANCENAME: Name of the instance related to the application.
    • IP: IP address
    • JMXPORT: JMX port of the instance.
    • DEPLOYMENTPATH: Path where the application is deployed.
    • SYSUSER: Machine user name
    • SYSPASS: Machine password
    • SSHPORT: SSH port of the machine. The default value is 22.

    A sample config.csv file is present in the BE_HOME\teagent\cli\python folder.

    Note: For wizard-based import into TIBCO BusinessEvents Enterprise Administrator Agent, the config.csv is not mandatory to be present in the archive file of TIBCO Administrator exported application.
  4. Compress all the files in a archive file.