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.
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.
You can query the status of the applications via appmanage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With