How To Backup All Deployed EAR Files And XML Configuration Files In TIBCO

In TIBCO, if you have multiple EARs deployed and you need to make a backup of all EAR files and their configuration XML files, you don’t need to do this one by one for every EAR file. TIBCO provides a tool called AppManage through which you can backup all EAR and XML files by a single command.

AppManage can be found in the bin directory of your TRA installation. For example, in my TIBCO installation, it was found in the following path:

D:/Tibco/tra/5.5/bin

Go to this path by using CD command in your windows environment and then run following command:

AppManage -batchexport -user adminuser-pw adminpass -domain TIBCODOMAIN -dir D:/Backup_TIBCO

 

In above command following parameters are given:

-user: Specify TIBCO domain administrator username

-pw: Specify TIBCO domain administrator password

-domain: Specify your domain name

-dir: Specify the directory where you want to store EAR and XML backup files

 

Once you run this command successfully, your XML configuration files and EAR files will be backed up in the path D:/Backup_TIBCO from where you can later upload them in your TIBCO administrator.

Ajmal Abbasi

Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc. Ajmal Abbasi has experience with MuleSoft ESB as well. Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms. Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies. You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.

More Posts - Website - Facebook - LinkedIn - YouTube

2 thoughts on “How To Backup All Deployed EAR Files And XML Configuration Files In TIBCO

  1. shital

    is there any configuration which we need to do for getting logs in tibco console?

    Reply
    1. Kishor Ugale

      HI Shital,

      yes there will be some configuration where we can do the changes for getting logs in Tibco Console, but where you run the Appmanage commands it always rights the logs at below path for your analysis
      .

      Tibco_home\tra\domain\domain_name\logs\applicationmanagement.log

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *