Important Update: Cohesity Products Knowledge Base Articles
All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.
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>:443w3m https://<virtual_center_name or esx_name>/sdktelnet <virtual_center_name or esx_name> 443
For NFC connection testing use port 902:
telnet <virtual_center_name or esx_name> 902