IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of PS1_IPP_Czarlog_20190422


Ignore:
Timestamp:
Apr 22, 2019, 9:32:17 PM (7 years ago)
Author:
tdeboer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190422

    v7 v8  
    8080 * MEH: adding QUB.2 to pstamp server for bulk QUB requests (similar to MOPS.2, large/long request not needed ASAP), ps_ud_QUB.2 label and updates done in ippqub:stdscience_ws pantask -- lots of faults, czar not need to worry about at this time and due to the ongoing issue of multiple copies of needed files only on the ippb nodes and none on the actual IPP-ITC cluster...
    8181
     82 * TdB: Around 21:00 I noticed that data was no longer downloading from the summit. A quick look at the summitcopy pantask stdout log showed that MySQL was down, which was causing the problem. Gene checked the process list for mysql:
     83{{{
     84ps aux | grep mys
     85}}}
     86 it was not listed, so it had crashed or had been shutdown. Looking at /var/log/mysql/mysqld.err showed the messages about the crash. Gene restarted MySQL on ippdb09 as follows:
     87{{{
     88restarting MySQL:
     89
     90/etc/init.d/mysql start
     91
     92(it complains about the PID file being left behind, but tries to start anyway.  The start also takes too long, and the startup script gives up and claims the start fails.  NOTE this is not true: you need to check the process list (ps aux | grep mys) and check for mysql.  It will probably be there, it is just taking a long time to start up.  You can check the log file (tail -f /var/log/mysql/mysqld.err) and wait for it to say "ready for connections.").
     93}}}
     94 Once mysql was back up, nebulous started working again and downloads proceeded OK.
     95
     96
     97
    8298=== Tuesday : 2019.04.23 ===
    8399