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 [2019/11/11 22:53]
mpospisek
settings-mgmt:start [2020/03/28 12:44]
mpospisek
Line 1: Line 1:
-====== ADUCID configuration and management apps ======+====== ADUCID configuration and management ======
  
  
 ADUCID server (AIM) has following configuration settings: ADUCID server (AIM) has following configuration settings:
  
-First step is to configure first user as full admin - see [[settings:product-init|Initialization]]+[[settings-mgmt:01-product-init|Initialization]] | First time initialization | 
 +| [[settings-mgmt:02-management-apps|Management Applications]] | Web accessible management, especially identities 
 +| [[settings-mgmt:03-management-file|ADUCID.properties file]] | Detailed AIM settings accessible from AIM console |
  
-When you have permission, you can access [[settings:management-apps|Management Applications]]+Selected management tasks: 
 +  * 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 
  
-Some settings are done via [[settings:management-file|ADUCID.properties file]]+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