Classification: FMOS
Category: System configuration issue
Context: NTP Client
Context: Error
Summary
NTP client is disabled
Description
This error is reported by the health evaluation system when the NTP client is disabled.
Impact
With the NTP client disabled, the machine will not be able to synchronize its system clock with any servers. This will cause the system time to become incorrect.
Cause
The only cause for this error is for the System Configuration File to explicitly specify that the NTP client should be disabled. The mode property of the ntp object is set to none in this case.
Resolution
To resolve this issue, the NTP client needs to be enabled. This can be accomplished by using the FMOS Server Control Panel web UI:
-
Navigate to https://servername:55555 (replacing servername with the fully-qualified domain name or IP address of the machine)
-
Log in using FMOS user credentials
-
Browse to OS → NTP
-
Set Configuration Mode to either dhcp (if network provides a DHCP service, and the DHCP server includes NTP server addresses to DHCP clients) or manual.
-
If Configuration Mode is set to manual, add one or more items to the NTP Servers list, and populate the Host field for each one.
Alternatively, the System Configuration File can be edited manually using the fmos config --edit command. This command will launch an editor allowing the file to be modified. The ntp variable needs to be defined, including at least a mode property. If the mode property is set to manual, the ntp object must also have a servers property. This property must contain a list of objects, each of which must have a host property, which must be the host name or IP address of an NTP server to use. After saving the changes and closing the editor, the new values will be used by the configuration policy, which must be applied using the command fmos redeploy fmos.
Comments
0 comments
Article is closed for comments.