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
Last revision Both sides next revision
settings-mgmt:start [2020/03/28 09:11]
mpospisek
settings-mgmt:start [2020/03/28 12:44]
mpospisek
Line 10: Line 10:
 Selected management tasks: Selected management tasks:
   * Configure [[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]].  +  * 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  
 + 
 +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