IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 161 and Version 162 of ippToPsps


Ignore:
Timestamp:
Sep 29, 2011, 1:16:43 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v161 v162  
    8484
    8585= Using the software =
     86
     87== Setting up a loading machine ==
     88
     89Although this can be changed in the config file, {{{ippToPsps}}} uses a 'scratch' MySQL database on {{{localhost}}} while processing. So, to run  {{{ippToPsps}}} a local MySQL server should be up-and-running, with a database created as the {{{ipp}}} user for use by {{{ippToPsps}}}. The default name for this is {{{ipptopsps_scratch}}}.
     90
     91Because {{{ippToPsps}}} uses this local database as a scratch database, there are large number of inserts and deletions, meaning large log files. For this reason, it is important to configure MySQL to store its data on a local partition, and not {{{/var}}} as is the default. For example, on {{{ipp005}}}:
     92
     93{{{
     94/var/lib/mysql
     95}}}
     96
     97was moved to:
     98
     99{{{
     100/export/ipp005.0/mysql
     101}}}
     102
     103In addition, it is prudent to decrease the default MySQL log-retention period from 90 days to 1 day. This is done is in
     104
     105{{{
     106/etc/mysql/my.cnf
     107}}}
     108
     109on the line
     110
     111{{{
     112expire_logs_days                                = 90
     113}}}
    86114
    87115== Running {{{ippToPsps}}} ==