Skip to main content
NetApp Knowledge Base

How are Vscan requests balanced between multiple Vscan servers?

Views:
257
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
NAS
Last Updated:
5/7/2025, 3:25:01 PM

Applies to

  • ONTAP 9
  • Vscan
  • ONTAP AV connector

Answer

  • Vscan Request Distribution:

    • No specific algorithm (e.g., round-robin, least busy) is used to distribute Vscan requests.

    • Each ONTAP AV Connector in a scanner-pool opens a named pipe to the SVM to listen for pending Vscan requests.

  • Named Pipe Operation:

    • ONTAP places data into the named pipe, which operates on a first-in, first-out (FIFO) basis.

    • The pipe functions like a message queue, preventing multiple servers from processing the same request.

    • All AV Connectors place a READ call on the pipe, allowing them to see any new scan request written by the SVM.

  • Vscan Server Responsibilities:

    • Each Vscan server (via its AV Connector) is responsible for reading and processing requests from the pipe in a timely manner.

    • When the SVM writes a scan request to the pipe, all AV Connectors are notified and attempt to read it.

  • Request Processing:

    • The first AV Connector to respond to a scan request removes it from the pipe, signaling to other AV Connectors that the request is being handled.

    • This ensures only one AV Connector processes the request, preventing duplicate processing.

  • Acknowledgment and Communication:

    • The responding AV Connector sends an ACK to the SVM, informing it which AV Connector is handling the scan request.

    • ONTAP and the AV Connector do not decide which server processes a request; the first AV Connector to respond and acknowledge determines responsibility.

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.