Changes between Version 4 and Version 5 of RunningTheDistributionClient
- Timestamp:
- Jul 8, 2009, 5:06:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningTheDistributionClient
v4 v5 2 2 3 3 (back to [wiki:IPP_for_PS1 IPP for PS1]; back to [wiki:GPC1_DataDistribution GPC1 Data Distribution]) 4 5 This 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. 4 6 5 7 * Build a current ipp and insure that it works by running simtest. See [wiki:IPP_Installation] and [wiki:SimtestNew]. … … 7 9 * Create an empty database in mysql with some name. This example uses {{{rc_test}}}. 8 10 9 * populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}}11 * Populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}} 10 12 11 * Add the source (a reference our data store) to the database13 * Add the source (a reference to our data store) to the database 12 14 {{{ 13 15 receivetool -dbname rc_test -definesource \ … … 31 33 32 34 replacing {{{somehost}}} with the name of the hosts to run the pantasks jobs. 35 33 36 Note: 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). 34 37
