For gfsh to start locator with all regions configuration, there is 
cache-xml-file properties, I point this to my cache.xml and start locator, 
server as

cache.xml

<cache
    xmlns="http://geode.apache.org/schema/cache";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://geode.apache.org/schema/cache 
http://geode.apache.org/schema/cache/cache-1.0.xsd";
    version="1.0">
  <cache-server port="40404" />
  <region name="region3">
    <region-attributes refid="PARTITION"/>
  </region>
</cache>

Locator.properties
locators=centos[10334]
remote-locators=ubuntu1[10334],ubuntu2[10334]
cache-xml-file=cache.xml
conserve-sockets=false

Gfsh start locator --name=locator3 --properties-file=locator.properties
Gfsh start server –name=server3


And I don’t see my region, please suggest..

One more thing is I set the conserve-sockets=false and let locator load this, 
will server pick this setting?

Thanks,
Nan

----------------------------------------------------------------------
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.

Reply via email to