You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by Barry Wood <bw...@rpymotion.com> on 2016/02/04 17:50:12 UTC

gfsh start server attributes

What is the difference between the following gfsh> start server attributes:
—bind-address and —server-bind-address?
There is only one —server-port attribute?

Best regards,
Barry Wood

Re: gfsh start server attributes

Posted by Kirk Lund <kl...@pivotal.io>.
HI Barry,

Membership connection:
--bind-address is used for the jgroups membership connection
(server-to-server)
(there's also a jgroups membership port but it's determined by the jgroups
code during connect)

Client/Server connection:
--server-bind-address is used for the server connection that clients
connect to
--server-port is the port that clients connect to

Cheers,
Kirk


On Thu, Feb 4, 2016 at 8:50 AM, Barry Wood <bw...@rpymotion.com> wrote:

> What is the difference between the following gfsh> start server attributes:
> —bind-address and —server-bind-address?
> There is only one —server-port attribute?
>
> Best regards,
> Barry Wood