12-25-2023 06:05 PM
Hyperflex Connect received the following alarm.
[HXA-NOD-0008]I searched the document for this content, but I didn't get matching results.
Can I ask for advice?
There is no problem with the current service.
Solved! Go to Solution.
01-09-2024 11:11 AM
HXA-NOD-0008 is in the source code as:
{
"name": "HXA-NOD-0008", "description": "Triggered when one or more configured NTP servers on controller VM cannot be reached.", "category": "warning", "message": "One or more NTP servers configured on HX controller VM {HOSTNAME} not responding", "triggeringEvents" : ["NtpServerOfflineEvent"], "resetEvents" : ["NtpServerOnlineEvent"] },
Most likely this (but could be a misconfiguration):
Check the output of `ntpq -4np` and look for a "*" (star or asterisk).
If at least one NTP server has an *, then can probably ignore/clear the fault.
If none of the NTP servers have an *, then fix your NTP server.
12-31-2023 08:29 AM
Please post the actual error message verbiage in english.
Thanks,
Kirk...
01-09-2024 11:11 AM
HXA-NOD-0008 is in the source code as:
{
"name": "HXA-NOD-0008", "description": "Triggered when one or more configured NTP servers on controller VM cannot be reached.", "category": "warning", "message": "One or more NTP servers configured on HX controller VM {HOSTNAME} not responding", "triggeringEvents" : ["NtpServerOfflineEvent"], "resetEvents" : ["NtpServerOnlineEvent"] },
Most likely this (but could be a misconfiguration):
Check the output of `ntpq -4np` and look for a "*" (star or asterisk).
If at least one NTP server has an *, then can probably ignore/clear the fault.
If none of the NTP servers have an *, then fix your NTP server.
01-09-2024 05:06 PM
Thank you for your reply, and that was helpful.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide