Talk with fellow users about the multiple protocols supported by NetApp unified storage including SAN, NAS, CIFS/SMB, NFS, iSCSI, S3 Object, Fibre-Channel, NVMe, and FPolicy.
Talk with fellow users about the multiple protocols supported by NetApp unified storage including SAN, NAS, CIFS/SMB, NFS, iSCSI, S3 Object, Fibre-Channel, NVMe, and FPolicy.
Hi, we have a 2-node AFF-A250 running ontap 9.14.1. I'm experimenting with NVMe over TCP and have a question: how can you load balance namespaces between the 2 nodes? When creating a namespace it's creates the volume automatically and chooses the aggregate by itself. How can you ensure that the NVMe namespace load is evenly distributed between the 2 nodes in the cluster?
... View more
Hello Team, There are: 1) AFF-A250 Storage System; 2) VMware vCenter Cluster with many ESXi hosts. Need to map 1 LUN to multiple ESXi hosts in same Cluster, protocol NVMe/TCP. I have find Knowledge Article: https://kb.netapp.com/on-prem/ontap/da/SAN/SAN-KBs/Can_we_map_a_lun_to_multiple_ESXi_host_in_different_cluster_managed_by_same_vCenter . It is possible, but for more information kindly reach out to VMware vendor. With mapping on 1 ESXi host - there are no problem, link: https://community.netapp.com/t5/Tech-ONTAP-Blogs/How-to-Configure-NVMe-TCP-with-vSphere-8-0-Update-1-and-ONTAP-9-13-1-for-VMFS/ba-p/445429 . But, how to map 1 LUN to multiple ESXi hosts? Thank you!
... View more
We are currently using netapp xml auditing and enabling SACLs using Windows Explorer Client to set SACL permissions for everyone read,write, delete etc. 1) When we apply this SACL to big fillers with millions of folders and files it has to apply this recursive and take lot of time and also fails on many folders because inheritance is broken and user doesnt have permission, etc etc. Is there any way to apply this much faster at the root level of the share/volume avoiding this errors, permissions, broken inheritance, time, and other common problems? does "vserver security file-directory ntfs sacl modify" has the same problem? is faster? 2) Does fpolicy auditing also requires setting this SACLs on all folders/files or just enable fpolicy? how you set what operations to audit? I know windows file server requires this and most storages based on windows, but applying SACLS for larger file server is always a problem.
... View more
I am getting the following error from the version 3 REST API for creating a snapdiff session: "error":{"code":"6691630", "message":"Server temporarily unavailable. Try again later." This is the REST API issue via curl : ####################################################### # Create Snapdiff session # # # # Input # # Volume UUID # # Cluster Credentials # # License token string # # JSON File with snapdiff parameters # # # # Output: On success, snapdiff session information # # # # Format of the snapdiff parameter JSON file # # name and uuid of base and diff snapshots # # cifs for windows, nfs for linux # # # # # # { # "application" : { # "name" : "appname", # "type" : "backup" # }, # "base_snapshot" : { # "name" : "TestBaseSnap1", # "uuid" : "96e29a84-3edd-11ef-8478-d039ea3a0359" # }, # "diff_snapshot" : { # "name" : "TestDiffSnap1", # "uuid" : "d07478f5-3edd-11ef-8478-d039ea3a0359" # }, # "file_access_protocol" : "cifs", # "report_file_attributes" : "true", # "max_diffs" : 256 # } ########################################################### curl -kiu snapdiff_svm:password -X POST https://cluster_host_name.com/api/storage/volumes/volume_uuid/snapdiff/sessions?return_records=true -d @c:\netapp\snapdiff.json -H "X-Netapp-Authorization: Bearer license_token_string" I have enabled the snapdiff RPC server and the problem persists Any advice or suggestions would be greatly appreciated. Thanks ...
... View more