跳转到主内容

如何在BlueXP  复制和同步中更改扫描程序和传输程序的进程和并发限制

Views:
27
Visibility:
Public
Votes:
1
Category:
cloud-sync
Specialty:
nas
Last Updated:

适用场景

  • BlueXP  副本和同步(原CloudSync)
  • 数据代理

问题解答

  • 扫描程序/传输进程并发性可以从Cloud Manager UI或数据代理命令行进行更改。 
    • 使用Cloud Manager用户界面:
      • 在Cloud Manager同步页面上、单击"管理数据代理"选项卡

Cloud Manager同步

  • 单击数据代理组旁边的设置图标

Cloud Manager同步

  • 设置进程和并发性限制、然后单击"Unify Configuration"(统一配置)

Cloud Manager同步

警告

使用数据代理命令行界面时、必须编辑每个代理。

  • 使用数据代理命令行界面:

> 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 

追加信息

不适用

 

 

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.