IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ProcedureBurntoolDoesNotStart


Ignore:
Timestamp:
Sep 1, 2010, 10:36:55 AM (16 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcedureBurntoolDoesNotStart

    v5 v6  
    11= Procedure: What to do when ''burntool'' does not start =
    22
    3 == One image was not copied from the summit ==
     3== One image was not copied from the summit. The IMAGE is VALID ==
     4Do not use this procedure if the image is NOT valid.
    45
    56* '''Step 1:''' Check in the relevant log file (that is: ''~ipp/summitcopy/pantasks_stdout.log'') what was the reason for the failure
     
    4243}}}
    4344
    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!)
    4546
    4647{{{
    47 pztool -revertcopied 
     48pztool -revertcopied
    4849}}}
    4950
    50 Note: the status of the faulty file can be checked in the gpc1 database.
     51''Note:'' the status of the faulty file can be checked in the ''gpc1'' database.
    5152{{{
    5253ipp@ipp051>>> mysql -h ippdb01 -u ipp -pipp gpc1
     
    5859+-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+
    5960}}}
     61The faulty entry can then be deleted:
     62{{{
     63mysql> delete from pzDownloadImfile where exp_name='o5440g0622o' and class_id='ota45';
     64Query OK, 1 row affected (0.01 sec)
     65mysql> quit
     66}}}