Skip to main content
NetApp Knowledge Base

How to change the process and concurrency limits of scanner and transferrer in BlueXP Copy & Sync

Views:
1,115
Visibility:
Public
Votes:
4
Category:
cloud-sync
Specialty:
nas
Last Updated:
4/9/2025, 6:47:07 PM

Applies to

  • BlueXP Copy & Sync (Formerly CloudSync)
  • Data broker

Answer

  • Scanner/Transfer process concurrency can be changed from Cloud Manager UI or from the Data broker Command line. 
    • Using Cloud Manager UI :
      • On the Cloud Manager sync page click "Manage Data Broker" tab

Cloud Manager sync

  • Click on Settings icon next to the data Broker Groups

Cloud Manager sync

  • Set the process and concurrency limits and click "Unify Configuration"

Cloud Manager sync

WARNING

When utilizing the data broker CLI, each broker must be edited.

  • Using data broker 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 

Additional Information

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.