Thanks, Juan for the response.

I am starting the servers as follows.

gfsh> start server --name=server1 --server-port=40411
--locators='10.0.75.1[10334], 10.0.75.1[10335]'

I see the below warning in the log for the server

[warning 2018/10/19 11:33:10.972 EDT server1 <main> tid=0x1] Unknown
locator host:  10.0.75.1

I, then shut down the Locator1 and connected to locator2 from gfsh. Trying
to see whether

* I can run a query but, It does not return any. Marcus*


On Fri, Oct 19, 2018 at 10:26 AM Juan José Ramos <jra...@pivotal.io> wrote:

> Hello Marcus!.
>
> You need to make sure that all members of the cluster have the same list
> of locators configured, so if any of the configured locators is brought
> down then every member will still know which other locators to use [1].
> Regarding the PULSE web application, it's internally deployed within the
> locator itself [2], so you'll need to access the app on the second locator
> after bringing down the first one. As an example, if both your locators are
> configured to use the default http port (7070), and assuming that they are
> accessible through the hostnames *locator1* and *locator2*, after
> stopping the first locator you'll need to access PULSE through 
> *http://locator2:7070/pulse
> <http://locator2:7070/pulse>*.
> Hope I didn't miss anything.
> Best regards.
>
> [1]:
> https://geode.apache.org/docs/guide/17/configuring/running/running_the_locator.html
> [2]:
> https://geode.apache.org/docs/guide/17/tools_modules/pulse/pulse-embedded.html
>
>
> On Fri, Oct 19, 2018 at 3:15 PM Marcus Dushshantha Chandradasa <
> dushshantha.chandarad...@gmail.com> wrote:
>
>> Hi All,
>>
>> I am trying to use Geode for one of my projects and I am trying to find
>> out how to run multiple Locators clustered together so If one locator
>> fails, another will take over. I believe this possible, but I cant seem to
>> figure out how to do it. I created 2 locators. First one being the main
>> locator. Then I started the 2nd one with the option
>> --locators='locator1[<port>]'
>>
>> I can see the 2nd locator in the cluster diagram on Pulse but when I kill
>> the first locator, the whole cluster dies. Am I doing something wrong? Any
>> help would be appreciated.
>>
>> Thanks
>> Marcus
>>
>
>
> --
> Juan José Ramos Cassella
> Senior Technical Support Engineer
> Email: jra...@pivotal.io
> Office#: +353 21 4238611
> Mobile#: +353 87 2074066
> After Hours Contact#: +1 877 477 2269
> Office Hours: Mon - Thu 08:30 - 17:00 GMT. Fri 08:30 - 16:00 GMT
> How to upload artifacts:
> https://support.pivotal.io/hc/en-us/articles/204369073
> How to escalate a ticket:
> https://support.pivotal.io/hc/en-us/articles/203809556
>
> [image: support] <https://support.pivotal.io/> [image: twitter]
> <https://twitter.com/pivotal> [image: linkedin]
> <https://www.linkedin.com/company/3048967> [image: facebook]
> <https://www.facebook.com/pivotalsoftware> [image: google plus]
> <https://plus.google.com/+Pivotal> [image: youtube]
> <https://www.youtube.com/playlist?list=PLAdzTan_eSPScpj2J50ErtzR9ANSzv3kl>
>

Reply via email to