Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudappliance/appliance-troubleshooting [2019_04_17 07:25] – [Log] dancloudappliance/appliance-troubleshooting [2019_06_26 23:21] – [Appliance Troubleshooting] steven
Line 1: Line 1:
 # Appliance Troubleshooting # Appliance Troubleshooting
 +Last updated on April 17, 2019.
  
-This document covers troubleshooting of the Enterprise File Fabric Server. The Server runs as a virtual machine, an instance of the Enterprise File Fabric virtual appliance and may be scaled out horizontally (run as multiple instances).+This document covers troubleshooting of the Enterprise File Fabric Server. The Server runs as a virtual machine which may be scaled out horizontally (run as multiple instances).
  
 The virtual appliance is a hardened CentOS image with: The virtual appliance is a hardened CentOS image with:
Line 8: Line 9:
    * Apache Solr search engine    * Apache Solr search engine
  
-It is most commonly used this these deployment scenarios+The most common deployment scenarios are:
   * Single server with database - with the File Fabric Engine and database server on a single instance   * Single server with database - with the File Fabric Engine and database server on a single instance
   * Single server separate database - The File Fabric Engine runs on one instance. The database runs separately either as an additional instance or through a database-as-as-service.   * Single server separate database - The File Fabric Engine runs on one instance. The database runs separately either as an additional instance or through a database-as-as-service.
Line 100: Line 101:
  
     /var/www/smestorage/tmp/logsarchive     /var/www/smestorage/tmp/logsarchive
 +
 +### Log Rotation
 +
 +A log rotation script runs under cron.
 +
 +    /var/www/smestorage/cron/logroller.pl
 +
 +The configuration file is at:
 +
 +    /var/www/smestorage/cron/config_logroller.conf
  
 ## Ports In Use ## Ports In Use
Line 458: Line 469:
 ### Configuration ### Configuration
  
-    /var/www/smestorage/config/s3_html/configuration+    # See <VirtualHost *:80> 
 +    #  DocumentRoot /var/www/smestorage/s3_html 
 +    /etc/httpd/conf/httpd.conf  
  
 ## ClamAV Virus Scanner ## ClamAV Virus Scanner