|
|
comments (1)
|
Bouncing the Administrator
Steps to be followed on Unix Machine:
1). Check whether the hawk agent is running in the all the machines or not.
Command for checking in each different machines
ps -ef|grep hawk
2.Check the log
cd /opt/tibco/tra/domain/<Domain_Name>/logs
3.Check the log using
vi hawk.log
4.Check the admin machine and verify the log of the admin machine
5.Copy the log to the ps pad as a back up in case ...
Read Full Post »|
|
comments (0)
|
Bouncing the Administrator
Steps to be followed on Unix Machine:
1). Check whether the hawk agent is running in the all the machines or not.
Command for checking in each different machines
ps -ef|grep hawk
2.Check the log
cd /opt/tibco/tra/domain/<Domain_Name>/logs
3.Check the log using
vi hawk.log
4.Check the admin machine and verify the log of the admin machine
5.Copy the log to the ps pad as a back up in case ...
Read Full Post »|
|
comments (0)
|
You can stop Hawk agent/ uninstall all tra components in that machine, login into tibco Administrator and select the machine and click on the option remove. It removes it from the domain. Hope this info helps.
|
|
comments (0)
|
If you need to change password for admin user in TIBCO Administrator please keep in mind that it is not enough just to change the admin password from Administrator GUI. But whole procedure is not so complex.
Always have full backup of Administrator configuration files and repository files or database!Change admin password in the Administrator GUI.Start DomainUtility on each machine in the TIBCO Domain, select Server Settings => Update Domain Credentials and change password there o...
Read Full Post »|
|
comments (0)
|
To Delete a Domain Using the GUI:
1. If more than one machine belongs to the domain, you must first remove each
machine from the domain or your environment will be inconsistent.
2. Shut down the TIBCO Administration server and the TIBCO Hawk Agent for
the domain. On Microsoft Windows, navigate to the Services panel and stop
the two services for the domain to delete.
3. Start Domain Utility and click the Next button on the main screen.
4. Under Categ...
Read Full Post »|
|
comments (0)
|
IBCO domain needs a repository where all service data are stored. This repository can be in xml files near TIBCO Administrator or it can be in a database. When you run both master and secondary servers of TIBCO Administrator, it is better to store repository in a database, because if it stored in files, both Administrator instances have to maintain its own copy of the repository. So, it could be a problem with syncing in some cases. When the copy of repository on the secondary server is out o...
Read Full Post »|
|
comments (0)
|
IntroductionThis article describes the differences between the two types of domain data storage that can be used:
FileDatabaseNote that there are two types of transports available to a domain:
RVEMS. If this option is chosen for domain transport then a database must be used for domain storage.Setting the Domain Storage TypeThe decision to set the storage type is made when the domain is created.
Using the Domain Utility GUIThe checkbox highlighted below d...
Read Full Post »|
|
comments (0)
|
Steps as follows :
1) Login to Tibco Administrator.
2) Application Management->Application Name->Configuration->Process archive.par->Monitoring tab->Add Event.
3) Application Management->Application Name->Configuration->Adapter Configuraion.aar->Monitoring tab->Add Event.
4) Resource Management->Machines->Configure Monitoring->Edit->Add Event.
Note : There is option in the add event, if you want to get the alerts multip...
Read Full Post »|
|
comments (0)
|
There are three main kinds of adapters supported by TIBCO:
1) Technical Adapters:- These adapters target a specific technology that represents all similar types.
For Example:
a) File Adapter:- represents many the file types including Text, XML, CSV, etc.
b) Databade Adapter:- represents many database types including DB2, Sybase, Microsoft MySQL, etc.
2) Functional Adapters:- These adapters target a specific individual Application.
For Example:
a) Pe...
Read Full Post »