Upload NSX-LCP bundle operation failed: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://<vcenter_fqdn>:9087/vum-fileupload/login": Connect to <vcenter_fqdn>:9087 [<vcenter_fqdn>/<vcenter_ip>] failed: Connection timed out (Connection timed out); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to <vcenter_fqdn>:9087 [<vcenter_fqdn>/<vcenter_ip>] failed: Connection timed out (Connection timed out)If you try to resolve the issue on the popup menu, the following ERROR is displayed:Pushing NSX depot(s) on Compute Manager: ########-####-####-####-#### failed with error: Error while logging into VCorg.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://<vcenter_ip>:9087/vum-fileupload/login": Connect to <vcenter_ip>:9087 [<vcenter_ip>/#.#.#.#] failed: Connection timed out (Connection timed out); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to <vcenter_ip>:9087 [<vcenter_ip>/#.#.#.#] failed: Connection timed out (Connection timed out). Retry Transport Node Collection at cluster########
When NSX cluster has vLCM enabled, NSX Manager uses TCP port 9087 to push NSX Depot(s) to vLCM component on vCenter. If TCP port 9087 is blocked on the firewall from NSX Manager to vCenter, the upgrade or install fails while attempting to push the NSX depot(s) to the Compute Manager.
Ensure that TCP port 9087 is open between the NSX Managers and the vCenter Server.
You can use netcat (nc) to confirm connectivity to the TCP port 9087 from the NSX Manager(s) to the vCenter server:
#nc -zv <vCenter-FQDN> 9087Connection to <vCenter-FQDN> 9087 port [tcp/*] succeeded!
Note: This port is included in the VMware Ports and Protocols documentation for NSX: VMware Ports and Protocols