IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of Czar_20100921


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Czar_20100921

    v5 v6  
    1 'I' is SC.
    2 
    3 * First I extracted the name of the failed items from summitcopy log file:
     1* SC: extracted the name of the failed items from summitcopy log file:
    42{{{
    53grep "Nebulous can't " pantasks.stdout.log | grep 20100921 | sed 's/\s/\|/g' | cut -f5 -d'|' > blah
    64}}}
    75
    8 * Then I neb-moved each entry/key from the blah file to a .bak key, e.g:
     6* SC: neb-moved each entry/key from the blah file to a .bak key, e.g:
    97{{{
    108neb-mv neb://ipp020.0/gpc1/20100921/o5460g0391o/o5460g0391o.ota40.fits neb://ipp020.0/gpc1/20100921/o5460g0391o/o5460g0391o.ota40.fits.bak
    119}}}
    1210
    13 * I followed instructions from [wiki:Processing#Startingasingleserver Czar page] to restart summitcopy server:
     11* SC: followed instructions from [wiki:Processing#Startingasingleserver Czar page] to restart summitcopy server:
    1412ssh ipp051 as ipp user and so on...
    1513-> The status command in summitcopy pantasks_client shows decreasing summit_copy Nrun (no Nfail) and activity for pz* scripts.
    1614
    17 * Started registration server (from [wiki:Processing#Startingasingleserver Czar page] again)
     15* SC: Started registration server (from [wiki:Processing#Startingasingleserver Czar page] again)
    1816-> Bill's script shows how things evolve in terms of exposures:
    1917             ~bills/bin/checkexp- -v | grep exposures
     
    3331Czartool shows also that registered items are slowly changing.
    3432
    35 
    36 *
     33* CSW: set ipp020 to repair mode:
     34{{{
     35neb-host ipp020 repair
     36}}}
     37just in case it still has issues when/if it comes back online