| 914 | | |
| 915 | | |
| 916 | | TODO: |
| | 914 | ''' neb-size issue''' by JRF |
| | 915 | |
| | 916 | |
| | 917 | There is a chip fault mentioning a missing psf file: |
| | 918 | {{{ |
| | 919 | PSF 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 |
| | 920 | ipp067.0 available |
| | 921 | ipp078.0 available |
| | 922 | ipp107.1 available |
| | 923 | PSPHOT.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 | |
| | 926 | The 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 | |
| | 935 | We can see that 2 of the 3 files have a 0-size file. This could indicate that zero-size files are getting replicated! |
| | 936 | |
| | 937 | Let'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 | |
| | 942 | Two 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:'''' |