brougham Baker wrote:
> From: "Kevin" <[EMAIL PROTECTED]>
> 
>> Pascal Dreissen wrote:
>>> One thing though, if the Mysql server is offline, ASSP Crashes (or kills
>>> it self) immediatly. Is there any way to occur this behaviour ?
>>>
>>> The best possible way i think should be that ASSP would deny the
>>> connection for the time being ... i don't know if this would be
> possible!
>> How about just failing over to using local files instead of killing all
>> email?
> 
> I would love to use Mysql and LDAP but won't as these cause a single point
> of failure. The rest of my infrastructure doesn't have this issue. I have
> four DNS servers on three continents, I have 3 mail servers that don't have
> a single thing in common (other than ASSP). If the lowest MX is out the
> others will store mail for it for at least 28 days.
> 
> I would love ASSP to have a mechanism (email using blat\cron+mail) that
> would copy the relevant settings between themselves. To have an assp.cfg
> with common settings but to also check for an assp.<hostname>.cfg for
> machine specific settings and send diffs backwards and forwards containing
> the needed updates.
> 

ASSP supports having at least 1 backup LDAP server in it's config, not 
sure if it allows more than one but if as you say everything else is 
redundant you can change the ASSP config so that no 2 ASSP instances 
reference the same set of servers if you have at least 3 LDAP servers.

As for the MySQL single point of failure...I completely agree. Thats 
always a problem with ANY database backed however. The only real 
solution is clustered servers sharing the same FQDN and some physical 
site-to-site replication.

I suppose you could also create a script that polls LDAP and/or MySQL 
servers(in a Master Master replication) and if they are down stops ASSP 
changes the IP/name in the ASSP.cfg and then starts ASSP up again 
pointed at the new host.

Thats just me thinking out-loud though. Feel free to point out holes in 
my ideas :)

Kevin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to