Changes between Version 3 and Version 4 of RunningTheDistributionClient
- Timestamp:
- Jul 8, 2009, 5:01:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningTheDistributionClient
v3 v4 3 3 (back to [wiki:IPP_for_PS1 IPP for PS1]; back to [wiki:GPC1_DataDistribution GPC1 Data Distribution]) 4 4 5 #Build a current ipp and insure that it works by running simtest. See [wiki:IPP_Installation] and [wiki:SimtestNew].5 * Build a current ipp and insure that it works by running simtest. See [wiki:IPP_Installation] and [wiki:SimtestNew]. 6 6 7 * Create an empty database in mysql with some name. This example uses {{{rc_test}}}.7 * Create an empty database in mysql with some name. This example uses {{{rc_test}}}. 8 8 9 * populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}}9 * populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}} 10 10 11 * Add the source (a reference our data store) to the database11 * Add the source (a reference our data store) to the database 12 12 {{{ 13 13 receivetool -dbname rc_test -definesource \ … … 20 20 Where {{{$WORKDIR}}} is the top level directory for the data to be received 21 21 22 * Start up pantasks and issue the following comands22 * Start up pantasks and issue the following comands 23 23 24 24 {{{
