VMware Cloud Community
PRimmer_London
Contributor
Contributor

VUM VCSA 6.5 Can't scan host

VUM VCSA 6.5 can update other hosts, but not 1 particular cluster. On this cluster I can scan the hosts for updates just not patches and extensions

Firewall ports look good from ESXi to VCSA

nc -zv "XXX" 9084

Connection to XXX 9084 port [tcp/*] succeeded!

nc -zv "XXX" 80

Connection to XXX 80 port [tcp/http] succeeded!

Scratch space has 4GB free

esxupdate.log from ESXi shows

2018-08-22T15:01:17Z esxupdate: 25663422: esxupdate: ERROR: An esxupdate error exception was caught:

2018-08-22T15:01:17Z esxupdate: 25663422: esxupdate: ERROR: Traceback (most recent call last):

2018-08-22T15:01:17Z esxupdate: 25663422: esxupdate: ERROR:   File "/build/mts/release/bora-5969303/bora/build/esx/release/vmvisor/sys-boot/lib64/python3.5/site-packages/urlgrabber/grabber.py", line 1495, in _do_perform

2018-08-22T15:01:17Z esxupdate: 25663422: esxupdate: ERROR: pycurl.error: (56, 'Recv failure: Connection reset by peer')

Run out of ideas now....anybody?

Tags (1)
0 Kudos
2 Replies
daphnissov
Immortal
Immortal

Check TCP 902 from vCSA/VUM to the management vmkernel of these ESXi hosts. This presents like a network-related failure.

0 Kudos
PRimmer_London
Contributor
Contributor

Connects fine to port 902 of the IP address of the ESXi host from VCSA

curl -v telnet://XXX:902

* Rebuilt URL to: telnet://XXXX:902/

*   Trying XXXX...

* Connected to XXXX (XXXXX) port 902 (#0)

220 VMware Authentication Daemon Version 1.10: SSL Required, ServerDaemonProtocol:SOAP, MKSDisplayProtocol:VNC , VMXARGS supported, NFCSSL supported/t

^C

0 Kudos