I am trying to set up a mesos cluster on ubuntu. Not using zookeeper since i need only single master cluster. I started the master and then tried to start slave on another machine by running following command:
mesos-slave.sh --master=master-ip:5050
On the Mesos Web UI the slave is listed as Deactivated
. if i try to start a slave on the same machine as master then the slave starts and is listed as Activated
.
Is there some configuration i am missing here to be able to start slaves?