http://jira.hyperic.com/browse/HHQ-4073
Updates to vCenter server configuration propertes (url, user, password) are not propagated to VMs and ESX hosts monitored by that vCenter server
To reproduce:
Configure vCenter Server on an agent platform
Update the URL for vCenter server in HQ
Note that URL for hosts and VMs managed by the vCenter still refers to old URL.
For example, after updating the vCenter Server URL (from 10.16.16.161 to 10.16.16.157) I see following error in agent log that indicates that agent was trying to connect to vCenter using old URL.
2010-06-15 14:54:29,890 ERROR [ScheduleThread] [ScheduleThread] Measurement plugin error: ServiceInstance(https://10.16.16.161/sdk, kparikh): java.rmi.RemoteException: VI SDK invoke exception:java.net.ConnectException: Connection timed out: connect
Anonymous