IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of MergeDvoDbLap20120706


Ignore:
Timestamp:
Feb 8, 2013, 11:49:20 AM (13 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MergeDvoDbLap20120706

    v7 v8  
    5151
    5252 * to check: there are 152 or so faulted addstuffs..why?? note I don't think it has to do with what I've been doing ... oh it is...I fail at compiling.. I think it's okay though... need to check...
     53
     54== restart ==
     55
     56The mergedvodb that I created failed because of file permissions. I have fixed the directory permission problem but I need to start over:
     57
     58 * step 1 rsync -> /data/ipp005.0/gpc1/catdirs/LAP.ThreePi.20120706.20130208 == this is a horrible name but at least it's descriptive
     59 * step 2 fix hosttable.dat
     60 * step 3 dvodist -out
     61 * step 4 fix the mergedvodbRun tables - want to redo the merging.
     62   * check that addstarlap and addstar do not have anything in show.mergedvodb or survey.show.mergedvodb (I deleted them)
     63   * use these commands to move stuff out of the way in the db
     64   {{{
     65mysql> update mergedvodbRun set mergedvodb_path = '/data/ipp005.0/gpc1/catdirs/LAP.ThreePi.20120706.drop.20130207' where mergedvodb = 'LAP.20120706';
     66Query OK, 74 rows affected (0.04 sec)
     67Rows matched: 74  Changed: 74  Warnings: 0
     68
     69mysql> update mergedvodbRun set mergedvodb = 'LAP.20120706.drop.20130207' where mergedvodb = 'LAP.20120706';
     70Query OK, 74 rows affected (0.01 sec)
     71Rows matched: 74  Changed: 74  Warnings: 0
     72}}}
     73   * move stuff out of the way on the ipp005.0 side;
     74{{{
     75ippdvo@ipp005:/data/ipp005.0/gpc1/catdirs>mv LAP.ThreePi.20120706.drop2 LAP.ThreePi.20120706.drop.20130207
     76}}}
     77pantasks_client stuff:
     78{{{
     79pantasks: mergedvodb.merge.off
     80}}}
     81queue:
     82{{{
     83survey.add.mergedvodb LAP.20120706.cam LAP.20120706 LAP.slice18.cam
     84}}}
     85remove from queue:
     86survey.del.mergedvodb LAP.20120706.cam
     87
     88and repeat for .skycal
     89
     90