Configuring NTP on the vCenter Server Appliance 6.0
book
Article ID: 338191
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
This article provides the steps to enable and add NTP servers on the vCenter Server Appliance 6.0.
Environment
VMware vCenter Server Appliance 6.0.x
Resolution
To enable NTP on the vCenter Server Appliance 6.0:
- Open a console session to the vCenter Server Appliance and press ALT+F1.
- Log in using the root user credentials.
- Run this command to view the current settings:
ntp.get
For example:
Config:
Status: Down
Servers:
- Run this command to add an NTP server:
ntp.server.add --servers ntp_servername
- Run this command to enable the NTP server:
timesync.set --mode NTP
- Run this command to verify the NTP server settings:
ntp.get
Note: To remove an NTP server, run this command:
ntp.server.delete –-servers ntp_servername
Feedback
thumb_up
Yes
thumb_down
No