IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 24 and Version 25 of IPP_Operational_Configuration_Management


Ignore:
Timestamp:
Jul 20, 2011, 2:40:12 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Operational_Configuration_Management

    v24 v25  
    22[[PageOutline]]
    33
    4 = How it works: The Software Documentation =
    5 
    6 The repositories location is on {{{/data/ippc18.0/home/operational_repository}}} (on ippc18). rsync of this directory is performed every day (the rsync completion/failure status is shown in the daily report).
    7 
    8 The current operational configuration repository is in the {{{current}}} project.
    9 TODO: One day we will need tags
     4= Operational Configuration Monitoring =
     5
     6Every day, at 06:30 HST, on {{{ippc18}}}, the {{{ipp}}} user runs the {{{~ipp/local/bin/configuration_monitoring.sh}}} script. This script compares files which are used by the IPP in operation mode (I will call them ''actual'' files) with versions of those files (the ''expected'' files). This daily task is performed using crontab.
     7
     8The expected files are controlled through SVN. The repositories location is on {{{/data/ippc18.0/home/operational_repository}}} (thus on ippc18). Synchronization of this directory is performed every day (the rsync completion/failure status is shown in the daily report).
     9
     10The current operational configuration repository is in the {{{current}}} project. Tagged versions (none for the moment) should be placed as subproject of the {{{tags}}} project.
    1011
    1112Any member of the users group (on the Maui cluster) can export/checkout the current operational configuration:
     
    1314svn export file:///data/ippc18.0/home/operational_repository/current
    1415}}}
    15 
    16 (see the appropriate crontab)
    17 
    18 Every day, at 06:30 HST, on {{{ippc18}}}, the {{{ipp}}} user runs the {{{~ipp/local/bin/configuration_monitoring.sh}}} script. This script checks various files which are used by the IPP in production.
     16or
     17{{{
     18svn checkout file:///data/ippc18.0/home/operational_repository/current
     19}}}
    1920= How to fix failures =
    2021== PanTasks Servers Configuration Files ==