Advertisement
vicendominguez

VMware Rollup Health State sensor sync problem

Dec 26th, 2012
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. First you need to compare two sensors. You need two windows:
  2.  
  3. A - https://vCenter_Server_name/mob/
  4. B - https://NodeAffected_Server_name/mob/
  5.  
  6. Then:
  7.  
  8. 1. Connect API via Internet browser - https://vCenter_Server_name/mob/ and https://NodeAffected_Server_name/mob/
  9. 2. Choose: content | ServiceContent | content
  10. 3. Navigate to rootFolder | ManagedObjectReference:Folder | name(or ha)-folder-root (name-folder-root)
  11. 4. Find childEntity | ManagedObjectReference:ManagedEntity[] | name(or ha)-datacenter (name-datacenter)
  12. 5. Choose: hostFolder | ManagedObjectReference:Folder | name(or ha)-folder-host (host)
  13. 6. Then find: childEntity | ManagedObjectReference:ManagedEntity[] | name(or ha)-compute-res
  14. 7. Choose: host | ManagedObjectReference:HostSystem[] | name(or ha)-host
  15. 8. Finally, go to runtime | HostRuntimeInfo | runtime
  16. 9. On doing that, navigate to healthSystemRuntime | HealthSystemRuntime | healthSystemRuntime
  17. 10. Click on systemHealthInfo | HostSystemHealthInfo | systemHealthInfo
  18. 11. Find: numericSensorInfo | HostNumericSensorInfo[] | numericSensorInfo
  19.  
  20. In both of browser windows:
  21.  
  22. 12. Compare the value in the following string name string "VMware Rollup Health State"
  23.  
  24. If they are not equal, then you will need to resync vcenter and the node. How?
  25.  
  26. 1. delete node from vcenter.
  27. 2. Restart agents in the node.
  28. 3. Insert node in vcenter.
  29.  
  30. Vicente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement