Hello RIAK,

I have one problem with riak node configuration. I have install RIAK KV and
everything is ok.
I run *riak start* on my CentOS 6.5 and it starts ok.
I have configure file */etc/hosts* :

*127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4*
*::1         localhost localhost.localdomain localhost6
localhost6.localdomain6*
*192.168.1.10          riak1.mydomain.com <http://riak1.mydomain.com/>
   riak1*

and this file */etc/sysconfig/network* :

*NETWORKING=yes*
*HOSTNAME=riak1.mydomain.com <http://riak1.mydomain.com/>*

But, when i try to do this steps, on this link :
http://docs.basho.com/riak/kv/2.2.0/using/running-a-cluster/
#configure-the-first-node

to configure first node, when I change nodename form :
*nodename = riak@127.0.0.1 <riak@127.0.0.1>* to *nodename
= riak@192.168.1.10 <riak@192.168.1.10>* , riak doesn't start, I take back
this error messages :

[root@riak1 ~]# riak start
Node 'riak@192.168.1.10' not responding to pings.
Node 'riak@192.168.1.10' not responding to pings.
Node is not running!



or *nodename = r...@riak1.mydomain.com <r...@riak1.mydomain.com>*, riak
doesn't start, I take back this error messages :

[root@riak1 ~]# riak start

Node 'r...@riak1.mydomain.com' not responding to pings.
Node 'r...@riak1.mydomain.com' not responding to pings.
Node is not running!

Can you please tell me how can I resolve this problem?

Thank you in advance,

Jurgen
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to