ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster time-service ntp server reset

    Reset NTP server list to a default selection

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The cluster time-service ntp server reset command replaces the current configuration with one of the selected configurations.

    If none or more than one time service configuration is selected, the command will fail.

    Parameters

    [-use-public {true|false}] - Reset Server List to Public Identified Defaults (default: false)

    When set to true, this specifies that the public NTP server list used by Data ONTAP should replace the current configuration.

    The default setting is false .

    Examples

    The following example replaces the current time service configuration with the default public NTP server list that is used by Data ONTAP.

    cluster1::> cluster time-service ntp server reset -use-public true
    Top of Page