Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



WAS ADMIN INFO

From: oscjake (2013-01-16 23:12)

I have conflicting information for a application server container's status.
In the admin console the app server's status is green for started and running. However when I run the query below the app server does not show up.
Any ideas how or what caused this to happen? I'm confused by this.
select datediff(ss,servertimestamp,getdate()) as servertime, *
from MAXSESSION
where issystem = 1
order by serverhost, servername


From: Hanna, Christopher CTR (2013-01-17 07:17)

The application server can be up while the application itself is not. Check under enterprise applications in the WAS console and check the status of the MAXIMO application . You may just need to restart the MAXIMO app.

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of oscjake
Sent: Wednesday, January 16, 2013 6:12 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] WAS ADMIN INFO


I have conflicting information for a application server container's status.
In the admin console the app server's status is green for started and running. However when I run the query below the app server does not show up.
Any ideas how or what caused this to happen? I'm confused by this.
select datediff(ss,servertimestamp,getdate()) as servertime, *
from MAXSESSION
where issystem = 1
order by serverhost, servername


From: shannon sutton (2013-01-17 04:29)

If that doesn't work shut down the application and sync the nodes and then restart the application..
 
Shannon Dale SuttonMobile: 318-334-8002
________________________________
From: "Hanna, Christopher CTR" <christopher.a.hanna@uscg.mil>
To: MAXIMO@yahoogroups.com
Sent: Thursday, January 17, 2013 7:17 AM
Subject: RE: [MAXIMO List] WAS ADMIN INFO

 
The application server can be up while the application itself is not. Check under enterprise applications in the WAS console and check the status of the MAXIMO application . You may just need to restart the MAXIMO app.
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of oscjake
Sent: Wednesday, January 16, 2013 6:12 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] WAS ADMIN INFO
I have conflicting information for a application server container's status.
In the admin console the app server's status is green for started and running. However when I run the query below the app server does not show up.
Any ideas how or what caused this to happen? I'm confused by this.
select datediff(ss,servertimestamp,getdate()) as servertime, *
from MAXSESSION
where issystem = 1
order by serverhost, servername


From: oscjake (2013-01-17 16:41)


I the application itself is up and running as it has big green arrows for it. What does issystem value check for? Or what does it mean to have a system session? In the WAS console everything looks good for all for app servers in the cluster but the query shows the MXServer system session if false.
--- In MAXIMO@yahoogroups.com, "Hanna, Christopher CTR" wrote:
>
> The application server can be up while the application itself is not. Check under enterprise applications in the WAS console and check the status of the MAXIMO application . You may just need to restart the MAXIMO app.
>
>
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of oscjake
> Sent: Wednesday, January 16, 2013 6:12 PM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] WAS ADMIN INFO
>
>
>
>
>
> I have conflicting information for a application server container's status.
>
> In the admin console the app server's status is green for started and running. However when I run the query below the app server does not show up.
>
> Any ideas how or what caused this to happen? I'm confused by this.
>
> select datediff(ss,servertimestamp,getdate()) as servertime, *
> from MAXSESSION
> where issystem = 1
> order by serverhost, servername
>
>
>
>
>
>
>