-
1. Re: DIS Monitoring
Andre Kirsten Mar 14, 2019 7:51 AM (in response to Snehil Kamal)1 of 1 people found this helpfulHi,
There is no easy way to track the service going down as it could be gracefully (aka manually triggered restart) or "violently" (aka crash).
One way would be to use the infacmd ping command to see if the service is alive.
To check the exact startup time, you can search the catalina files for the DIS in $INFA_HOME/logs/<node>/services/DataIntegrationService/disLogs/
grep "Server startup" catalina.*.log
catalina.2019-03-11.log:2019-03-11 09:40:24,024 org.apache.catalina.startup.Catalina start INFO: [Thread-0] Server startup in 133709 ms
catalina.2019-03-11.log:2019-03-11 09:41:39,039 org.apache.catalina.startup.Catalina start INFO: [Thread-0] Server startup in 157657 ms
catalina.2019-03-11.log:2019-03-11 09:42:10,010 org.apache.catalina.startup.Catalina start INFO: [Thread-0] Server startup in 155594 ms
catalina.2019-03-14.log:2019-03-14 15:16:07,007 org.apache.catalina.startup.Catalina start INFO: [Thread-0] Server startup in 112806 ms
catalina.2019-03-14.log:2019-03-14 15:43:08,008 org.apache.catalina.startup.Catalina start INFO: [Thread-0] Server startup in 102774 ms
Kind regards,
Andre.
-
2. Re: DIS Monitoring
Snehil Kamal Mar 14, 2019 11:51 PM (in response to Snehil Kamal)Hi Andre,
Thanks for your response. Does the startup time in Catalina logs specify DIS start time or node start time?
Thanks,
Snehil
-
3. Re: DIS Monitoring
Robert Whelan Mar 15, 2019 2:57 AM (in response to Snehil Kamal)Hi,
The log Andre referred to is the log related to the DIS Java process so will list the time the DIS Java process started.
Note, a slight correction to the log location, the catalina logs will be found at $INFA_HOME/logs/<node>/services/DataIntegrationService