Changes between Version 187 and Version 188 of Processing
- Timestamp:
- Apr 23, 2013, 8:37:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v187 v188 189 189 It 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). 190 190 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). 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). Please check the stopping addstar section below if necessary. 192 192 == Stopping == 193 193 === To stop a single pantasks server (scheduler) instance === … … 281 281 282 282 The 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 286 There 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 297 go into each directory and issue these commands: 298 299 {{{ 300 cd ~ippdvo/addstar 301 pantasks_client 302 stop 303 status 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 315 The 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 283 320 284 321 = Monitoring LAP processing =
