hervel...@gmail.com
unread,Feb 6, 2013, 10:30:55 AM2/6/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
My goal is to use an AIX (6.1) to share an NFS directory to make an ESXi 5 NFS datastore.
I used "smitty mknfsexp" to create and share an nfs directory with the default options.
When I mount this share on the same host, it seems to work fine and the nfs shared directory is mounted and available through its mount point:
# mount 172.16.200.99:/nfshare /mnt
# 172.16.200.99 /nfshare /mnt nfs3 06 fév 15:08
# cd /mnt
# ls
toto
But when I want to use it as an NFS datastore from the ESXI 5 node (using GUI or esxcfg-nas -a command), the vmkernel.log of the ESXI says:
2013-02-06T14:40:18.990Z cpu0:2056)WARNING: NFS: 217: Got error -1 from mount call
2013-02-06T14:40:18.990Z cpu2:3485)NFS: 217: NFS mount 172.16.200.99:/nfshare status: Failure
Does anyone have an idea about this ?
Thks