how to find status of all applications on all nodes in clustered environment + websphere?
WE have command to find applications health on a server using command SHOW_WAS -q
how to find status of all applications on all nodes in clustered environment + websphere?
WE have command to find applications health on a server using command SHOW_WAS -q
I think you'd have to write a wsadmin script that connects to the deployment manager and gets a list of all the apps, then queries their status one by one as described here: How do I determine if an application is running using wsadmin Jython script?.