To manually apply and persist proxy or IP address changes:
- Log in to the Cloud Proxy appliance using SSH as the root user. Verify the current proxy configuration:
cat /etc/sysconfig/proxy
- If the expected changes are not present, edit the proxy configuration file and update it with the correct proxy server details:
vi /etc/sysconfig/proxy
- Verify that the OVF environment contains the intended configuration values:
vmtoolsd --cmd "info-get guestinfo.ovfEnv" > /tmp/ovfEnv.xml
cat /tmp/ovfEnv.xml
- Compare the values in the OVF environment with the contents of
/etc/sysconfig/proxy and correct any discrepancies.
Example: Proxy host mismatch, Port Mismatch, Protocol Mismatch, Missing Authentication Setting, Incorrect or Missing NO_PROXY entries, Stale OVF values.
- If the Cloud Proxy appliance still fails to register with the Aria Operations cluster, restart the collector service in cloud proxy:
service-control --restart vmware-collector