any host/VM tasks performed on vCenter errors with ““A general system error occurred: Connection refused: The remote service is not running, OR is overloaded, OR a firewall is rejecting connections””

Uncategorized

logs from the above snippet, it appears the connection to vcenter port: 8190 was being rejected. as per Vmware docs, port 8190 is used by profile driven storage so we take a look at profile-driven storage log: at this stage, the service refused to start pointing to an invalid entry…

Read More

Enable TFTP on VCSA

vCenter

Start TFTP service Allow TFTP port on the VCSA firewall Confirm if the port is allowed on the firewall Make the firewall rules persistent: Export Ip tables rule Create a startup script at path: /etc/init.d/startftp.sh with the below contents: change the permissions of the script set the script to run…

Read More