Changeset 18462
- Timestamp:
- Jul 10, 2008, 11:15:31 AM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 3 edited
-
chiphosts.mhpcc.config (modified) (2 diffs)
-
replicate.pro (modified) (2 diffs)
-
summit.copy.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chiphosts.mhpcc.config
r16570 r18462 46 46 XY23 STR ipp007 47 47 48 XY24 STR ipp00 849 XY25 STR ipp00 850 XY26 STR ipp0 0851 XY27 STR ipp0 0852 XY30 STR ipp0 0853 XY31 STR ipp0 0848 XY24 STR ipp006 49 XY25 STR ipp009 50 XY26 STR ipp010 51 XY27 STR ipp011 52 XY30 STR ipp016 53 XY31 STR ipp020 54 54 55 55 XY32 STR ipp009 … … 120 120 ota23 STR ipp007 121 121 122 ota24 STR ipp00 8123 ota25 STR ipp00 8124 ota26 STR ipp0 08125 ota27 STR ipp0 08126 ota30 STR ipp0 08127 ota31 STR ipp0 08122 ota24 STR ipp006 123 ota25 STR ipp009 124 ota26 STR ipp010 125 ota27 STR ipp011 126 ota30 STR ipp016 127 ota31 STR ipp020 128 128 129 129 ota32 STR ipp009 -
trunk/ippTasks/replicate.pro
r18409 r18462 69 69 70 70 # modify these after the tasks are tested 71 periods -poll 572 periods -exec 1 2073 periods -timeout 6071 periods -poll 10 72 periods -exec 1 73 periods -timeout 300 74 74 npending 1 75 75 … … 78 78 stderr $LOGSUBDIR/replicate.log 79 79 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 82 87 83 88 # success -
trunk/ippTasks/summit.copy.pro
r17747 r18462 226 226 periods -exec 0.05 227 227 periods -poll 0.025 228 periods -timeout 150228 periods -timeout 700 229 229 # trage 16:00 23:59 230 230 # trage 00:00 04:00 … … 263 263 264 264 $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 266 267 267 268 # create the command line … … 293 294 host local 294 295 295 periods -exec 10296 periods -exec 30 296 297 periods -poll 1 297 periods -timeout 20298 periods -timeout 120 298 299 # trage 16:00 23:59 299 300 # trage 00:00 04:00 … … 309 310 # save the DB name for the exit tasks 310 311 option $DB:$pztoolPendingImfile_DB 311 command pztool -pendingimfile -limit 40 -dbname $DB:$pztoolPendingImfile_DB312 command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB 312 313 $pztoolPendingImfile_DB ++ 313 314 if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0 … … 337 338 periods -exec 5 338 339 periods -poll 0.05 339 periods -timeout 150340 periods -timeout 650 340 341 # trage 16:00 23:59 341 342 # trage 00:00 04:00
Note:
See TracChangeset
for help on using the changeset viewer.
