Vscan | Scalability
Our recommendation is to start with the basic use case, monitor the performance and, depending your business needs, scale the system accordingly.
Description | Use case | Solution |
---|---|---|
Small scale deployments with one SMB share | 0 - 20,000 files per hour * 1 x SMB share | 1 x Vscan Server |
Small scale deployments with multiple SMB shares | 0 - 20,000 files per hour * 2 or more SMB shares |
|
Medium to Large scale deployments | 20,000 + files per hour * |
|
* The data presented in the table was derived from our Sizing Guide. These results are intended as guidelines rather than precise performance guarantees due to the multitude of variables that can impact performance, such as file types, network configurations, and hardware specifications. For critical throughput requirements, OPSWAT recommends conducting site-specific benchmarks prior to deploying a production solution.
How to connect multiple SMB shares to the same OPSWAT-ONTAP-Connector
- Add your SMB share to MetaDefender Storage Security following this article
- Copy your
StorageClientId
andSharePath
for your new storage

- Navigate to
C:\ProgramData\OPSWAT-ONTAP-Connector\config.ini
- Open the file in text editor (requires admin privileges) and modify the number of storage units:
StorageUnits=2
- Add details about the second storage unit:
[Storage Unit 2]
ClientId={StorageClientId}
SharePath={SharePath}
- Restart the service with name
opswat-ontap-connector
in order changes to take effect
How to configure multiple Vscan Servers
- You need to have a new Windows Server machine and another AD user (privileged user). For each scan server you will need to have a separate Windows Server machine because only one ONTAP Connector can be installed on the same Windows Server machine
- From ONTAP CLI, add the new IP of the Vscan Server and the new privileged user to scanner pool
vserver vscan scanner-pool modify -vserver {your-vserver} -scanner-pool {scanner-pool-name} -hostnames {list-of-host-names} -privileged-users {list-of-privileged-users}
vserver vscan scanner-pool modify -vserver opswat-vserver -scanner-pool opswat-scanner-pool -hostnames 10.30.160.180,10.30.160.181 -privileged-users TestAD\privilegeduser1,TESTAD\privilegeduser2
For more information about vserver vscan scanner-pool modify
command, please read this article
- Install ONTAP AV Connector and OPSWAT ONTAP Connector on the new Windows Server machine. Follow this guidance. To install OPSWAT ONTAP Connector, please copy the zip from first Vscan Server and install from there.
- Navigate to
C:\ProgramData\OPSWAT-ONTAP-Connector\config.ini
, open it in a text editor with admin privileges - Modify the IP of the MetaDefender Storage Security from
127.0.0.1
with the IP of the first Vscan Server, where your MDSS instance is installed (Note: Please be aware that the IP displayed or assigned may differ if a proxy or VPN is being used. To ensure accurate IP information, verify if any proxy or VPN is active) - Restart service with name
opswat-ontap-connector
in order changes to take effect - Now you should have two scanning servers connected to the same SMB share and same MDSS instance.
- If you want to add more scan servers, please repeat the process.
When multiple scan servers are utilized, files are distributed to the scan servers using a round-robin method.