IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of AddstarPantasks


Ignore:
Timestamp:
Nov 21, 2011, 4:46:52 PM (15 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddstarPantasks

    v9 v10  
    44
    55There 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
    77 * the DVODB that is specified can be either a real path, or one defined in site.config.
    88 * make sure the appropriate modules are loaded in addstar's pantasks (addstar.pro, minidvodb.pro, survey.pro)
    99 === Setting up the !ThreePi catalog ===
    1010
    11 NOTE: the order is important here due to a yet-to-be-resolved bug:
     11ThreePi's addstar runs on ipp004.  To restart
     12{{{
     13ssh ippdvo@ipp004
     14cd addstar
     15pantasks_server &
     16pantasks_client
     17server input input
     18setup.3pi
    1219
    13 {{{
    14 server module minidvodb.pro
    15 server module survey.pro
    16 add.minidvodb ThreePi.V3 THREEPI.V3.MINI THREEPI.V3 1 GPC1
    17 add.label ThreePi.V3
    1820}}}
    1921
    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:
     22Now look in the gpc1 database table {{{minidvodbRun}}} and see if there is an entry for {{{ThreePi.V3}}} that has a state of 'active':
    2123
     24  yes: do {{{survey.addstar.off}}}
     25
     26  no: do nothing it is all configured
     27
     28Now type {{{run}}}
     29
     30If 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 
     34The same steps as before:
     35
     36LAP's addstar runs on ipp005.  To restart
    2237{{{
    23 survey.add.addstar ThreePi.cam ThreePi.nightlyscience THREEPI.V3 ThreePi.V3 cam
     38ssh ippdvo@ipp005
     39cd addstar
     40pantasks_server &
     41pantasks_client
     42server input input
     43setup.lap
     44
    2445}}}
     46
     47Now 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
     53Now type {{{run}}}
     54
     55If there was no LAP minidvodb in 'active' state, wait until there is one, then turn survey.addstar back on.
     56
     57
     58
    2559
    2660 === A general example ===