Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Neha Dave
Try >cqlsh regards Neha On Mon, Sep 14, 2015 at 3:53 PM, Ajay Garg wrote: > Hi All. > > We have setup a Ubuntu-14.04 server, and followed the steps exactly as > per http://wiki.apache.org/cassandra/DebianPackaging > > Installation completes fine, Cassandra starts fine,

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ahmed Eljami
Hi, Can you pass the parametrs listen_adress, rpc_adress and brodcast_rpc_adress from cassandra.yaml. 2015-09-14 11:23 GMT+01:00 Ajay Garg : > Hi All. > > We have setup a Ubuntu-14.04 server, and followed the steps exactly as > per

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ahmed Eljami
In cassanrda.yaml: listen_address:@ Of node rpc_address:0.0.0.0 brodcast_rpc_address:@ Of node 2015-09-14 11:31 GMT+01:00 Neha Dave : > Try > >cqlsh > > regards > Neha > > On Mon, Sep 14, 2015 at 3:53 PM, Ajay Garg wrote: > >> Hi All. >> >> We

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Jared Biel
I assume "@ Of node" is ethX's IP address? Has cassandra been restarted since changes were made to cassandra.yaml? The netstat output that you posted doesn't look right; we use settings similar to what you've posted. Here's what it looks like on one of our nodes. -Jared On 14 September 2015 at

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ajay Garg
Hi All. Thanks for your replies. a) cqlsh does not work either :( b) Following are the parameters as asked :: listen_address: localhost rpc_address: localhost broadcast_rpc_address is not set. According to the yaml file :: # RPC address to broadcast to drivers and other Cassandra nodes.

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Jared Biel
Is there a reason that you're setting listen_address and rpc_address to localhost? listen_address doc: "the Right Thing is to use the address associated with the hostname". So, set the IP address of this to eth0 for example. I believe if it is set to localhost then you won't be able to form a

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ajay Garg
Hi All. I re-established my server from scratch, and installed the 21x server. Now, cqlsh works right out of the box. When I had last setup the server, I had (accidentally) installed the 20x server on first attempt, removed it, and then installed the 21x series server. Seems that caused some

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ajay Garg
Hi Jared. Thanks for your help. I made the config-changes. Also, I changed the seed (right now, we are just trying to get one instance up and running) :: seed_provider: # Addresses of hosts that are deemed contact points.

Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Ajay Garg
Hi All. We have setup a Ubuntu-14.04 server, and followed the steps exactly as per http://wiki.apache.org/cassandra/DebianPackaging Installation completes fine, Cassandra starts fine, however cqlsh does not work. We get the error ::