IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of FilesMonitoring


Ignore:
Timestamp:
Oct 1, 2013, 3:54:38 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FilesMonitoring

    v12 v13  
    1818
    1919== User Doc ==
     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
     28MAILTO=ippm@ifa.hawaii.edu
     29PYTHONPATH=/home/panstarrs/ippm/psconfig//trunk.lin64/share/filemon//python
     3014 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 0
     3115 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 1
     3216 7 * * * nice /home/panstarrs/ippm/psconfig//trunk.lin64/bin/refresh_table.py -disk 2
     33}}}
     34
     35
    2036 * This script runs on each storage node. Each storage node should run a number of instances on this script equal to the number of its storage partitions (i.e. 1 for the mhpcc nodes, 3 for the atrc and the stsci nodes).
    2137 * The script uses the local mysql server and its {{{DisksMonitoring}}} database