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

NTP requirement for Multiple Node #297

Closed
bai030805 opened this issue Jun 28, 2017 · 2 comments
Closed

NTP requirement for Multiple Node #297

bai030805 opened this issue Jun 28, 2017 · 2 comments

Comments

@bai030805
Copy link

I have 4 nodes, First node enable NTP server, other 3 nodes sync to the first one.
Using ntpdate, we can successfully sync the date.
In the deploy.yml, put the IP of first node as NTP server
But when running step1, get below error.

RUNNING HANDLER [CentOS_7_baseline_install : CentOS 7 | Set the clock] *********
fatal: [192.168.16.154]: FAILED! => {"changed": true, "cmd": ["ntpd", "-gq"], "delta": "0:00:11.006414", "end": "2017-06-28 09:45:24.935772", "failed": true, "rc": 1, "start": "2017-06-28 09:45:13.929358", "stderr": "", "stdout": "ntpd: no servers found", "stdout_lines": ["ntpd: no servers found"], "warnings": []}
fatal: [192.168.16.152]: FAILED! => {"changed": true, "cmd": ["ntpd", "-gq"], "delta": "0:00:11.006317", "end": "2017-06-28 09:45:24.949041", "failed": true, "rc": 1, "start": "2017-06-28 09:45:13.942724", "stderr": "", "stdout": "ntpd: no servers found", "stdout_lines": ["ntpd: no servers found"], "warnings": []}
fatal: [192.168.16.153]: FAILED! => {"changed": true, "cmd": ["ntpd", "-gq"], "delta": "0:00:11.014124", "end": "2017-06-28 09:45:24.969968", "failed": true, "rc": 1, "start": "2017-06-28 09:45:13.955844", "stderr": "", "stdout": "ntpd: no servers found", "stdout_lines": ["ntpd: no servers found"], "warnings": []}

thanks

@padthaitofuhot
Copy link
Contributor

Hello, using one of the data store nodes as an NTP server for the rest of the nodes is not a supported deployment option. You'll need to use an external NTP server.

@padthaitofuhot
Copy link
Contributor

This issue is closing due to inactivity. Please reopen the issue if we can help further.

@padthaitofuhot padthaitofuhot moved this from Triage to Needs Research in Documentation Herding Jul 17, 2017
@ksteinfeldt ksteinfeldt moved this from Needs Research to Done in Documentation Herding Jul 18, 2017
@padthaitofuhot padthaitofuhot added this to the Documentation Pass 1 milestone Jul 20, 2017
@ksteinfeldt ksteinfeldt removed this from Done in Documentation Herding Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants