IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of Czar_20100921


Ignore:
Timestamp:
Sep 21, 2010, 11:12:24 AM (16 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Czar_20100921

    v1 v1  
     1
     2* First I extracted the name of the failed items from summitcopy log file:
     3{{{
     4grep "Nebulous can't " pantasks.stdout.log | grep 20100921 | sed 's/\s/\|/g' | cut -f5 -d'|' > blah
     5}}}
     6
     7* Then I neb-moved each entry/key from the blah file to a .bak key, e.g:
     8{{{
     9neb-mv neb://ipp020.0/gpc1/20100921/o5460g0391o/o5460g0391o.ota40.fits neb://ipp020.0/gpc1/20100921/o5460g0391o/o5460g0391o.ota40.fits.bak
     10}}}
     11
     12* I followed instructions from [wiki:Processing#Startingasingleserver Czar page] to restart summitcopy server:
     13ssh ipp051 as ipp user and so on...
     14-> The status command in summitcopy pantasks_client shows decreasing summit_copy Nrun (no Nfail) and activity for pz* scripts.
     15
     16* Started registration server (from [wiki:Processing#Startingasingleserver Czar page] again)
     17-> Bill's script shows how things evolve in terms of exposures:
     18             ~bills/bin/checkexp- -v | grep exposures
     19
     20*