Re: Running multiple Riak instances.

2010-07-31 Thread Alexander Sicular
The reip command needs to execute when the node is *not* running. Fyi. -Alexander @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Jul 31, 2010, at 6:40, francisco treacy wrote: Misha, I *think* I had the same problem. Perhaps you started your nodes when they

Re: Running multiple Riak instances.

2010-07-31 Thread francisco treacy
Misha, I *think* I had the same problem. Perhaps you started your nodes when they were still called 'riak', and that may be the reason why -progname remains? Did you update the ring file? This worked for me: riak-testing/bin/riak-admin reip r...@127.0.0.1 test...@127.0.0.1 riak-production/bin/r

Re: Running multiple Riak instances.

2010-07-30 Thread Dan Reverri
Hi Misha, Another possibility for starting multiple instances from the packaged builds is the following: 1. Create a folder to store the relevant files and data for "staging" mkdir -p ~/staging/etc 2. Create an app.config and vm.args file for "staging" ~/staging/etc/app.config [ {riak_core

Re: Running multiple Riak instances.

2010-07-25 Thread Misha Gorodnitzky
Ya, I changed that in my vm.staging.args config file. However, in the process list I see these two processes: /usr/lib/riak/erts-5.7.5/bin/run_erl -daemon /var/run/riak-staging/ /var/log/riak-staging exec /usr/sbin/riak console - /usr/lib/riak/erts-5.7.5/bin/beam.smp -K true -A 5 -- -root /usr

Re: Running multiple Riak instances.

2010-07-25 Thread Grant Schofield
Does the second vm.args have the same -name setting as the first node? Each node will need to have a unique name configured. Grant Schofield Developer Advocate Basho Technologies, Inc. On Jul 25, 2010, at 9:00 AM, Misha Gorodnitzky wrote: > Hi all, > > I'm trying to run multiple instances of