IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 187 and Version 188 of Processing


Ignore:
Timestamp:
Apr 23, 2013, 8:37:19 PM (13 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v187 v188  
    189189It is occasionally necessary to stop and restart the {{{pantasks_server}}} instances. For example, when it is necessary to [wiki:Processing#RebuildingtheIPPcode update and rebuild the code], or if pantasks itself becomes unresponsive or shows negative values in some columns of the status display (above).
    190190
    191 When stopping the pantasks, check with the others to find out if they have rogue pantasks running that should also be stopped (for example, heather with addstars, or chris/mark with rogue stack pantasks).
     191When stopping the pantasks, check with the others to find out if they have rogue pantasks running that should also be stopped (for example, heather with addstars, or chris/mark with rogue stack pantasks). Please check the stopping addstar section below if necessary.
    192192== Stopping ==
    193193=== To stop a single pantasks server (scheduler) instance ===
     
    281281
    282282The first command launches the {{{pantasks_servers}}} on the correct host, the second calls the three commands listed above ( {{{server input input; setup; run}}} ).
     283
     284== Stopping/Starting addstars ==
     285
     286There are a number of addstar pantasks currently in use for ippdvo  (note, not all may be active):
     287
     288 * ipp004: addstar
     289 * ipp005: addstarlap
     290 * ipp007: addstar007
     291 * ipp008: addstar008
     292 * ipp009: addstar009
     293 * ipp010: addstar010
     294
     295=== to stop the addstars ===
     296
     297go into each directory and issue these commands:
     298
     299{{{
     300cd ~ippdvo/addstar
     301pantasks_client
     302stop
     303status
     304
     305}}}
     306
     307'''It is extremely important to wait until all the addstar tasks are done before shutting down addstar.  If you do not, you risk:
     308   * causing an exposure to be addstarred twice
     309   * destroying a minidvodb
     310   * destroying the big mergedvodb
     311'''
     312
     313=== to start the addstars ===
     314
     315The best is to ask heather for advice on this, because different addstars will be in different states of activity based on the addstar needs.  In general it can be restarted as above (for a single addstar), and this will not hurt anything as by default when addstar is started it has nothing to do. This is to keep heather's sanity.
     316
     317
     318
     319
    283320
    284321= Monitoring LAP processing =