IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of ProcedureBurntoolDoesNotStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcedureBurntoolDoesNotStart

    v6 v7  
    4343}}}
    4444
    45 * '''Step 4:''' Use ''pztool'' to revert (!Note: I did this step differently!)
    46 
    47 {{{
    48 pztool -revertcopied
    49 }}}
    50 
    51 ''Note:'' the status of the faulty file can be checked in the ''gpc1'' database.
     45* '''Step 4:''' Revert
     46The status of the faulty entry can be checked in the ''gpc1'' database.
    5247{{{
    5348ipp@ipp051>>> mysql -h ippdb01 -u ipp -pipp gpc1
     
    5651| exp_name    | camera | telescope | class | class_id | uri                                                                    | fault | epoch | hostname | bytes | md5sum |
    5752+-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+
    58 | o5440g0622o | gpc1   | ps1       | chip  | ota45    | http://conductor.ifa.hawaii.edu/ds/gpc1/o5440g0622o/o5440g0622o45.fits | 9 | 2010-09-01 08:35:14 | NULL | 0 | NULL |
     53| o5440g0622o | gpc1   | ps1       | chip  | ota45    | http://conductor.ifa.hawaii.edu/ds/gpc1/o5440g0622o/o5440g0622o45.fits | 9     | [...] | NULL     | 0     | NULL  |
    5954+-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+
    6055}}}
     
    6560mysql> quit
    6661}}}
     62
     63* '''Step 5:''' Copy the file from the summit and register it into the gpc1 database
     64
     65The following command is the one that can be found in the log file ''without'' the md5 argument.
     66ipp@ipp051>>> {{{
     67summit_copy.pl uri http://conductor.ifa.hawaii.edu/ds/gpc1/o5440g0622o/o5440g0622o45.fits —filename neb:ipp047.0/gpc1/20100901/o5440g0622o/o5440g0622o.ota45.fits —exp_name o5440g0622o —inst gpc1 —telescope ps1 —class chip —class_id ota45 —bytes 49429440 —dbname gpc1 —timeout 600 —verbose —copies 2 —compress —nebulous
     68}}}
     69
     70* '''Step 6:''' Check entry in database
     71
     72Check that the entry is now valid in gpc1 database:
     73{{{
     74mysql -h ippdb01 -u ipp -pipp gpc1
     75mysql> select * from pzDownloadImfile where exp_name='o5440g0622o' and class_id='ota45';
     76+-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+
     77| exp_name    | camera | telescope | class | class_id | uri                                                           | fault | epoch | hostname | bytes    | md5sum |
     78+-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+
     79| o5440g0622o | gpc1   | ps1       | chip  | ota45    | neb:ipp047.0/gpc1/20100901/o5440g0622o/o5440g0622o.ota45.fits | 0     | [...] | ipp051   | 22420800 | [...]  |
     80+-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+
     81}}}
     82
     83== '''Notes:''' ==
     84For Step 4 (and later?) ''pztool'' can be used to revert. ''If you know how to do it, write it down. If you don't have time to write it, tell Serge so that he can write it.''
     85{{{
     86pztool -revertcopied?
     87}}}
     88