Nach dem installieren vom Update1 auf ESX 3.5 Server traten Probleme auf mit pegasus. Lösung: Edit the roleauth-schema compiler directive to include the VMware_Identity class definition using nano /var/pegasus/vmware/install_queue/3_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“) It also needs to be added in the standard cimv2 path. nano /var/pegasus/vmware/install_queue/3_files/mofs/root/cimv2/roleauth-schema.mof #pragma include („VMware_Identity.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/3_files/mofs/root/cimv2/VMware_Identity.mof...