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

Cloud Sync によって転送されたファイルやディレクトリを確認するには、どのログを確認しますか。

Views:
13
Visibility:
Public
Votes:
0
Category:
cloud-sync<a>2009358595</a>
Specialty:
cloud
Last Updated:

環境

Cloud Sync

回答

databrokerログをダウンロードし'relationships.log成功または失敗した場合にCloud Sync databrokerによって転送されるすべてのファイル/ディレクトリロイの詳細が含まれるファイルをチェックします

注:複数のデータブローカーが含まれている可能性があり、ログファイルを簡単に展開して読み取ることもできないため、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.