Please enter search query.
Search <product_name> all support & community content...
Article: 100027392
Last Published: 2018-05-16
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection
Problem
When adding vSphere credentials to the the appliance VMware Access Host, it will fail if they are connectivity issues between the appliance and the Virtual Center and/or ESX host.
Error Message
In NetBackup Administration Console:
MM Status -1 failed to connect to host
In bpVMutil log on the backup/restore host:
20:31:36.666 [23026] vSphereConnect: connect returned 6
Cause
These are connectivity errors between the VMware Access Host and the Virtual Center or ESX host. It can be the result of a firewall or network configuration.
Solution
Here are some Linux tools that can be used to troubleshooting SSL connectivity.
openssl s_client -connect <virtual_center_name or esx_name>:443
w3m https://<virtual_center_name or esx_name>/sdk
telnet <virtual_center_name or esx_name> 443
For NFC connection testing use port 902:
telnet <virtual_center_name or esx_name> 902