Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam EX200 topic 1 question 33 discussion

Actual exam question from RedHat's EX200
Question #: 33
Topic #: 1
[All EX200 Questions]

SIMULATION -
Configure NTP.
Configure NTP service, Synchronize the server time, NTP server: classroom.example.com

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
Configure the client:

Yum -y install chrony -

Vim /etc/chrony.conf -
Add: server classroom.example.com iburst

Start: systemctl enable chronyd -
systemctl restart chronyd
Validate: timedatectl status

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Stachomir
Highly Voted 2 years, 9 months ago
yum -y install chrony systemctl enable --now chronyd vim etc/chrony.conf (change on server classroom.example.com iburs) systemctl reload chronyd timedatectl set-ntp true
upvoted 6 times
...
Rahul95
Most Recent 10 months, 1 week ago
dnf install chrony* -y vi /etc/chrony.conf server <servername or IP> iburst systemctl restart chronyd.service chronyc sources #to verify
upvoted 2 times
...
kenkct
2 years, 1 month ago
sudo su yum install chrony echo 'server [url] iburst' >> /etc/chrony.conf systemctl enable --now chronyd systemctl start chronyd timedatectl set-ntp true systemctl restart chronyd chronyc sources -v timedatectl
upvoted 2 times
KimoHasNoBalls
1 year, 8 months ago
when i do chronyc sources after setting /etc/chrony.conf to : classroom.example.com iburst I do not get any results. Does anyone else ?
upvoted 1 times
...
...
brahmimedamine
2 years, 1 month ago
yum install chrony -y vim etc/chrony.conf (change on server classroom.example.com iburs) systemctl enable --now chronyd systemctl start chronyd timedatectl set-ntp true chronyc sources -c timedatectl
upvoted 2 times
...
RedQuasar
3 years, 4 months ago
yum -y install chrony systemctl enable cronyd.service systemctl start chronyd.service timedatectl -H classroom.example.com timedatectl set-ntp on
upvoted 1 times
badguy001djh
2 years, 8 months ago
timedatectl -H [user@]hostname means it will connect to the remote host with ssh and execute the operation remotely. So what you did is wrong at all.
upvoted 2 times
...
ms200
3 years, 2 months ago
why timedatectl -H classroom.example.com?
upvoted 1 times
unbreakble
3 years ago
I do not understand it too
upvoted 1 times
...
...
sazz82
2 years, 10 months ago
timedatactl -H works but will not survive a reboot
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...