| | 1 | == PS1 IPP Czar Logs for the week 2019.05.03 - 2019.05.09 == |
| | 2 | [[PageOutline]] |
| | 3 | |
| | 4 | (Up to [wiki:PS1_IPP_CzarLogs PS1 IPP Czar Logs]) |
| | 5 | |
| | 6 | |
| | 7 | === Friday : 2019.05.03 === |
| | 8 | |
| | 9 | ''' pstamp requests ''' by JRF |
| | 10 | |
| | 11 | Received some error emails about pstamp requests. checking out the pstamp server we can see that over 800,000 jobs have been submitted by QUB. |
| | 12 | |
| | 13 | The errors come from a script run by the crontab on ippc26 (this is mentioned in the emails). The script checks if pstamp has over 100,000 jobs done as this is were pantasks becomes flaky. |
| | 14 | |
| | 15 | Checking out the status of the pstamp pantasks keep an eye on: |
| | 16 | {{{ |
| | 17 | request.finish.run |
| | 18 | }}} |
| | 19 | as we '''DO NOT''' want to restart if this is running as it will cause funkiness. |
| | 20 | |
| | 21 | So let's restart pstamp, doing the usual: |
| | 22 | {{{ |
| | 23 | pantasks> stop |
| | 24 | pantasks> shutdown now --check that the jobs have finished first |
| | 25 | |
| | 26 | ~ippitc/pstamp> pantasks_server & pantasks_client |
| | 27 | pantasks> server input input |
| | 28 | pantasks> setup |
| | 29 | pantasks> run |
| | 30 | }}} |
| | 31 | |
| | 32 | I have added ippc76 to the {{{hosts_apache}}} group in the {{{~ippitc/ippconfig/pantasks_hosts.input}}} file. This is so that when the nodes are allocated that ippc76 will be turned off when the apache group is removed. |
| | 33 | |
| | 34 | Since over 800,000 requests were made the pstamp pantasks will need restarting about every hour or so. |
| | 35 | |
| | 36 | === Saturday : 2019.05.04 === |
| | 37 | |
| | 38 | === Sunday : 2019.05.05 === |
| | 39 | |
| | 40 | === Monday : 2019.05.06 === |
| | 41 | |
| | 42 | === Tuesday : 2019.05.07 === |
| | 43 | |
| | 44 | === Wednesday : 2019.05.08 === |
| | 45 | |
| | 46 | === Thursday : 2019.05.09 === |