Changes between Version 5 and Version 6 of ProcedureBurntoolDoesNotStart
- Timestamp:
- Sep 1, 2010, 10:36:55 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProcedureBurntoolDoesNotStart
v5 v6 1 1 = Procedure: What to do when ''burntool'' does not start = 2 2 3 == One image was not copied from the summit == 3 == One image was not copied from the summit. The IMAGE is VALID == 4 Do not use this procedure if the image is NOT valid. 4 5 5 6 * '''Step 1:''' Check in the relevant log file (that is: ''~ipp/summitcopy/pantasks_stdout.log'') what was the reason for the failure … … 42 43 }}} 43 44 44 * '''Step 4:''' Use ''pztool'' to revert (! I did this step differently!)45 * '''Step 4:''' Use ''pztool'' to revert (!Note: I did this step differently!) 45 46 46 47 {{{ 47 pztool -revertcopied 48 pztool -revertcopied 48 49 }}} 49 50 50 Note: the status of the faulty file can be checked in the gpc1database.51 ''Note:'' the status of the faulty file can be checked in the ''gpc1'' database. 51 52 {{{ 52 53 ipp@ipp051>>> mysql -h ippdb01 -u ipp -pipp gpc1 … … 58 59 +-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+ 59 60 }}} 61 The faulty entry can then be deleted: 62 {{{ 63 mysql> delete from pzDownloadImfile where exp_name='o5440g0622o' and class_id='ota45'; 64 Query OK, 1 row affected (0.01 sec) 65 mysql> quit 66 }}}
