| | 20 | |
| | 21 | === CZW deployment notes === |
| | 22 | |
| | 23 | * Construct database tables: |
| | 24 | * {{{mysql -h localhost -u root < stsci1X.sql}}} |
| | 25 | * {{{mysql -h localhost -u root DisksMonitoring < stsci1X_delete.sql}}} |
| | 26 | * Add crontab: |
| | 27 | {{{SHELL=/bin/tcsh |
| | 28 | MAILTO=ippm@ifa.hawaii.edu |
| | 29 | PYTHONPATH=/home/panstarrs/ippm/psconfig//trunk.lin64/share/filemon//python |
| | 30 | 14 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 0 |
| | 31 | 15 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 1 |
| | 32 | 16 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 2 |
| | 33 | }}} |
| | 34 | |
| | 35 | |