[Hosting] Fatalpha proposal

Jon Carnes hosting@trilug.org
Wed, 7 Aug 2002 21:45:49 -0400


Mailman should move fine, though you wanted to move it to the new 
mailserver anyway.... Mailman works best if it uses a local mailserver and 
a local webserver, so where ever Mailman ends up it has to be on a server 
with apache running.  The only caveat with Mailman is that it might fill 
the logs after the move complaining about deprecated calls - since the 
Python verson will have been updated.  A re-compile would stop that (but 
blow away any special mods we've made).  Chris or I can take care of that 
in about an hour.

Quota's will need to be setup and maintained again - currently it is being 
done automagically via some cron scripts.

The SSH key for the server will change, so folks will need to delete the 
old one from their local key file (and automatically add the new one).

The Apache install of 7.2 defaults to Apache with Mod SSL so it would be 
cool to generate a self-signed cert and have https available.

Its going to be quite a task to get done quickly....

Jon
===
On Wednesday 07 August 2002 05:49 pm, Tanner Lovelace wrote:
> Hi folks,
>
> I've been thinking about the role of fatalpha now that we have the new
> machines.  Fatalpha is currently running redhat 6.2 which has worked
> great.  However, it would be much nicer if we could get it running
> a 7.x version of redhat instead. Many of the things we're doing
> (i.e. ldap, kerberos, logical volume management, etc...) apparently
> work right out of the box in 7.x and need a bit of fiddling with
> on 6.x.  So, what I'd like to propose is doing the following:
>
> 1. Temporarily copy all the home directories over to a partion
>    on dargo.  This can either be a directory on the large drive
>    array, or I can create a actual partition using the LVM tools.
> 2. Back up all the configuration information (i.e. dns stuff,
>    firewall settings, scripts, web settings, etc...
> 3. Move any mysql databases over to dargo.  I believe the only
>    one we have right now is the membership database.
> 4. Save anything else we need to save (what have I forgotten?)
> 5. Bring down fatalpha and install 7.x (whatever the latest
>    "x" is), wiping all the drives in the process.
> 6. Setup the disks that previously held the mirrors using
>    LVM and place /home there.
> 7. Copy the saved /home on dargo back to fatalpha.
> 8. Move mysql/web/etc... back to fatalpha.
>
> What do people think about that?  Looking over fatalpha,
> we could actually back up all of fatalpha on dargo (the
> largest thing on fatalpha is the mirrors and they've already
> been moved) so we make sure we don't lose anything.
>
> We would basically end up with fatalpha being
>
> 1. The shell server
> 2. The web server
> 3. The mysql server
> 4. The dns server
>
> Dargo would be the
>
> 1. Mirror server (ftp and http)
>
> And moya would be
>
> 1. kerberos/ldap server
> 2. e-mail server
> 3. mailing list server
> 4. imap server
>
> What services have I forgotten?  Is there any reason we shouldn't
> do this?  Note that I'm not envisioning doing this right now.
> I want to get moya and dargo up and running first.  The earliest
> I would consider doing this is sometime next week, and it would
> probably be after that.
>
> Thoughts?
>
> Thanks,
> Tanner