メインコンテンツまでスキップ

ONTAPクラスタの時刻がUTCでドメインコントローラと一致するように検証する方法

Views:
148
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
NAS
Last Updated:

 

環境

  • ONTAP 9
  • Microsoft Active Directoryドメインコントローラ(DC)

説明

次の資料では、UTCのDC時間に合わせてクラスタ時間を調整する方法について説明します。

手順

  1. DCで時刻を確認します。
    • PowerShellを使用して、[System.DateTime]::UtcNow

例:

PS C:\> [System.DateTime]::UtcNow

Wednesday, January 25, 2023 3:49:00 PM

  1. ONTAP CLIで、クラスタ時間を調整します。
    • CLIから、次のコマンドを実行します。 date -u yyyyddhhmm.ss
      • コマンドの形式は次のとおりです。   
        • デジタル4年間のyyyy
        • DD(2桁の日にち)
        • 24時間形式の2桁の時間のHH
        • mm(2桁の分)  
        • 2桁の秒の.ss
      • 次の例は、日付を2023年1月25日午後3時49分に設定します。
        • Cluster::> date -u 202301251549.00
  2. クラスタ時間を確認します。
    • CLIから、次のコマンドを実行します。 date -u

例:

Cluster::> date -u
Node        UTC Date
----------------- ------------------------
Node1       Wed Jan 25 15:49:00 2023
Node2       Wed Jan 25 15:49:00 2023
2 entries were displayed.

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.