IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 56 and Version 57 of Processing


Ignore:
Timestamp:
May 11, 2010, 4:08:00 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v56 v57  
    448448}}}
    449449
     450=== Removing a troublesome host ===
     451
     452Sometimes a particular machine will act unpredictably and should be taken out of processing. To do this, go to each pantasks server in turn and remove the host, {{{ipp016}}} in the example below
     453
     454
     455{{{
     456pantasks: controller host off ipp016
     457}}}
     458
     459We also need to set the same host to a state of 'repair' in nebulous:
     460
     461
     462{{{
     463neb-host ipp016 repair
     464}}}
     465
     466This leaves the machine accessible, but no new data can be allocated to it. See table below for a guide to the other nebulous states
     467
     468|| '''state''' || '''allocate?''' || '''available?''' ||
     469|| up || yes || yes ||
     470|| down || no || no ||
     471|| repair || no || yes ||
    450472
    451473= Rebuilding the IPP code =