Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Alaa Zubaidi
Thanks.. Kochheiser,Todd W - TOK-DITT-1 wrote: If you are using XP/SP2, I think MS broke support for using anything other than 127.0.0.1 for loopback. Here is the KB article: http://support.microsoft.com/kb/884020 I’ve only tested Cassandra clusters using multiple Windows machines. The Cas

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Alaa Zubaidi
Thanks for the help, I tried to create an alias for 127.0.0.2 but it did not work, so I created aliases for the DHCP IP and I tried it, the error disappeared, but I am not sure that it works the way I want it, I am checking to make sure that I have 2 nodes running not only one.. Thanks Jona

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Per Olesen
On Jul 26, 2010, at 8:39 PM, Peter Schuller wrote: >> Completely off topic from the list, but Jonathan do you (or others) by any >> means know how to create an alias for 127.0.0.2 on a mac? Cause I used >> 127.0.0.x on linux without a problem, but on my Mac, it seems to need some >> config to

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Peter Schuller
> Completely off topic from the list, but Jonathan do you (or others) by any > means know how to create an alias for 127.0.0.2 on a mac? Cause I used > 127.0.0.x on linux without a problem, but on my Mac, it seems to need some > config to be able to bind to 127.0.0.2 etc. sudo ifconfig lo0 add

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Per Olesen
On Jul 26, 2010, at 3:25 AM, Jonathan Ellis wrote: > I know on a mac you need to explicitly create an alias for 127.0.0.2 > before it can be used. Maybe something similar applies to Windows. Completely off topic from the list, but Jonathan do you (or others) by any means know how to create an

RE: Failing to create a 2 Node cluster on a Windows machine

2010-07-26 Thread Kochheiser,Todd W - TOK-DITT-1
If you are using XP/SP2, I think MS broke support for using anything other than 127.0.0.1 for loopback. Here is the KB article: http://support.microsoft.com/kb/884020 I've only tested Cassandra clusters using multiple Windows machines. The Cassandra documentation on setting up a cluster impli

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-25 Thread Jonathan Ellis
I know on a mac you need to explicitly create an alias for 127.0.0.2 before it can be used. Maybe something similar applies to Windows. On Fri, Jul 23, 2010 at 11:36 AM, Alaa Zubaidi wrote: > Hi, > > I am new to Cassandra, and I want to create a 2 node cluster on the SAME > machine running windo

Re: Failing to create a 2 Node cluster on a Windows machine

2010-07-24 Thread Alaa Zubaidi
Any insight is much appreciated.. Alaa Zubaidi wrote: Hi, I am new to Cassandra, and I want to create a 2 node cluster on the SAME machine running windows for testing my application before we get new hardware. I am facing "No other nodes seen! Unable to bootstrap" The first node starts suc