You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it may happen from time to time that some services on atlantis freeze or hang, this issue is here for starting to debug such situations. So actually when atlantis freezes we should check this way:
ping atlantis, does the VM respond? yes
ssh atlantis, possible to login via ssh? No
open https://atlantis/lb, is the LB running? No
open http://atlantis, are haproxy, varnish and apache2 running? no
open http://atlantis:8080, is apache2 only running? no
I had to restart appflow a few times today while working on Swisscom.
ping atlantis, does the VM respond? no
ssh atlantis, possible to login via ssh? No
open https://atlantis/lb, is the LB running? No
open http://atlantis, are haproxy, varnish and apache2 running? no
open http://atlantis:8080, is apache2 only running? no
it may happen from time to time that some services on
atlantis
freeze or hang, this issue is here for starting to debug such situations. So actually whenatlantis
freezes we should check this way:ping atlantis
, does the VM respond?ssh atlantis
, possible to login viassh
?haproxy
,varnish
andapache2
running (note: no HTTPS here)?apache2
only running (note: no HTTPS here)?at this point we can debug via ssh to see if some process is not running anymore:
the basic idea behind this is to understand which component has crashed in order to start investigation.
The text was updated successfully, but these errors were encountered: