Changeset 1989 for branches


Ignore:
Timestamp:
Sep 25, 2011, 2:33:35 PM (12 years ago)
Author:
achernya
Message:
Merge r1973-r1988 from trunk to branches/fc15-dev
Location:
branches/fc15-dev
Files:
15 edited
6 copied

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev

  • branches/fc15-dev/host/debian/scripts-vm-host/debian/changelog

    r1973 r1989  
     1scripts-vm-host (0.5) stable; urgency=low
     2
     3  * Add useful dependencies
     4
     5 -- Quentin Smith <quentin@mit.edu>  Sun, 11 Sep 2011 23:44:32 -0400
     6
    17scripts-vm-host (0.4) stable; urgency=low
    28
  • branches/fc15-dev/host/debian/scripts-vm-host/debian/control

    r1973 r1989  
    1111Depends: ${misc:Depends},
    1212 apticron,
     13 build-essential,
    1314 bwm-ng,
    1415 bzip2,
     
    4445 munin-node,
    4546 subversion,
     47 screen,
    4648 scripts-syslog-ng-config,
     49 sysstat,
    4750Description: Configures a machine to be a scripts VM host
    4851 Configures a machine to be a scripts VM host, installing all
  • branches/fc15-dev/host/doc/install-xen

    r1891 r1989  
    2929EOF
    3030
     31# (on HPs) add HP repos to etc/apt/sources.list.d
     32  cat <<EOF > /etc/apt/sources.list.d/hp.list
     33deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ maverick/current non-free
     34EOF
     35
    3136# install host keytab
    3237  cp $keytab /etc/krb5.keytab
     
    3843
    3944# Install scripts-vm-host
     45  aptitude update
    4046  aptitude install scripts-vm-host
     47
     48# (on HPs) install HP software
     49  aptitude install hpacucli hp-health
  • branches/fc15-dev/locker

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/bin

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/deploy/bin

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/deploy/bin/django

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/deploy/bin/rails

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/deploy/bin/trac

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/locker/sql/bin/save-password

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/server/common/oursrc/execsys/execsys-binfmt

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/server/common/oursrc/php_scripts/php_scripts-config.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/fc15-dev/server/doc/install-ldap

    r1878 r1989  
    162162            M1 <---> M2 <---> S
    163163
    164     3. Set up the rest of the replication agreements at your leisure.
     164    3. Set up the rest of the replication agreements.
    165165
    166166                M1 <---> M2
     
    169169                +--> S <--+
    170170
     171    4. Push a change from every existing server (to the new server), and
     172       then a change from the new server to (all) the existing servers.
     173       In addition to merely testing that replication works, this will
     174       set up the servers' changelogs properly.
     175
     176       If this step is not completed before any server's LDAP server
     177       shuts down, then the replication agreements will fall apart the
     178       next time a change is made. You may wish to intentionally reboot
     179       any servers that look like they want to crash _before_ beginning
     180       this process.
     181
    171182  Here's how you do it.
     183
     184    0. Tell -c scripts not to go off and reboot servers until you're
     185       done (or to get any rebooting done with first).
    172186
    173187    1. Pull open the replication part of the database. It's fairly empty
     
    286300    then try again.
    287301
     302    7. Repeat step 6 to complete the graph of replications (i.e., from
     303    every other server to the new server, and from the new server to
     304    every other server).
     305
     306    Note the only difference between steps 5 and 6 is the lack of
     307    nsDS5ReplicaRefresh: start. That only needs to be done once, to the
     308    new server.
     309
     310    8. If at this point you look at the new server's changelog with
     311    cl-dump (preferably /mit/scripts/admin/cl-dump.pl, to not prompt you
     312    for a password), you won't see the servers you added in step 7. So,
     313    from each of those servers, make a change to some record so it gets
     314    propagated to the new server, and then one from the new server so it
     315    gets propagated to all the existing servers' changelogs. This is
     316    also good for making sure the replication agreements actually work.
     317
    288318Troubleshooting
    289319===============
  • branches/fc15-dev/server/fedora/config/etc/pki/tls/certs/nudelta.pem

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.