Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tibco Administrator

Where does the Tibco Administrator GUI get the status of applications and services?

In my project, I have a requirement to read the status of all the services listed in Tibco admin. I don't have Tibco hawk installed and I need some other alternative other than tibco hawk.

like image 546
Vicky Ramachandran Avatar asked Feb 21 '26 06:02

Vicky Ramachandran


2 Answers

What you can do is to store all the components status in a file with the following command :

AppStatusCheck -user ${ADMIN_USERNAME} -pw ${ADMIN_PASSWORD} -domain ${ADMIN_DOMAIN} -outfile /tmp/status.xml

And after that, you can use sed command or xmllint linux command to extract the status of all components.

like image 196
Cédric MOUILLERON Avatar answered Feb 27 '26 08:02

Cédric MOUILLERON


You can query the status of the applications via appmanage

like image 28
Daniele Avatar answered Feb 27 '26 10:02

Daniele



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!