my couchbase server named ( first) it has only one node called 127.0.0.1 i had some issues when i try to add another nodes as i need to perform clustering and replication for my data
first i cant reach the Couchbase Web Console interface which include both add cluster or join existing cluster to add another cluster
I would think that your host name would be “127.0.0.1” or “first.com” but never “127.0.0.1.com”. The second example here shows an undecorated host name, despite the “host names” section, so I think the protocol portion can be dispensed with.
Further, it looks like a missing space before the --ipv4 argument and you have to quote arguments that contain spaces (in common with general multi-argument command line invocations) - i.e. whenever an argument includes “Program Files” it is best to quote it.