wohali commented on a change in pull request #219: Fix _cluster_setup api | 
couchdb node name changes | verify cluster setup  
URL: 
https://github.com/apache/couchdb-documentation/pull/219#discussion_r173535590
 
 

 ##########
 File path: src/cluster/setup.rst
 ##########
 @@ -167,6 +167,10 @@ Before you can add nodes to form a cluster, you have to 
have them
 listen on a public IP address and set up an admin user. Do this, once
 per node:
 
+Change line ``-name couchdb@127.0.0.1`` in file /Couch-Home/etc/vm.args on
+each node for clustered setup, each node in system must have a unique name.
+eg. ``-name couchdb@couch1`` | ``-name couchdb@couch2``
 
 Review comment:
   The `couch1`, `couch2` hostnames must be fully qualified domain names 
(FQDNs) with valid DNS entries, see [the comment in 
vm.args](https://github.com/apache/couchdb/blob/master/rel/overlay/etc/vm.args#L13-L28)
 for more detail.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to