VMware vSphere

 View Only
  • 1.  ESXi trying to mount not existing NFS - How to find where

    Posted Aug 21, 2019 01:21 PM

    From my NAS I can see an error about my ESXi trying to mount an NFS, but I know it is not existing

    ------------

    rpc.mountd[1555]: refused mount request from 192.168.xxx.xxx for /mnt/xxx/xxx (/): not exported

    ------------

    Maybe I created a datastore refering to this before, but the datastore is not existing anymore. Also, none of my vm is using this NFS.

    How can I determine what is trying to use this NFS from my ESXi ? and delete it...



  • 2.  RE: ESXi trying to mount not existing NFS - How to find where

    Posted Aug 21, 2019 01:31 PM

    Please check whether one of your VMs has e.g. a virtual CD-ROM drive, which settings point to an ISO image that was located on that NAS?

    Even a VM snapshot which has/had a pointer to the NAS (at the time the snapshot was created) may cause this.

    André



  • 3.  RE: ESXi trying to mount not existing NFS - How to find where

    Posted Aug 21, 2019 01:46 PM

    I tried,

    I also tried to shutdown all VM, and still having the error on my NAS. This is why I think it can come from an old setting/config remaning somewhere.



  • 4.  RE: ESXi trying to mount not existing NFS - How to find where

    Posted Aug 21, 2019 01:49 PM

    Check Syslog.global.LogDir on the esxi host and make sure its not pointing there as well

    Configure Syslog on ESXi Hosts



  • 5.  RE: ESXi trying to mount not existing NFS - How to find where
    Best Answer

    Posted Aug 21, 2019 03:27 PM

    Do you see any reference to that NFS datastore in /etc/vmware/esx.conf ?

    ---------------------------------------------------------------------------------------------------------

    Was it helpful? Let us know by completing this short survey here.



  • 6.  RE: ESXi trying to mount not existing NFS - How to find where

    Posted Aug 21, 2019 08:01 PM

    Thanks,

    I removed reference to mount in /etc/vmware/esx.conf - rebooted and everithig is fine now.

    Thanks again,