ONTAP Discussions

The refid, ultimate time source in OnTap Cluster?

heightsnj
1,907 Views

In OnTap 9.x cluster, is there any way to show refid value? 

I could not find any commands can show that. 

 

Thank you for your inputs in advance!

2 REPLIES 2

Ontapforrum
1,825 Views

I think the "refid" is something used in NTP context which is a property of ntpq/NTP daemon which is a linux based and hence the "ONTAP kernel" commands might not have it which sits above the linux (freebsd).

 

You could go to systemshell (freebsd linux), where you could locate the linux based 'ntpq' utility that might fetch you the refid:

 

Example:
Log in to the system shell for a node.
::> set -privilege diagnostic
::*> system node systemshell -node node1
node1% sudo ntpq -pn

 

Note: You use the hidden ' diag' account to log in to system shell. This user needs to be unlocked and the password has to be set, if never configured.


If you endup troubleshooting NTP related issue, then you could refer to this popular KB:
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_configure_and_troubleshoot_NTP_on_clustered_Data_ONTAP_8.2_and_...

shamz
1,712 Views

You can get pretty much everything in the diag privilege level

 

> set diag

*> ntp status show -fields node,server,server-address,server-stratum,server-reference 

Public