I've set up two Cloud ONTAP instances for demo purposes from the AWS Marketplace. Using SnapMirror to replicate data.
However I cannot mount the NFS volume at all. It is set to full access and allow from the entire /16 in the VPC.
I am using an Amazon Linux client. "showmount -e" gives the RPC: program not registered error. e.g.
mount -v -t nfs -o vers=3,nfsvers=3 ip-172-31-29-89.ap-southeast-1.compute.internal:/Share /mnt
mount.nfs: timeout set for Wed Mar 30 17:49:48 2016
mount.nfs: trying text-based options 'vers=3,nfsvers=3,addr=172.31.29.89'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query retrying: RPC: Program not registered
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: requested NFS version or transport protocol is not supported
and...
showmount -e 172.31.29.89
clnt_create: RPC: Program not registered
however the NFS share seems to be OK..
TEST::vserver export-policy rule> show
Policy Rule Access Client RO
Vserver Name Index Protocol Match Rule
------------ --------------- ------ -------- --------------------- ---------
svm_TEST export-svm_TEST 1 any 172.31.16.0/20 any
svm_TEST export-svm_TEST 2 any 172.31.0.0/16 any
svm_TEST export-svm_TEST 3 any 172.31.25.22 any
svm_TEST export-svm_TEST-Share
1 any 172.31.0.0/16 any
4 entries were displayed.