User Tools

Site Tools


settings-mgmt:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
settings-mgmt:start [2020/03/28 09:06]
mpospisek
settings-mgmt:start [2020/03/28 12:44]
mpospisek
Line 9: Line 9:
  
 Selected management tasks: Selected management tasks:
-  * [[settings-mgmt:04-logging|Logging]]+  * Configure [[settings-mgmt:04-logging|logging]] 
 +  * Interpret log messages using the [[settings-mgmt:11-aim-statuses|AIM statuses]] and [[settings-mgmt:20-error-statuses|Error statuses]]. 
 +  * Check AIM server health: 
 +<codedoc bash> 
 +# services running? 
 +systemctl –l status httpd.service 
 +tail -500 /var/log/httpd/error_log 
  
-While interpreting log messages, the [[settings-mgmt:10-error-statuses|Error statuses]] page may be useful +systemctl –l status aducid-aaa.service 
 +tail -500  /var/log/messages 
 + 
 +systemctl –l status tomcat9.service 
 +tail -500  /opt/tomcat/logs/catalina.out 
 + 
 +systemctl –l status postgresql-9.6.service 
 + 
 +# is there enough space? 
 +df –h 
 + 
 +# CPU status 
 +top  
 +</codedoc> 
 +   
settings-mgmt/start.txt · Last modified: 2020/03/28 12:46 by mpospisek