Changes between Version 9 and Version 10 of AddstarPantasks
- Timestamp:
- Nov 21, 2011, 4:46:52 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddstarPantasks
v9 v10 4 4 5 5 There are a few steps to get addstar running: 6 6 * are you restarting after a db corruption, fault or move? Please see here before starting: AddstarPantasksRestart 7 7 * the DVODB that is specified can be either a real path, or one defined in site.config. 8 8 * make sure the appropriate modules are loaded in addstar's pantasks (addstar.pro, minidvodb.pro, survey.pro) 9 9 === Setting up the !ThreePi catalog === 10 10 11 NOTE: the order is important here due to a yet-to-be-resolved bug: 11 ThreePi's addstar runs on ipp004. To restart 12 {{{ 13 ssh ippdvo@ipp004 14 cd addstar 15 pantasks_server & 16 pantasks_client 17 server input input 18 setup.3pi 12 19 13 {{{14 server module minidvodb.pro15 server module survey.pro16 add.minidvodb ThreePi.V3 THREEPI.V3.MINI THREEPI.V3 1 GPC117 add.label ThreePi.V318 20 }}} 19 21 20 Now look in the gpc1 database table {{{minidvodbRun}}} and wait for there to be an entry for {{{ThreePi.V3}}} that has a state of 'active' then:22 Now look in the gpc1 database table {{{minidvodbRun}}} and see if there is an entry for {{{ThreePi.V3}}} that has a state of 'active': 21 23 24 yes: do {{{survey.addstar.off}}} 25 26 no: do nothing it is all configured 27 28 Now type {{{run}}} 29 30 If there was no ThreePi.V3 minidvodb in 'active' state, wait until there is one, then turn survey.addstar back on. 31 32 === Setting up the LAP catalog === 33 34 The same steps as before: 35 36 LAP's addstar runs on ipp005. To restart 22 37 {{{ 23 survey.add.addstar ThreePi.cam ThreePi.nightlyscience THREEPI.V3 ThreePi.V3 cam 38 ssh ippdvo@ipp005 39 cd addstar 40 pantasks_server & 41 pantasks_client 42 server input input 43 setup.lap 44 24 45 }}} 46 47 Now look in the gpc1 database table {{{minidvodbRun}}} and see if there is an entry for {{{LAP.ThreePi.20110809}}} that has a state of 'active': 48 49 yes: do {{{survey.addstar.off}}} 50 51 no: do nothing it is all configured 52 53 Now type {{{run}}} 54 55 If there was no LAP minidvodb in 'active' state, wait until there is one, then turn survey.addstar back on. 56 57 58 25 59 26 60 === A general example ===
