Subject | Re: FB 1.5.x SS Redundancy |
---|---|
Author | Adam |
Post date | 2005-06-01T02:39:57Z |
Daniel,
No solution here, just some considerations regardless of what you end
up doing. If you have multiple clients, you probably need to deal
with the possibility that some client(s) may incorrectly judge that
connection to the primary server is not possible.
If PC1 was going up in flames then I probably would want it to be as
obvious as possible so someone would get the extinguisher ;)
Seriously though you would need to define some machine with the
responsibility of identifying when the first machine went down,
define what you mean by "going down" (ie TimeOuts and retries before
reaching the conclusion), probably run some automailer scripts to
notify someone. It would also need to adjust the dns entry of server1
to now point to server2. I doubt it will be totally seamless as the
db connection will be broken and will need to re-establish, what you
do achieve though is minimal downtime.
Adam
--- In firebird-support@yahoogroups.com, "Daniel R. Jimenez"
<d.jimenez@c...> wrote:
No solution here, just some considerations regardless of what you end
up doing. If you have multiple clients, you probably need to deal
with the possibility that some client(s) may incorrectly judge that
connection to the primary server is not possible.
If PC1 was going up in flames then I probably would want it to be as
obvious as possible so someone would get the extinguisher ;)
Seriously though you would need to define some machine with the
responsibility of identifying when the first machine went down,
define what you mean by "going down" (ie TimeOuts and retries before
reaching the conclusion), probably run some automailer scripts to
notify someone. It would also need to adjust the dns entry of server1
to now point to server2. I doubt it will be totally seamless as the
db connection will be broken and will need to re-establish, what you
do achieve though is minimal downtime.
Adam
--- In firebird-support@yahoogroups.com, "Daniel R. Jimenez"
<d.jimenez@c...> wrote:
> Hi,found a
>
> I have had a look at Helen's book, but unfortunately I have not
> answer, I was not expecting one, as I believe this is probably tofar of
> topic for the book.which
>
> I would like know if there is a build in facility on FB 1.5.x SS,
> allows for full live automated DB redundancy to a separate PC (theFDB on
> PC-2 is identical to the FDB on PC-1 at all times, 24/7), so thatif PC-1
> was to go up in flames, PC-2 could take over transparently.down, so it
>
> That is, the application will see that the connection to PC-1 is
> would switch to PC-2, so with transparently, what I really mean, isthat our
> application(s) does not have to take responsibility for keeping thetwo FDB
> in perfect sink at all times, etc.this group
>
> If this is not part of FB 1.5.x SS what tools do the members of
> recommend?
>
>
> Thank you
>
> daniel