IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of PS1_IPP_Czarlog_20190225


Ignore:
Timestamp:
Feb 25, 2019, 4:19:44 PM (7 years ago)
Author:
fairlamb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190225

    v1 v2  
    99  * updated nebdiskd to exclude xattr = 4 (as well as 5, already excluded)
    1010  * installed the new version for user ipp@ipp117
     11
     12 JRF: There was an email warning about the load on ippdb08 getting high. EAM handled the problem and performed the following steps:
     13   - check on ganglia that load has been getting too high i.e. that the email is correct.
     14   - ssh to the machine, and log into the database using the nebulous login (the mysql database in this case is ippdb09). The reason for ssh to the machine is that you have to be local to see some of the processes.
     15Can view the processes with:
     16{{{
     17SHOW PROCESSLIST;
     18}}}
     19alternatively:
     20{{{
     21SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST ORDER BY TIME DESC LIMIT 10;
     22}}}
     23Note that you need to have all privileges to see all these processes. In this case can you use the {{{nebulous}}} user, but beware that it has write privileges too!
     24   - the end column provides the process id for the job, go kill this to stop the request. It is best to kill this where it is running
     25
    1126 
    12 === Tuesday : YYYY.MM.DD ===
     27=== Tuesday : 2019.02.26 ===
    1328
    14 === Wednesday : YYYY.MM.DD ===
     29=== Wednesday : 2019.02.27 ===
    1530
    16 === Thursday : YYYY.MM.DD ===
     31=== Thursday : 2019.02.28 ===
    1732
    18 === Friday : YYYY.MM.DD ===
     33=== Friday : 2019.03.01 ===
    1934
    20 === Saturday : YYYY.MM.DD ===
     35=== Saturday : 2019.03.02 ===
    2136
    22 === Sunday : YYYY.MM.DD ===
     37=== Sunday : 2019.03.03 ===
    2338