Its not pretty but if you have access to a DB query then the following query will show you each JVM, its status and how many users are on it
select ss.servername, ss.reloadcache, ss.servertimestamp, ss.active, count(ms.userid)
from SERVERSESSION SS
left join MAXSESSION ms on ss.servername = ms.servername
group by ss.servername, ss.reloadcache, ss.servertimestamp, ss.active
order by ss.servername
This gives a quick and dirty report

Which is fine for my purposes! Looking at user numbers it is obviously lunchtime...
Regards
------------------------------
Brian Williams
Maximo System Administrator
Ineos FPS
------------------------------
Original Message:
Sent: Thu August 12, 2021 07:42 PM
From: User1971
Subject: Determine JVM status via Maximo UI or DB client
MAM 7.6.1.2:
I'm not a WebSphere admin; I only have access to the Maximo UI and a DB client.
With that said, there are occasions when it would be helpful if I could determine the status of WebSphere JVMs.
For example, we had some known issues in a clustered environment. I needed to check whether the environment was "up". So I went to the environment URL and logged in. It certainly seemed like the environment was up and working correctly.
However, it turned out that a couple of the "messaging engines" were down. But I had no way of knowing that.
(screenshot sent to me by a WebSphere admin after the fact)

Is there a way for me to determine the status of JVMs in an environment -- using the tools I have available to me (Maximo UI or DB client)?
Thanks.
#Maximo
#AssetandFacilitiesManagement