flimzy commented on a change in pull request #326: Split of Firewall and Erlang Configuration URL: https://github.com/apache/couchdb-documentation/pull/326#discussion_r217102088
########## File path: src/cluster/setup.rst ########## @@ -45,6 +45,28 @@ possible to force an Erlang application to use a specific port rage. This documentation will use the range TCP ``9100-9200``. Open up those ports in your firewalls and it is time to test it. +Configure And Test The Communication With Erlang +================================================ + +Make CouchDB use correct IP|FQDN and the open ports. +---------------------------------------------------- + +In file etc/vm.args change the the lineĀ ``-name [email protected]`` to +``-name couchdb@<this-nodes-ip-address|FQDN>`` for each node which defines +the node and must be seperate for each node. For clustered setup, each node in Review comment: This sentence confuses me. Do you mean "for each line which defines the node"? And what does "must be separate for each node" mean? A unique line per node? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
