Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem when installing Mesosphere DC/OS in Bare Metal #25

Open
khalilbenaissa opened this issue Sep 17, 2018 · 2 comments
Open

problem when installing Mesosphere DC/OS in Bare Metal #25

khalilbenaissa opened this issue Sep 17, 2018 · 2 comments

Comments

@khalilbenaissa
Copy link

Hello,
I installed Mesosphere DC/OS in Bare Metal with 1 master, 1 agent, 1 public agent and 1 boot.
The script Ansible ran very good but i couldn't access to my the dashboard of Mesosphere.
I got an error with the mesos-dns.service :
sept. 17 13:36:17 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:17 Failed to connect to zk-5.zk:2181: dial tcp: lookup zk-5.zk on 198.51.100.3:53: no such host
sept. 17 13:36:17 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:17 Failed to connect to zk-3.zk:2181: dial tcp: lookup zk-3.zk on 198.51.100.3:53: no such host
sept. 17 13:36:18 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:18 Failed to connect to zk-4.zk:2181: dial tcp: i/o timeout
sept. 17 13:36:18 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:18 Failed to connect to zk-2.zk:2181: dial tcp: lookup zk-2.zk on 198.51.100.3:53: no such host
sept. 17 13:36:19 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:19 Failed to connect to zk-1.zk:2181: dial tcp: lookup zk-1.zk on 198.51.100.3:53: no such host
sept. 17 13:36:19 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:19 Failed to connect to zk-5.zk:2181: dial tcp: lookup zk-5.zk on 198.51.100.3:53: no such host
sept. 17 13:36:19 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:19 Failed to connect to zk-3.zk:2181: dial tcp: lookup zk-3.zk on 198.51.100.3:53: no such host
sept. 17 13:36:19 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:19 Failed to connect to zk-4.zk:2181: dial tcp: lookup zk-4.zk on 198.51.100.3:53: no such host
sept. 17 13:36:19 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:19 Failed to connect to zk-2.zk:2181: dial tcp: lookup zk-2.zk on 198.51.100.3:53: no such host
sept. 17 13:36:20 gzlaac01 mesos-dns[14638]: 2018/09/17 13:36:20 Failed to connect to zk-1.zk:2181: dial tcp: lookup zk-1.zk on 198.51.100.3:53: no such host

Can you help me please ?

@dnguyen-fnx
Copy link

Hi, according to the documentation, on the master node :
$> sudo systemctl disable dnsmasq && sudo systemctl stop dnsmasq
$> systemctl restart dcos-mesos-dns.service

Explanation :
"Ensure that firewalls and any other connection-filtering mechanisms are not interfering with cluster component communications. TCP, UDP, and ICMP must be permitted.

Ensure that services that bind to port 53, which is required by DNS Forwarder (dcos-spartan.service), are disabled and stopped."

@khalilbenaissa
Copy link
Author

thank you.

But you can also change the dcos version from 1.11.4 to 1.11.0, it works too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants