ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster date zoneinfo load-from-uri

    Load timezone zoneinfo data

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

    Description

    The cluster date zoneinfo load-from-uri command loads a new set of timezone zoneinfo data to replace the version installed in the cluster. Releases of Data ONTAP software contain the timezone data that is current at the time of release. If a change is made to the timezone between Data ONTAP releases, then an update can be made to the release data. For instance, if a change is made to when daylight saving time is observed for a country then an update to cluster zoneinfo data may be required.

    Only zoneinfo files provided for use in ONTAP should be used with this command.

    To update the zoneinfo database do the following:

    • Place the file on a local web server accessible without password from the cluster.

    • Execute the cluster date zoneinfo load-from-uri command, passing the Universal Resource Identifier (URI) of the file as parameter.

    The command need only be executed once for the cluster. The data will be distributed to each node of the cluster.

    Parameters

    -uri {(ftp|http|https)://(hostname|IPv4 Address|'['IPv6 Address']')…​} - URI of Timezone Zoneinfo Data

    URI of the new zoneinfo file.

    Examples

    The following example loads a new version of the timezone zoneinfo database to the cluster:

    cluster1::> cluster date zoneinfo load-from-uri http://www.example.com/ontap_zoneinfo.zip
    Top of Page