This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
maintenance:update:04-check-status [2019/08/22 11:53] mpospisek created |
maintenance:update:04-check-status [2020/03/25 21:06] (current) mpospisek ↷ Page moved and renamed from maintenance:check-status to maintenance:update:04-check-status |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOCACHE~~ | ||
+ | |||
====== Check status of services ====== | ====== Check status of services ====== | ||
Line 10: | Line 12: | ||
</ | </ | ||
- | ===== ADUCID A ===== | + | ===== The aducid-aaa service |
< | < | ||
- | # AIM specific log file | + | # check service status |
- | cat / | + | systemctl -l status aducid-aaa.service |
- | # Tomcat generic messages output, contains AIM messages, too | + | |
- | tail -100 / | + | |
</ | </ | ||
+ | |||
+ | ===== Apache httpd ===== | ||
+ | |||
+ | < | ||
+ | # check service status | ||
+ | systemctl -l status httpd.service | ||
+ | # check service log | ||
+ | tail -f / | ||
+ | </ | ||
+ | |||
+ | |||
+ | [<> ^maintenance: | ||
+ |