![]() |
Note This is a private pre-release feature and is not considered an official release.
If you are interested in trialing this feature, please contact your sales representative.
Please review the Pre-release disclaimer before using the feature.
|
Trend Vision One File Security Containerized Scanner can be used in conjunction with
NetApp's ONTAP to scan files that use RPC-based protocols.
Prerequisites
You require the following:
-
NetApp ONTAP cluster: Functioning ONTAP cluster with SVMs configured.
-
Windows server: Windows server to act as the Vscan server.
-
Containerized Scanner: Kubernetes cluster with the scanner service. Ensure that the RPC agent management is enabled with the appropriate feature flag
-
Network connectivity: Network connectivity between all components
NetApp ONTAP Configuration
Procedure
- Enable Vscan on the ONTAP Management console:
- Create the scanner pool by using the following script:
vserver vscan scanner-pool create -vserver <svm_name> -scanner-pool <pool_name> -hostnames <vscan_server_hostname> -privileged-users <domain\user>
For more information, see vserver vscan scanner-pool create. - Apply the policy to the scanner pool:
vserver vscan scanner-pool apply-policy -vserver <svm_name> -scanner-pool <pool_name> -scanner-policy primary
For more information, see vserver vscan scanner-pool apply-policy. - Enable Vscan on the SVM:
vserver vscan enable -vserver <svm_name>
- Create the scanner pool by using the following script:
- Install the NetApp ONTAP AV-Connector
- Download the NetApp ONTAP AV-Connector from NetApp's website.
- Install the connector on your Windows Vscan server.
- Configure the connector with:
- ONTAP Management LIF or Data LIF (SVMs) IP address
- Appropriate credentials for ONTAP access
File Security Containerized Scanner integration
Procedure
- Generate onboarding token for the RPC agent in the Management Service:
- Access the Management Service within your Containerized Scanner Kubernetes cluster.
kubectl exec -it <management service pod> -n <namespace> -- bash
- Create an agent slot for the RPC agent:
clish agent create --name <agent-name>
- Generate an Onboarding Token for RPC Agent Authentication.
clish agent onboarding-token issue --instance <agent-name>
- Access the Management Service within your Containerized Scanner Kubernetes cluster.
- Install the RPC agent:
- Download the RPC agent installer(msi).
- Install on the Windows Vscan server.
- Configure the RPC agent with:
-
Given Onboarding Token
-
Scanner Service endpoint
-
Management Service endpoint
-
- Configure the RPC agent with the Management Service:
- Access the Management Service within your Containerized Scanner Kubernetes cluster.
- Check the agent connection status:
clish agent show --instance <agent-name>
- Configure privilege user credential (username/password) for the RPC agent.
clish agent credential modify --instance <agent-name>
- Verify your deployment:
- Check the Vscan status on the ONTAP Management console:
vserver vscan connection-status show-all
- Check RPC agent connection in Management Service.
- Test file scanning by creating test files with EICAR signatures to verify detection.
- Check the Vscan status on the ONTAP Management console: