This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
settings-mgmt:start [2020/03/28 12:44] mpospisek |
settings-mgmt:start [2020/03/28 12:46] (current) mpospisek |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Selected management tasks: | Selected management tasks: | ||
| - | * Configure [[settings-mgmt: | + | * Configure [[settings-mgmt: |
| * Interpret log messages using the [[settings-mgmt: | * Interpret log messages using the [[settings-mgmt: | ||
| - | * Check AIM server health: | + | * Check [[settings-mgmt: |
| - | <codedoc bash> | + | |
| - | # services running? | + | |
| - | systemctl –l status httpd.service | + | |
| - | tail -500 / | + | |
| - | + | ||
| - | systemctl –l status aducid-aaa.service | + | |
| - | tail -500 / | + | |
| - | + | ||
| - | systemctl –l status tomcat9.service | + | |
| - | tail -500 / | + | |
| - | + | ||
| - | systemctl –l status postgresql-9.6.service | + | |
| - | + | ||
| - | # is there enough space? | + | |
| - | df –h | + | |
| - | + | ||
| - | # CPU status | + | |
| - | top | + | |
| - | </ | + | |