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

BlueXP  のコピーと同期でスキャナとトランスファラーのプロセスと同時実行の制限を変更する方法

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

環境

  • BlueXP  のコピーと同期(旧称CloudSync)
  • データブローカー

回答

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

Cloud Managerの同期

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

Cloud Managerの同期

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

Cloud Managerの同期

警告

データブローカーCLIを使用する場合は、各ブローカーを編集する必要があります。

  • データブローカーのCLIを使用:

> 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 

追加情報

N/A

 

 

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.