During a vCenter patch from 8.0.1 to 8.0.2 the pre-check run displayed an error: Source ESX Agent Manager Configuration contains URLs that are not trusted by the System! This issue is noted in VMware KB93526. To fix the problem you will need to do the following Download the eam-utility.py file from KB Winscp the file Read More…
Tag: vcsa
Test Outbound Connectivity on VCSA using Telnet
By default, telnet is not installed in the VCSA appliance. In fact its not installed in most VMware appliances. However there is a work around to test connectivity by using CURL Syntax: curl -v telnet://host:port Here are a couple of examples: curl -v telnet://www.google.co.uk:443 curl -v telnet://my.amqpserver:5672