Changes between Version 13 and Version 14 of shepherding_the_pstamp_server
- Timestamp:
- Feb 16, 2016, 10:56:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shepherding_the_pstamp_server
v13 v14 137 137 }}} 138 138 139 '''Note: Much of the next few paragraphs no longer applies due to the aboliton of magic.'''140 139 141 140 pstamp_checkdependent.pl sets chipRun 77563, class_id XY31 to update state and watches for it to 142 go to 'full' state. Once it' goes to full it sets the magicDSRun to 'new' state. Once the component143 is destreaked chipProcessedImfile.magicked > 0 it's done and the pstampDependent is set to 'full' 144 145 The update processing is managed by the 'update' pantasks.141 go to 'full' state. Once that happens the state of the pstampDependent is set to 'full' 142 143 The update processing is managed by the 'stdscience' pantasks except for the ps_ud_QUB label which 144 is being run somewhere else. 146 145 147 146 When a dependent run faults (that is when a … … 171 170 }}} 172 171 173 To make a request and it's jobs just go away set the request's state to goto_cleaned. -- what is the command example to do so?? 172 If just a few jobs are affected by the outage, then the rest of the request can 173 174 To make a request and it's jobs just go away set the request's state to goto_cleaned with the command 175 176 {{{ 177 pstamptool -dbname ippRequestServer -dbserver $PSDBSERVER -updatereq -set_state goto_cleaned -req_id 182918 178 }}} 179 174 180 * could the fault also be set to an error code if known what the fault is -- like 25 for data(old) that isn't updating properly? 175 181 176 pst -updatereq -set_state goto_cleaned -req_id NNNNNNN177 182 178 183 … … 217 222 the data store. 218 223 219
