#ONTAP SVM settings for Trident
1 messages · Page 1 of 1 (latest)
I think this will answer your questions, but if it doesn't feel free to ask a follow-up question. https://kb.netapp.com/Advice_and_Troubleshooting/Data_Protection_and_Security/SnapCenter/How_to_setup_ONTAP_to_be_accessed_by_APIs
Thank you but it doesn't seem to mention the SVM part and anything related to Trident.
But I guess "mgmt-nfs" for the LIF is correct?
Correct, mgmt-nfs to use same LIF for mgmt and data.
Any thoughts on the data services enabled for the SVM?
I am guessing something like "-data-services data-nfs,management-https" but it would be nice with some documentation about it which I can't find.
Although that doesn't match "mgmt-nfs" on the LIF so it will create a custom service-policy instead.
[-data-services <LIF Service Name>,…] - Data Services
This optionally specifies the data services for new network interfaces created on the Vserver. If no value is specified, the default services list will be applied. This information will be used to construct the default service policies for this Vserver, which can be viewed using the network interface service-policy show command.
Thank you, but anything for use with Trident?
In my lab i see:
Vserver Name: nfs_svm
Logical Interface Name: nfs_svm_mgmt1
Service Policy: default-management
Service List: data-core, management-ssh,
management-https, data-fpolicy-client, data-nfs
(DEPRECATED)-Role: data
Data Protocol: nfs
and "vserver show -vserver nfs_svm -fields data-services" gives you what?
vserver show -vserver nfs_svm -fields data-services
vserver data-services
nfs_svm data-nfs,data-iscsi
Oh, that is interesting. So no mention of management and Trident still works fine I guess?
Yes, this is Trident lab. The mgmt lif and data lif are separate... ie. not mgmt-nfs. if you're not using iscsi, you can leave that off.
But would a SVM setup with data-services "data-nfs" and LIF service-policy of "default-data-files" be enough for Trident?
I'm using ONTAP 9.11 by the way, if that makes a difference.
If you only have one LIF you need to make sure the policies cover both management (aka API) and data for NFS. That's what the KB article was referring to.
And what service would that be in case of Trident?
For management, I mean.
Depends on what you have available based on the system services firewall policy show command
I believe firewall policy is deprecated and replaced by service policy
Then my knowledge is out of date. This may be a question for the ontap team. Ask for the data-serves needed to use both NFS and API management calls on a single LIF. That's what Trident will need.
Ok, good idea. Thank you for taking your time. 🙏
ONTAP SVM settings for Trident