IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of PS1_IPP_Czarlog_20190426


Ignore:
Timestamp:
May 2, 2019, 5:13:51 PM (7 years ago)
Author:
fairlamb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190426

    v19 v20  
    912912
    913913
    914 
    915 
    916 TODO:
     914''' neb-size issue''' by JRF
     915
     916
     917There is a chip fault mentioning a missing psf file:
     918{{{
     919PSF file neb://ipp037.0/gpc1/LAP.PV3.20140730.ipp/2014/11/22/o6917g0416o.795959/o6917g0416o.795959.ch.1270824.XY56.psf is missing at /data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/bin/chip_imfile.pl line 653
     920ipp067.0 available
     921ipp078.0 available
     922ipp107.1 available
     923PSPHOT.PSF.SAVE is missing but we cannot regenerate it at /data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/bin/chip_imfile.pl line 834
     924}}}
     925
     926The file is available so check it out:
     927{{{
     928  neb-stat --validate neb://ipp037.0/gpc1/LAP.PV3.20140730.ipp/2014/11/22/o6917g0416o.795959/o6917g0416o.795959.ch.1270824.XY56.psf
     929
     930      1 d41d8cd98f00b204e9800998ecf8427e file:///data/ipp067.0/nebulous/3e/00/7202381844.gpc1:LAP.PV3.20140730.ipp:2014:11:22:o6917g0416o.795959:o6917g0416o.795959.ch.1270824.XY56.psf
     931      1 88c2915120a480fb5ea907c88576d6e4 file:///data/ipp078.0/nebulous/3e/00/7407183092.gpc1:LAP.PV3.20140730.ipp:2014:11:22:o6917g0416o.795959:o6917g0416o.795959.ch.1270824.XY56.psf
     932      1 d41d8cd98f00b204e9800998ecf8427e file:///data/ipp107.1/nebulous/3e/00/9361845752.gpc1:LAP.PV3.20140730.ipp:2014:11:22:o6917g0416o.795959:o6917g0416o.795959.ch.1270824.XY56.psf
     933}}}
     934
     935We can see that 2 of the 3 files have a 0-size file. This could indicate that zero-size files are getting replicated!
     936
     937Let's simply replace these zero size files with the good one! Then revert the job to proceed.
     938
     939
     940''' chip wait ''' by JRF
     941
     942Two chip jobs with state of 'wait', so do the following:
     943 - Force a change of the state, then setimfiletoupdate (so that is actually proceeds).
     944{{{
     945  chiptool -dbname gpc1 -updaterun -state wait -set_state update -set_label update.LAP.PV3 -chip_id 1305081
     946  chiptool -dbname gpc1 -updaterun -state wait -set_state update -set_label update.LAP.PV3 -chip_id 1305187
     947
     948  chiptool -dbname gpc1 -setimfiletoupdate -set_label update.LAP.PV3 -chip_id 1305081
     949  chiptool -dbname gpc1 -setimfiletoupdate -set_label update.LAP.PV3 -chip_id 1305187
     950}}}
     951
     952
     953'''TODO:''''
    917954 - TONIGHT (provided we get data): read up on the desperate diffs scripts so far - Run some diff checkings while data it processing
    918  - fix those 0 size psf files
    919955 - A stamp request was made form MPIA, do we want to be supporting this? Will be raised at tomorrows meeting by MEH.
    920  - Firday: queue more jobs for the next czar Roger
    921 
     956 - Friday: queue more jobs for the next czar Roger
     957