nfs-static-mount (NAME): NFS server IP at IP has no compatible versions/transports of NFS available
17:53:48 network-file warn 0x80e002ce nfs-static-mount (NAME): RPC mount version 1 mount procedure error 13 for export /export/share server IP at IP UDP port 44376
Solution
1- DataPower Host
DataPower System Identifier (Administration-- > Device --> System Settings) should be added in the NFS server (in my case Ubuntu) hosts file ( /etc/hosts )
ex:
9.172.x.x DataPower_Dev
2- NFS server ACL
In the NFS config ( /etc/exports ) add the following two lines ( where /export/share is the export directory that should be mounted in DataPower
/export DataPower_Dev(rw,sync,no_subtree_check)
/export/share DataPower_Dev(rw,sync,no_subtree_check)
Note: i used NFS version 3
For other errors check the following references
http://www-01.ibm.com/support/docview.wss?uid=swg21372185
https://help.ubuntu.com/community/SettingUpNFSHowTo
Tweet
No comments:
Post a Comment