ممنون از پاسختون
فایل رو می خوام روی سرور اصلی آپلود کنم . ارروری که میده اینه : failed to log into NFS server
فایل iso ویندوز هست ، از چند جای مختلف با VSPhare تست کردم آپ نشد .
توی اینترنت سرچ کردم چیزی که پیدا شد این بود.
من نمیدونم چطور باید کاری که گفته رو انجام بدم!!
Cause

This issue occurs when a carriage return is missing from /etc/vmware/config.
Resolution

To resolve this issue, add the carriage return to /etc/vmware/config.

To add the carriage return to /etc/vmware/config:

  1. Take a backup of the /etc/vmware/config file using this command:

    cp /etc/vmware/config /var/tmp/

  2. Edit the /etc/vmware/config file, so that there is a carriage return after this line:

    prefvmx.consolidateDeleteNFSLocks = "TRUE"

    For example, the entries should appear similar to:

    authd.soapServer = "TRUE"
    prefvmx.consolidateDeleteNFSLocks = "TRUE"
    authd.*****.vpxa-nfc = "vmware-vpxa:vpxa-nfc"
    authd.*****.vpxa-nfcssl = "vmware-vpxa:vpxa-nfcssl"


  3. Restart the hostd management agent using this command:

    service mgmt-vmware restart