Changes between Version 8 and Version 9 of PS1_IPP_Czarlog_20190107
- Timestamp:
- Jan 13, 2019, 11:11:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20190107
v8 v9 22 22 * nebulous db (ippdb09) not responding well, adjustments being made 23 23 === Saturday : 2019.01.12 === 24 * MEH: ippc70 crashed last night -- power cycle not bringing back online -- comment out in ippconfig/nebservers.csh (in ~ippitc, ~ippps2, ~ipp) and change NEB_HOST to ippc71.. restart pantasks in fresh login just to be sure 24 * MEH: ippc70 crashed last night -- power cycle not bringing back online, power off until can be looked at -- comment out in ippconfig/nebservers.csh (in ~ippitc, ~ippps2, ~ipp) and change NEB_HOST to ippc71.. restart pantasks in fresh login just to be sure 25 * MEH: nagios should have alerted us, Gavin found emails being held moderator since 12/10 -- large backlog of email now available 25 26 * MEH: ippc70 crash wedged registration -- 26 27 {{{ 27 select * from rawImfile where exp_id> 1440841 and data_state not like "full";28 select * from rawImfile where exp_id>=1440841 and data_state not like "full"; 28 29 29 30 | exp_id | class_id | data_state | … … 31 32 | 1440841 | XY45 | check_burntool | 32 33 | 1440842 | XY45 | pending_burntool | 34 .... 33 35 34 36 regtool -updateprocessedimfile -exp_id 1440841 -class_id XY45 -set_state pending_burntool -dbname gpc1
