IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of RunningTheDistributionClient


Ignore:
Timestamp:
Jul 9, 2009, 4:12:29 AM (17 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningTheDistributionClient

    v5 v6  
    77 * Build a current ipp and insure that it works by running simtest.  See [wiki:IPP_Installation] and [wiki:SimtestNew].
    88
    9  * Create an empty database in mysql with some name.  This example uses {{{rc_test}}}.
     9 * Create an empty database in mysql with some name.  This example uses {{{rc_test}}}:
     10{{{
     11dbadmin project somehost someaccount rc_test
     12}}}
    1013
    1114 * Populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}}
     
    2528
    2629{{{
    27   input pantasks.pro
     30  input pantasks.pro  (is input synonymous to module?)
    2831  input receive.pro
    2932  add.database rc_test
     
    3740
    3841Multiple hosts may be specified as usual.
     42
     43Summary information on faults and copy/extract times can be found in the receiveResult table of the mySQL database
     44
     45{{{
     46  select * from receiveResult where fault>0;
     47  select * from receiveResult;
     48}}}