On Sat, Dec 22, 2012 at 10:25 PM, Chenini, Mohamed <[email protected]>wrote:

>  Hi,****
>
> ** **
>
> I was able to install Riak, and a few days back I could even start  the 4
> nodes.****
>
> But now I m am not sure which node is started and which is not.****
>
> ** **
>
> ** **
>
> :~/riak-1.2.1/dev/*dev1*/bin> ./riak start****
>
> /home/u1c332/riak-1.2.1/dev/dev1/et#c****
>
> grep: /home/u1c332/riak-1.2.1/dev/dev1/et#c/vm.args: No such file or
> directory****
>
> *vm.args needs to have either -name or -sname parameter.*
>

Did you change the dev/dev1/bin/riak script? I'm just wondering why there
appears to be a '#' character in the vm.args pathname shown above.


> **
>
> ~/riak-1.2.1/dev/*dev2*/bin> ./riak start
>
> *Node is already running!*
>
> ** **
>
> ~/riak-1.2.1/dev/dev*3*/bin> ./riak start****
>
> *Node is already running!*
>
> ** **
>
> ~/riak-1.2.1/dev/*dev4*/bin> ./riak start****
>
> *Node is already running!*
>
> ** **
>
> :~/riak-1.2.1/dev/dev4/bin> ps aux | grep beam****
>
> u1c332    3710  0.0  0.4 101196 36452 pts/6    Ssl+ Dec20   0:44
> /home/u1c332/riak-1.2.1/dev/dev2/erts-5.9.3.1/bin/beam.smp -K true -A 64 -W
> w -- -root /home/u1c332/riak-1.2.1/dev/dev2 -progname riak -- -home
> /home/u1c332 -- -boot /home/u1c332/riak-1.2.1/dev/dev2/releases/1.2.1/riak
> -embedded -config /home/u1c332/riak-1.2.1/dev/dev2/etc/app.config -pa
> ./lib/basho-patches -name [email protected] -setcookie riak -- console****
>
> u1c332    4051  0.0  0.4 102660 37352 pts/7    Ssl+ Dec20   0:42
> /home/u1c332/riak-1.2.1/dev/dev3/erts-5.9.3.1/bin/beam.smp -K true -A 64 -W
> w -- -root /home/u1c332/riak-1.2.1/dev/dev3 -progname riak -- -home
> /home/u1c332 -- -boot /home/u1c332/riak-1.2.1/dev/dev3/releases/1.2.1/riak
> -embedded -config /home/u1c332/riak-1.2.1/dev/dev3/etc/app.config -pa
> ./lib/basho-patches -name [email protected] -setcookie riak -- console****
>
> u1c332   23633  4.8  0.4 103264 35948 pts/3    Ssl+ 22:10   0:02
> /home/u1c332/riak-1.2.1/dev/dev4/erts-5.9.3.1/bin/beam.smp -K true -A 64 -W
> w -- -root /home/u1c332/riak-1.2.1/dev/dev4 -progname riak -- -home
> /home/u1c332 -- -boot /home/u1c332/riak-1.2.1/dev/dev4/releases/1.2.1/riak
> -embedded -config /home/u1c332/riak-1.2.1/dev/dev4/etc/app.config -pa
> ./lib/basho-patches -name [email protected] -setcookie riak -- console
>

The three "Node is already running!" messages show that nodes dev2, dev3,
and dev4 are running, and if you look at the "-name" parts of the ps
output, it also shows nodes dev2, dev3, and dev4 as running.

--steve
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to