IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of RunningTheDistributionClient


Ignore:
Timestamp:
Jul 8, 2009, 5:06:08 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningTheDistributionClient

    v4 v5  
    22
    33(back to [wiki:IPP_for_PS1 IPP for PS1]; back to [wiki:GPC1_DataDistribution GPC1 Data Distribution])
     4
     5This page shows how to set up and run the IPP Data Distribution Client.  In this example, a working simtest distribution set may be downloaded from the IfA IPP installation. 
    46
    57 * Build a current ipp and insure that it works by running simtest.  See [wiki:IPP_Installation] and [wiki:SimtestNew].
     
    79 * Create an empty database in mysql with some name.  This example uses {{{rc_test}}}.
    810
    9  * populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}}
     11 * Populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}}
    1012
    11  * Add the source (a reference our data store) to the database
     13 * Add the source (a reference to our data store) to the database
    1214{{{
    1315receivetool -dbname rc_test -definesource    \
     
    3133
    3234replacing {{{somehost}}} with the name of the hosts to run the pantasks jobs.
     35
    3336Note: These hosts must have internet access to make http requests to the data store and ssh must be set up to allow ssh login without supplying a password (see simtest notes).
    3437