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.
is there any configuration which we need to do for getting logs in tibco console?
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