[ClusterLabs] Systemd resource started on node after reboot before cluster is stable ?

Adam Cecile acecile at le-vert.net
Wed Feb 15 04:49:47 EST 2023


Hello,

Just had some issue with unexpected server behavior after reboot. This 
node was powered off, so cluster was running fine with this tomcat9 
resource running on a different machine.

After powering on this node again, it briefly started tomcat before 
joining the cluster and decided to stop it again. I'm not sure why.


Here is the systemctl status tomcat9 on this host:

tomcat9.service - Apache Tomcat 9 Web Application Server
      Loaded: loaded (/lib/systemd/system/tomcat9.service; disabled; 
vendor preset: enabled)
     Drop-In: /etc/systemd/system/tomcat9.service.d
              └─override.conf
      Active: inactive (dead)
        Docs: https://tomcat.apache.org/tomcat-9.0-doc/index.html

Feb 15 09:43:27 server tomcat9[1398]: Starting service [Catalina]
Feb 15 09:43:27 server tomcat9[1398]: Starting Servlet engine: [Apache 
Tomcat/9.0.43 (Debian)]
Feb 15 09:43:27 server tomcat9[1398]: [...]
Feb 15 09:43:29 server systemd[1]: Stopping Apache Tomcat 9 Web 
Application Server...
Feb 15 09:43:29 server systemd[1]: tomcat9.service: Succeeded.
Feb 15 09:43:29 server systemd[1]: Stopped Apache Tomcat 9 Web 
Application Server.
Feb 15 09:43:29 server systemd[1]: tomcat9.service: Consumed 8.017s CPU 
time.

You can see it is disabled and should NOT be started with the same, 
start/stop is under Corosync control


The systemd resource is defined like this:

primitive tomcat9 systemd:tomcat9.service \
         op start interval=0 timeout=120 \
         op stop interval=0 timeout=120 \
         op monitor interval=60 timeout=100


Any idea why this happened ?

Best regards, Adam.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/users/attachments/20230215/d476a29b/attachment.htm>


More information about the Users mailing list