IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2005, 7:12:22 AM (21 years ago)
Author:
eugene
Message:

tested / bugfixed sched/pcontrol I/F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/doc/pcontrol.txt

    r4450 r4452  
    9999  +host name : run job on specified host, error if not available (error when attempted, not when submitted)
    100100  -timeout N : seconds before controller gives up on job (once started)
     101  -stdout name : redirect job stdout to file directly
     102  -stderr name : redirect job stderr to file directly
    101103
    102104  * priority information?
     
    137139currently down, while the transition idle -> down is immediately
    138140followed by an attempt by pcontrol to move the host from down -> idle.
     141This functionality can be used with non-automatic calling of
     142CheckSystem to test the pcontrol host interface operations.
    139143
    140144does it makes sense to kill all jobs on a host?  this would only have
     
    154158---
    155159
    156 write message
    157 read until MESSAGE END
    158 
    159 
    160160Job States:
    161161
     
    164164EXIT
    165165CRASH
    166 NEW
    167 DEL
     166NEW *
     167DEL *
     168
     169* - invisible states
    168170
    169171Job State Transitions:
     
    185187DOWN
    186188OFF
    187 NEW
    188 DEL
     189NEW *
     190DEL *
     191
     192* - invisible states
    189193
    190194Host State Transitions:
     
    214218StartHost - P
    215219CheckHost - P
     220
     221U - operation performed by the user
     222P - operation performed by the program
Note: See TracChangeset for help on using the changeset viewer.