メインコンテンツへスキップ

クラウド同期によって転送されたファイルやディレクトリを確認するには、どのログをチェックすればよいですか?

Views:
50
Visibility:
Public
Votes:
0
Category:
cloud-sync
Specialty:
netapp_console
Last Updated:

環境

Cloud Sync

回答

データブローカーのログをダウンロードし、Cloud Sync データブローカーによって転送されたすべてのファイル/ディレクトリの詳細(成功または失敗)が含まれる「relationships.log」ファイルを確認してください。

注:relationship.log からすべてのファイル/ディレクトリの詳細を手動で取得するのは容易ではありません。複数のデータブローカーが関与している可能性があり、またログファイルの抽出と読み取りも容易ではないためです。

追加情報

関係ログを読み取る例を以下に示します:
 
[2022-10-10T21:16:18.151] [INFO] [TRANSFERRER] [1] [16603] [62c534af57663c84375dbc20] STARTING copy from: {"local":{"path":"mnt/62c534af57663c84375dbc20/d7b2f827-00e1-4a4f-9641-4a4cbac16eee_src"}} to: {"local":{"path":"mnt/62c534af57663c84375dbc20/d7b2f827-00e1-4a4f-9641-4a4cbac16eee_trg"}} entry: {"path":"test","type":"DIRECTORY","size":0,"mode":16822,"uid":0,"gid":0,"mtimeSec":1660029145,"creationTimeSec":1660029132,"cifsAcl":"ACL:Everyone@WORLD AUTHORITY:ALLOWED/I/FULL,ACL:Everyone@WORLD AUTHORITY:ALLOWED/OI|CI|IO|I/","tempEntryName":".test_i0zhzAN_netapp"}
 
[2022-10-10T21:16:18.179] [INFO] [TRANSFERRER] [1] [16603] [62c534af57663c84375dbc20] COMPLETED copy from: {"local":{"path":"mnt/62c534af57663c84375dbc20/d7b2f827-001-4a4f-9641-4a4cbac16eee_src"}} to: {"local":{"path":"mnt/62c534af57663c84375dbc20/d7b2f827-00e1-4a4f-9641-4a4cbac16eee_trg"}} entry: {"path":"test","type":"DIRECTORY","size":0,"mode":16822,"uid":0,"gid":0,"mtimeSec":1660029145,"creationTimeSec":1660029132,"cifsAcl":"ACL:Everyone@WORLD AUTHORITY:ALLOWED/I/FULL,ACL:Everyone@WORLD AUTHORITY:ALLOWED/OI|CI|IO|I/","tempEntryName":".test_i0zhzAN_netapp"} took: 27
 
注記:
  • 62c534af57663c84375dbc20 -> 関係ID
  • path -> コピーされるファイル/ディレクトリのパスです。
  • STARTING -> このファイル/ディレクトリのコピーが開始されたことを示します
  • COMPLETED -> このファイル/ディレクトリのコピーが正常に完了したことを示します
  • took -> ファイルをターゲットにコピーするのにかかった時間 (ミリ秒単位)を示します
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.