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

BlueXPのコピーと同期でスキャナと転送のプロセスと同時実行数の制限を変更する方法

Views:
8
Visibility:
Public
Votes:
0
Category:
cloud-sync
Specialty:
nas
Last Updated:

環境

Cloud Sync

回答

  • スキャナと転送のプロセスの同時実行数は、 Cloud Manager の UI またはデータブローカーのコマンドラインから変更できます。 
    • Cloud Manager UI の使用:
      • Cloud Manager の同期ページで、 [Manage Data Broker] タブをクリックします

Cloud Managerの同期

  • データブローカーグループの横にある [ 設定 ] アイコンをクリックします

Cloud Managerの同期

  • プロセスと同時実行数の制限を設定し、 [Unify Configuration] をクリックします。

Cloud Managerの同期

  • データブローカー CLI の使用:
    • これは、同時処理されるファイルの数を転送元プロセスごとに 30 (デフォルトは 50 )に変更する方法です。
      • つまり、データブローカーは、 4 つのコア CloudSync インスタンス上で合計 120 個のファイル(コアあたり 30 個)を処理します。
  • ブローカーに SSH 経由でアクセスし、次sudo のコマンドを実行します(コマンドの実行に必要な場合もあります)。

> pm2 stop all

> vi /opt/netapp/databroker/config/local.json


{
  "workers": {
    "scanner": {
      "concurrency": <int>,
      "processes-limit": <int>
     },
    "transferrer": {
      "concurrency": <int>,
      "processes-limit": <int>
     }
   }
}


:wq!

> pm2 start all 

追加情報

  • 設定する同時実行数はコア単位であることに注意してください。したがって、コアが 4 つあり、 30 に設定されている場合、 120 個のファイルが一度に処理されます。 
  • この作業は、ごとに行う必要があります データブローカー

 

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.