wohali commented on issue #729: Hostname is illegal
URL: https://github.com/apache/couchdb/issues/729#issuecomment-319408516
 
 
   This is base Erlang functionality, not CouchDB. From running clusters in 
production for many years, our advice is:
   
   1. Never use `-sname`. We will be removing this suggestion from the sample 
`vm.args` file.
   1. If this is a single node, not a cluster, always use `-name 
couchdb@127.0.0.1`. 
   1. If DNS isn't configured, use IP addresses only: `-name 
couchdb@192.168.0.1`.
   1. If DNS is configured, use the FQDN only: `-name couc...@my.host.name.com`
   1. Tricks with `/etc/hosts` don't work as Erlang bypasses libresolv.
   
   This may help: 
http://erlang.2086793.n4.nabble.com/inet-gethostbyname-issue-td2115935.html
   
   I'll leave this ticket open for us to update our docs.
 
----------------------------------------------------------------
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