| | 53 | |
| | 54 | == restart == |
| | 55 | |
| | 56 | The 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 | {{{ |
| | 65 | mysql> update mergedvodbRun set mergedvodb_path = '/data/ipp005.0/gpc1/catdirs/LAP.ThreePi.20120706.drop.20130207' where mergedvodb = 'LAP.20120706'; |
| | 66 | Query OK, 74 rows affected (0.04 sec) |
| | 67 | Rows matched: 74 Changed: 74 Warnings: 0 |
| | 68 | |
| | 69 | mysql> update mergedvodbRun set mergedvodb = 'LAP.20120706.drop.20130207' where mergedvodb = 'LAP.20120706'; |
| | 70 | Query OK, 74 rows affected (0.01 sec) |
| | 71 | Rows matched: 74 Changed: 74 Warnings: 0 |
| | 72 | }}} |
| | 73 | * move stuff out of the way on the ipp005.0 side; |
| | 74 | {{{ |
| | 75 | ippdvo@ipp005:/data/ipp005.0/gpc1/catdirs>mv LAP.ThreePi.20120706.drop2 LAP.ThreePi.20120706.drop.20130207 |
| | 76 | }}} |
| | 77 | pantasks_client stuff: |
| | 78 | {{{ |
| | 79 | pantasks: mergedvodb.merge.off |
| | 80 | }}} |
| | 81 | queue: |
| | 82 | {{{ |
| | 83 | survey.add.mergedvodb LAP.20120706.cam LAP.20120706 LAP.slice18.cam |
| | 84 | }}} |
| | 85 | remove from queue: |
| | 86 | survey.del.mergedvodb LAP.20120706.cam |
| | 87 | |
| | 88 | and repeat for .skycal |
| | 89 | |
| | 90 | |