Hi Ildar,

Please have a look at the configuration files: /etc/riak/app.config and
/etc/riak/vm.config

By default Riak binds to localhost, but you can change that using the
following snippet:

export riakIP=$(ifconfig eth0 | grep 'inet addr' | cut -d: -f2 | cut -d' '
-f1)

sudo sed -i "s/127.0.0.1/$riakIP/" /etc/riak/app.config /etc/riak/vm.args


Regards,
Ciprian

On Mon, Jan 12, 2015 at 3:51 PM, Ildar Alishev <ildaralis...@gmail.com>
wrote:

> Also maybe someone can help me, i have installed riak using apt-get
> install riak, i don’t understand where did it installed? How i can create
> node there?
>
>
> Thank you!
> > 12 янв. 2015 г., в 16:37, Alexander Sicular <sicul...@gmail.com>
> написал(а):
> >
> > Hi Ildar,
> >
> > Please take a look at the docs,
> http://docs.basho.com/riak/latest/ops/building/basic-cluster-setup/ , you
> need to set up your IP address most likely.
> >
> > -Alexander
> >
> >
> > @siculars
> > http://siculars.posthaven.com
> >
> > Sent from my iRotaryPhone
> >
> >> On Jan 12, 2015, at 06:56, Ildar Alishev <ildaralis...@gmail.com>
> wrote:
> >>
> >> Hello. Have started RIAK in UBUNTU64 14.04, trying to connect from
> another computer inside local network, but cannot connect. Maybe i should
> set up ipadress somewhere?
> >> _______________________________________________
> >> riak-users mailing list
> >> riak-users@lists.basho.com
> >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to