Re: 24x7x365 high-volume ops ideas

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Richard_D_Levine(at)raytheon(dot)com
Cc: Chris Browne <cbbrowne(at)acm(dot)org>, pgsql-general(at)postgresql(dot)org, pgsql-general-owner(at)postgresql(dot)org
Subject: Re: 24x7x365 high-volume ops ideas
Date: 2004-11-16 13:32:29
Message-ID: 1100611948.21062.645.camel@sabrina.peacock.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Tue, 2004-11-16 at 14:17, Richard_D_Levine(at)raytheon(dot)com wrote:
> Hi Chris and Karim,
>
> I haven't been following this thread, so excuse me if I suggest something
> that has already been tossed out.
>
> Solaris allows multiple IP addresses to be assigned to a single NIC. I
> just looked at the man page for Linux ifconfig but didn't see quickly how
> to do this. If Linux doesn't allow this, the same thing can be
> accomplished using multiple NICs per server.
>
> We reserve a special IP for the DB server. This IP can be assigned to the
> NIC of the machine currently hosting the database. If you want apps to
> connect to a different server, remove the IP from one machine and reassign
> it to the other. This special DB IP is assigned on top of the regular IP
> for the machine.
>
> Newly connecting apps are never the wiser, but existing connections must be
> terminated.

Yes, linux can do it as well. But either case beware the arp cache :-)
There is sqlrelay which could do the switching as well without
forcing the apps to reconnect.

Regards
Tino

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2004-11-16 13:32:48 Re: OID's
Previous Message Matt 2004-11-16 13:28:41 Re: OID's