IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 17 and Version 18 of IPP_Operational_Configuration_Management


Ignore:
Timestamp:
Jul 20, 2011, 1:37:50 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Operational_Configuration_Management

    v17 v18  
    128128== Databases Configuration Files ==
    129129
     130The databases configuration files which are checked are the MySql configuration files on the following hosts:
     131{{{
     132ippdb00: The master for Nebulous
     133ippdb01: The master for gpc1, isp, ippadmin,czardb
     134ippdb02: The replication slave of ippdb00 (for Nebulous)
     135ippdb03: The replication slave of ippdb01 (for gpc1, isp, ippadmin)
     136ippc17: The master for ippRequestServer
     137ippc19: The replication slave of ippc19 (for ippRequestServer)
     138}}}
     139
     140Each expected my.cnf file (located in the {{{current/<host>}}}) is diff'd against the actual version {{{/etc/mysql/my.cnf}}} on the {{{<host>}}} (The file on the {{{<host>}}} is locally copied using {{{scp}}} and the local copy is diff'd).
     141
     142If you are responsible for a check failure (that is, if you modified the {{{/etc/mysql/my.cnf}}} file on some {{{<host>}}}), you have to log as YOURSELF on the Maui cluster and do:
     143{{{
     144mkdir ~/tmp/ipp_ocm                                                       # Create a working directory
     145cd ~/tmp/ipp_ocm                                                          # Go into that working directory
     146svn checkout file:///data/ippc18.0/home/operational_repository/current    # Get the current repository contents
     147cd current/databases/<host>                                               # Change to the "right" host directory
     148scp <host>:/etc/mysql/my.cnf .                                            # Copy the MySql configuration file to your local working copy
     149svn commit -m "`Some informal message`" .                                 # Commit the changes
     150}}}
    130151== Databases Backup Files ==
    131152