VMware Cloud Community
spham68
Contributor
Contributor

Error with pegasus with esx 3.5 u1

Hi,

I followed this workaround and it did not fix this error messages.

Processing /var/pegasus/vmware/install_queue/1

ERROR: See log - /var/pegasus/vmware/install_queue/1.log

Processing /var/pegasus/vmware/install_queue/1

ERROR: See log - /var/pegasus/vmware/install_queue/1.log

-


vi /var/pegasus/vmware/install_queue/3_files/mofs/root/PG_Interop/roleauth-schema.mof

#pragma include ("VMware_Identity.mof") <------ insert this

#pragma include ("VMware_IdentityMemberOfCollection.mof")

It also needs to be added in the standard cimv2 path.

vi /var/pegasus/vmware/install_queue/3_files/mofs/root/cimv2/roleauth-schema.mof

#pragma include ("VMware_Identity.mof") <------ insert this

#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 /var/pegasus/vmware/install_queue/3_files/mofs/root/PG_Interop/

Stop and start the service with these commands.

/etc/init.d/pegasus stop

/etc/init.d/pegasus start

0 Kudos
1 Reply
Troy_Clavell
Immortal
Immortal

upgrading to U2 will fix the problem, see KB http://kb.vmware.com/kb/1004257

if you found this or any other post "helpful" or "correct" please consider awarding points.

0 Kudos