| 277 | | = Common issues = |
| | 277 | = Finding and dealing with errors = |
| | 278 | |
| | 279 | As shown above, the {{{pantasks: status}}} command shows failures for a particular processing stage. A handy script also exists for monitoring all stages for a particular label (basically a shortcut for using the 'Night summary' page of the ippmonitor (see above)). It is found in {{{/tools}}} under the build directory. Example usage is shown below. |
| | 280 | |
| | 281 | {{{ |
| | 282 | ./processing_quick_check.pl --label SweetSpot.20100409 |
| | 283 | }}} |
| | 284 | |
| | 285 | This provides the following output. |
| | 286 | |
| | 287 | {{{ |
| | 288 | chip stage |
| | 289 | SweetSpot.20100409 full 149 |
| | 290 | |
| | 291 | cam stage |
| | 292 | SweetSpot.20100409 full 149 |
| | 293 | |
| | 294 | fake stage |
| | 295 | SweetSpot.20100409 full 149 |
| | 296 | |
| | 297 | warp stage |
| | 298 | SweetSpot.20100409 full 149 |
| | 299 | |
| | 300 | stack stage |
| | 301 | |
| | 302 | diff stage |
| | 303 | SweetSpot.20100409 full 66 |
| | 304 | SweetSpot.20100409 new 1 |
| | 305 | |
| | 306 | magic stage |
| | 307 | |
| | 308 | magicDS stage |
| | 309 | |
| | 310 | dist stage |
| | 311 | |
| | 312 | ------------------- |
| | 313 | faults and log files |
| | 314 | |
| | 315 | diff new 4 neb://ipp034.0/gpc1/SweetSpot.20100409/2010/04/12/RINGS.V0/skycell.1500.091/RINGS.V0.skycell.1500.091.dif.50316.log |
| | 316 | }}} |
| | 317 | |
| | 318 | The output highlights a problem at the diff stage, and in the {{{faults and log files}}} section, the relevant log file is listed, which can be views using {{{neb-tail}}} as below. |
| | 319 | |
| | 320 | {{{ |
| | 321 | neb-tail neb://ipp034.0/gpc1/SweetSpot.20100409/2010/04/12/RINGS.V0/skycell.1500.091/RINGS.V0.skycell.1500.091.dif.50316.log |
| | 322 | }}} |
| | 323 | |
| | 324 | == Common issues == |