Changes between Version 5 and Version 6 of RunningTheDistributionClient
- Timestamp:
- Jul 9, 2009, 4:12:29 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningTheDistributionClient
v5 v6 7 7 * Build a current ipp and insure that it works by running simtest. See [wiki:IPP_Installation] and [wiki:SimtestNew]. 8 8 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 {{{ 11 dbadmin project somehost someaccount rc_test 12 }}} 10 13 11 14 * Populate the tables: {{{pxadmin -dbname rc_test -create-mirror}}} … … 25 28 26 29 {{{ 27 input pantasks.pro 30 input pantasks.pro (is input synonymous to module?) 28 31 input receive.pro 29 32 add.database rc_test … … 37 40 38 41 Multiple hosts may be specified as usual. 42 43 Summary 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 }}}
