Re: SSH remote access,permissions issue

2018-02-07 Thread Nicolas Guyomar
Milenko, please reply to user@cassandra.apache.org not directly to me ;) You do not seem to have a cassandra process up and running, can you check with your friend what he did please ? Maybe something is going on on this cluster, do not try to start the node he might be working on it :) On 7

Re: SSH remote access,permissions issue

2018-02-07 Thread Dimitry Lvovsky
Milenko, Check your friends env variables, perhaps he has something set (port, etc) that you don't. Cheers. On Wed, Feb 7, 2018 at 11:29 AM, Matija Gobec wrote: > Hi Milenko, > > There is a high chance that JMX is listening on the instance IP instead of > locahost which is default when you run

Re: SSH remote access,permissions issue

2018-02-07 Thread Matija Gobec
Hi Milenko, There is a high chance that JMX is listening on the instance IP instead of locahost which is default when you run nodetool command. Try executing nodetool with -h nodeip or check netstat as Nicolas mentioned. If you run nodetool status on one of the existing nodes can you see that new

Re: SSH remote access,permissions issue

2018-02-07 Thread Nicolas Guyomar
Hi Milenko, Can you check the JMX configuration in jvm.options file and make sure you can login without user/pwd ? Also, the node might be listening to a specific network interface, can you output 'netstat -an | grep 7199' for us ? (assuming your JMX port config is 7199) On 7 February 2018 at 1

SSH remote access,permissions issue

2018-02-07 Thread milenko markovic
My friend has installed 4 nodes at his server in Norway.I wanted to add new nodes to cluster.I have logged in with ssh and password.ssh pi3@84.208.89.002 -p 22022 Last login: Wed Feb  7 06:59:05 2018 from 94.189.152.722 Later sudo su,and have repeated 100% exactly the same operations as he did.