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_06_26 23:21] – [Appliance Troubleshooting] stevencloudappliance/appliance-troubleshooting [2019_10_16 15:56] – [Cron Job Log] steven
Line 95: Line 95:
  
 Sent emails “To” addresses and “Subject”s are logged here. Sent emails “To” addresses and “Subject”s are logged here.
 +
 +### Cron Job Log
 +
 +Cron jobs kick off housekeeping services and background tasks
 +
 +    tail -f /var/www/smestorage/cron/log.txt
 +
 +
  
 ### Log Archive ### Log Archive
Line 142: Line 150:
 ## Disk Space procedure  ## Disk Space procedure 
  
-You can check the disk space by running the command <code>df -kh</code>, you will see the following error for any mysql table in the SME Error Logs  +You can check the disk space by running the command 
-    <code>/var/www/smestorage/sitelogs/errorlogs.txt</code>.+ 
 +    df -kh 
 +     
 +If a table has run out of memory you will see errors in the SME Error Logs 
 + 
 +    /var/www/smestorage/sitelogs/errorlogs.txt
  
-If you have configured notification email, then you will receive notification email with the errors.)+If you have configured notification email, then you will receive notification email with the errors.
  
 If you ran out of diskspace please see the instruction below: If you ran out of diskspace please see the instruction below:
Line 333: Line 346:
 To access the Solr admin from another machine: To access the Solr admin from another machine:
  
-1. Add this line to /etc/sysconfig/iptables:+Add this line to /etc/sysconfig/iptables:
  
     -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 7070 -j ACCEPT     -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 7070 -j ACCEPT
  
-2. Restart iptables+Restart iptables
  
     systemctl reload iptables     systemctl reload iptables
  
-3. Comment out the line in /home/sme/sme_jetty/start.ini:+Comment out the line in /home/sme/sme_jetty/start.ini:
  
     #jetty.host=127.0.0.1     #jetty.host=127.0.0.1
  
-4. From a browser:+From a browser:
  
     http://hostname:7070/  with user solr password drom6etsh9Onk     http://hostname:7070/  with user solr password drom6etsh9Onk