IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18462


Ignore:
Timestamp:
Jul 10, 2008, 11:15:31 AM (18 years ago)
Author:
bills
Message:

Adjust parameters. Make replicate.load dynamic so we can adjust the exec time.

Location:
trunk/ippTasks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chiphosts.mhpcc.config

    r16570 r18462  
    4646  XY23  STR  ipp007
    4747
    48   XY24  STR  ipp008
    49   XY25  STR  ipp008
    50   XY26  STR  ipp008
    51   XY27  STR  ipp008
    52   XY30  STR  ipp008
    53   XY31  STR  ipp008
     48  XY24  STR  ipp006
     49  XY25  STR  ipp009
     50  XY26  STR  ipp010
     51  XY27  STR  ipp011
     52  XY30  STR  ipp016
     53  XY31  STR  ipp020
    5454
    5555  XY32  STR  ipp009
     
    120120  ota23  STR  ipp007
    121121
    122   ota24  STR  ipp008
    123   ota25  STR  ipp008
    124   ota26  STR  ipp008
    125   ota27  STR  ipp008
    126   ota30  STR  ipp008
    127   ota31  STR  ipp008
     122  ota24  STR  ipp006
     123  ota25  STR  ipp009
     124  ota26  STR  ipp010
     125  ota27  STR  ipp011
     126  ota30  STR  ipp016
     127  ota31  STR  ipp020
    128128
    129129  ota32  STR  ipp009
  • trunk/ippTasks/replicate.pro

    r18409 r18462  
    6969
    7070  # modify these after the tasks are tested
    71   periods      -poll 5
    72   periods      -exec 120
    73   periods      -timeout 60
     71  periods      -poll 10
     72  periods      -exec 1
     73  periods      -timeout 300
    7474  npending     1
    7575
     
    7878  stderr $LOGSUBDIR/replicate.log
    7979
    80   # command does not need to be dynamic
    81   command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 100
     80  task.exec
     81      # command does not need to be dynamic, but having it so allows us to adjust the periods
     82      # so that we dont have to wait 10 minutes for things to start up
     83      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 2000
     84      periods      -exec 600
     85
     86  end
    8287
    8388  # success
  • trunk/ippTasks/summit.copy.pro

    r17747 r18462  
    226226    periods      -exec     0.05
    227227    periods      -poll     0.025
    228     periods      -timeout  150
     228    periods      -timeout  700
    229229    # trage       16:00 23:59
    230230    # trage       00:00 04:00
     
    263263
    264264        $batman = $EXP_NAME
    265         $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 120
     265        # Sidik says we should use a longer timeout
     266        $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 650
    266267
    267268        # create the command line
     
    293294    host         local
    294295
    295     periods      -exec     10
     296    periods      -exec     30
    296297    periods      -poll      1
    297     periods      -timeout  20
     298    periods      -timeout  120
    298299    # trage       16:00 23:59
    299300    # trage       00:00 04:00
     
    309310        # save the DB name for the exit tasks
    310311        option $DB:$pztoolPendingImfile_DB
    311         command pztool -pendingimfile -limit 40 -dbname $DB:$pztoolPendingImfile_DB
     312        command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB
    312313        $pztoolPendingImfile_DB ++
    313314        if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0
     
    337338    periods      -exec     5
    338339    periods      -poll     0.05
    339     periods      -timeout  150
     340    periods      -timeout  650
    340341    # trage       16:00 23:59
    341342    # trage       00:00 04:00
Note: See TracChangeset for help on using the changeset viewer.