I'm new to netapp and azure so please, bear with me. I follow these instructions to get NetApp in my Azure cloud. I created a volume share using the oncommand cloud manager. However, when I try to mount it, I get these errors. I also followed NetApps guide but I clearly missed something when it comes to permissions.
mount.nfs: timeout set for Tue Apr 3 01:09:30 2018
mount.nfs: trying text-based options 'rsize=1048576,wsize=1048576,hard,intr,timeo=600,retrans=2,vers=4,addr=10.1.0.7,clientaddr=10.0.0.4'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'rsize=1048576,wsize=1048576,hard,intr,timeo=600,retrans=2,addr=10.1.0.7'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.1.0.7 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.1.0.7 prog 100005 vers 3 prot UDP port 635
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 10.1.0.7:/myfileshare
nfs-commons are on the client, I don't know where on the nfs server I would make changes. The command line for the netapp nfs server is foriegn to me. NFS ports are opened.
I also ran on the client
showmount -e 10.1.0.7
Export list for 10.1.0.7:
/myfileshare (everyone)
/ (everyone)
Any and all help is appreaciated.