Changing default patch location of VMware Update Manager
Health Status doesn't show up after upgrade to ESX 3.5.0 Update 2 / 3
Option 1:
Disconnect the affected Host from Inventory
Reconnect the affected Host from Inventory
Disconnect the affected Host from Inventory
Reconnect the affected Host from Inventory
Option 2:
Restart VirtualCenter service . the VC Server
Restart mgmt-vmware service . the hosts that are affected (service mgmt-vmware restart)
Restart vmware-vpxa . the hosts that are affected (service vmware-vpxa restart)
Option 3:
Restart the Pegasus service (service pegasus restart)
修复Hardware Health Status 为not available 的问题
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
报错信息:
安装完毕ESX 3.5.0 Update 3后,启动报错 "/var/pegasus/vmware/install_queue/1 FAILED
解决方法:
Edit the roleauth-schema compiler directive to include the VMware_Identity class definition using
nano /var/pegasus/vmware/install_queue/1_files/mofs/root/PG_Interop/roleauth-schema.mof
Add the bolded line above the pre-existing member directive.
#pragma include ("VMware_Identity.mof")
#pragma include ("VMware_IdentityMemberOfCollection.mof")
#pragma include ("VMware_IdentityMemberOfCollection.mof")
It also needs to be added in the standard cimv2 path.
nano /var/pegasus/vmware/install_queue/1_files/mofs/root/cimv2/roleauth-schema.mof
#pragma include ("VMware_Identity.mof")
#pragma include ("VMware_IdentityMemberOfCollection.mof")
#pragma include ("VMware_IdentityMemberOfCollection.mof")
Copy the missing file from the stardard cimv2 path to the shared path.
cp /var/pegasus/vmware/install_queue/1_files/mofs/root/cimv2/VMware_Identity.mof /var/pegasus/vmware/install_queue/1_files/mofs/root/PG_Interop/
Stop and start the service with these commands.
service pegasus restart
转载于:https://blog.51cto.com/vm2008/125289