@haosdent<mailto:[email protected]> It works well. Thank you.
Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux ________________________________ From: haosdent <[email protected]> Sent: Friday, November 4, 2016 11:49:35 AM To: dev Cc: Pankaj Saha Subject: Re: Mesos UI problem A workaround to avoid edit /etc/hosts is use --ip=192.168.111.65 --hostname=192.168.111.65 to start agent. On Fri, Nov 4, 2016 at 11:42 AM, Yu Wei <[email protected]> wrote: > Hi, > > Command I used as below, > > > sudo /usr/local/sbin/mesos-master --work_dir=/var/lib/mesos/master > --zk=zk://192.168.111.53:2181,192.168.111.55:2181,192.168. > 111.54:2181/mesos --quorum=2 --cluster="cluster 0.1" --ip=192.168.111.53 > > sudo /usr/local/sbin/mesos-agent --work_dir=/var/lib/mesos/agent > --master=zk://192.168.111.53:2181,192.168.111.55:2181,192. > 168.111.54:2181/mesos --ip=192.168.111.65 --hostname=`hostname` > > > However, after adding all master/agent nodes to /etc/hosts in which > browser was launched, it worked well now. > > > I think it's DNS problem. > > Any thoughts about this? > > > Thanks, > > Jared, (韦煜) > Software developer > Interested in open source software, big data, Linux > > ________________________________ > From: Pankaj Saha <[email protected]> > Sent: Thursday, November 3, 2016 10:55:54 PM > To: [email protected] > Subject: Re: Mesos UI problem > > is your slave name appears as your masters's name and master's name is > blank? > then your mesos master is not able to connect with mesos agent correctly. > can you send the command line parameters you set while running your mesos > master and agent? > > On Wed, Nov 2, 2016 at 11:32 PM, haosdent <[email protected]> wrote: > > > Hi, @yuwei Mailing list doesn't support send images. May you add me in > the > > recipients? I would like to help check. > > > > On Thu, Nov 3, 2016 at 2:26 PM, Yu Wei <[email protected]> wrote: > > > > > Hi Guys, > > > > > > I setup Mesos cluster with zookeeper enabled. > > > > > > I found UI problem when checking agent status. > > > > > > As showed in below snapshot, the agent name is not correct. And master > > > name is empty. > > > > > > Actually the master name should be "mesos2". > > > > > > > > > Any advice about this? > > > > > > > > > > > > > > > Thanks, > > > > > > Jared, (韦煜) > > > Software developer > > > Interested in open source software, big data, Linux > > > > > > > > > > > -- > > Best Regards, > > Haosdent Huang > > > -- Best Regards, Haosdent Huang
