RE: Question on binding VIP to Postgresql instance

From: "Lu, Dan" <Dan(dot)Lu(at)sig(dot)com>
To: Chris Coutinho <c(dot)coutinho(at)redstack(dot)nl>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Alvaro Aguayo Garcia-Rada <aaguayo(at)opensysperu(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Question on binding VIP to Postgresql instance
Date: 2019-05-07 12:43:27
Message-ID: 75953f8c62c942f6ae4f08938d514aaf@msx.bala.susq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Chris!

Our Network Admin have the instruction to bind a VIP, but regarding Postgresql what is needed to be done?

We don't have to change any parameter?

How about "listen_addresses = '<physical IP>, <virtual IP>' # what IP address(es) to listen on;" or we simply use "*"?

-----Original Message-----
From: Chris Coutinho [mailto:c(dot)coutinho(at)redstack(dot)nl]
Sent: Tuesday, May 07, 2019 8:40 AM
To: Lu, Dan <Dan(dot)Lu(at)msx(dot)bala(dot)susq(dot)com>; David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>; Alvaro Aguayo Garcia-Rada <aaguayo(at)opensysperu(dot)com>; pgsql-general(at)postgresql(dot)org
Subject: RE: Question on binding VIP to Postgresql instance

I think getting postgres to work with VIP (assuming virtual IP) is not a postgres issue, but rather a server/network issue.

Redhat seems to have some documentation on enabling nonlocal binding, which may be useful for you:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/load_balancer_administration/s1-initial-setup-forwarding-vsa

Met vriendelijke groet,
REDstack BV

Chris Coutinho
Researcher/Data Analyst

Van: Lu, Dan <Dan(dot)Lu(at)sig(dot)com>
Verzonden: dinsdag 7 mei 2019 14:12
Aan: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>; Alvaro Aguayo Garcia-Rada <aaguayo(at)opensysperu(dot)com>; pgsql-general(at)postgresql(dot)org
Onderwerp: Question on binding VIP to Postgresql instance

Good day,

Would you be able to help direct me to instruction or implementation step to bind a VIP to a Postgresql instance?

I did research and understand that Postgresql does support binding of VIP, but I can't find documentation to implement the solution.

Any feedback is greatly appreciated.

Dan

________________________________________

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.

________________________________

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2019-05-07 12:50:31 Re: random generated string matching index in inexplicable ways
Previous Message Chris Coutinho 2019-05-07 12:39:58 RE: Question on binding VIP to Postgresql instance