| | 450 | === Removing a troublesome host === |
| | 451 | |
| | 452 | Sometimes 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 | {{{ |
| | 456 | pantasks: controller host off ipp016 |
| | 457 | }}} |
| | 458 | |
| | 459 | We also need to set the same host to a state of 'repair' in nebulous: |
| | 460 | |
| | 461 | |
| | 462 | {{{ |
| | 463 | neb-host ipp016 repair |
| | 464 | }}} |
| | 465 | |
| | 466 | This 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 || |