Dear all,
after updating one host to the latest build 6.7.0 (Build 9214924) VEEAM BACKUP Cannot detect the storages with the below error.
processing DC01 Error: NFC storage connection is unavailable.
I have restarted the management agents but the issue is still exisiting.
Can someone please point me to right direction how to get this fixed ?
With ESXi 6.0 U1 (and above), SSLv3 support is disabled by default for all services and ports. If the host was running a version prior to this, this might be the problem. More details in the article KB2063: After applying update 1 for vSphere 6.0, Jobs fail with NFC storage unavailable -
Resolution-1 --> Upgrade Veeam to the latest version.
Resolution-2 --> Enable SSLv3 on all the hosts. Steps as below -
1. Create a backup copy of the /etc/vmware/config file
2. Edit the /etc/vmware/config file to append the following line at the end of the file:
vmauthd.ssl.noSSLv3 = "false"
Note: If you have the line vmauthd.ssl.noSSLv3 = true in the file, change it to vmauthd.ssl.noSSLv3 = false
Example of /etc/vmware/config file:
authd.proxy.vpxa-nfc = "vmware-vpxa:vpxa-nfc"
authd.fullpath = "/sbin/authd"
vmauthd.ssl.noSSLv3 = "false"
3. Restart the rhttpproxy service with the command:
/etc/init.d/rhttpproxy restart
If this does not resolve the issue, share one of the failed VM agent log file from the Veeam proxy VM. It will be under the location <%programdata%\Veeam\Backup>.
Please consider marking this answer as "correct" or "helpful" if you think your questions have been answered.
Cheers,
Supreet
Thank you for your answer.
after rebooting the host twice stuff start working.
i don't know what cause this but maybe something didn't propely started.
Good to hear that! Upgrading the Veeam version to the latest one is still a mandate for everything to be in sync.
Cheers,
Supreet
The VEEAM is already upgraded to the latest build 1922 i beleive .
Thank you for your support though.