Changeset 4452 for trunk/Ohana/src/opihi/doc/pcontrol.txt
- Timestamp:
- Jul 5, 2005, 7:12:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/doc/pcontrol.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/doc/pcontrol.txt
r4450 r4452 99 99 +host name : run job on specified host, error if not available (error when attempted, not when submitted) 100 100 -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 101 103 102 104 * priority information? … … 137 139 currently down, while the transition idle -> down is immediately 138 140 followed by an attempt by pcontrol to move the host from down -> idle. 141 This functionality can be used with non-automatic calling of 142 CheckSystem to test the pcontrol host interface operations. 139 143 140 144 does it makes sense to kill all jobs on a host? this would only have … … 154 158 --- 155 159 156 write message157 read until MESSAGE END158 159 160 160 Job States: 161 161 … … 164 164 EXIT 165 165 CRASH 166 NEW 167 DEL 166 NEW * 167 DEL * 168 169 * - invisible states 168 170 169 171 Job State Transitions: … … 185 187 DOWN 186 188 OFF 187 NEW 188 DEL 189 NEW * 190 DEL * 191 192 * - invisible states 189 193 190 194 Host State Transitions: … … 214 218 StartHost - P 215 219 CheckHost - P 220 221 U - operation performed by the user 222 P - operation performed by the program
Note:
See TracChangeset
for help on using the changeset viewer.
