VMware

This Question is Answered

2 "helpful" answers available (6 pts)
1 2 3 ... 5 Previous Next 61 Replies Last post: May 6, 2009 2:14 PM by CarboCrux777  

errors after upgrade 3.5.0 to 3.5.0 Upgrade 1 posted: Apr 11, 2008 3:39 AM

Click to view Fredzone's profile Novice 11 posts since
Jan 2, 2006
Hello,

I upgraded two servers from 3.5.0 to 3.5.0 upgrade 1 from the CD.
Everything was fine during the upgrade process but at the boot procedure, I had errors at the end with the last script "/var/pegasus/vmware/install_queue/3".

Error from the log file /var/pegasus/vmware/install_queue/3.log"
Parsing error: parse error: Error adding class VMware_IdentityMemberOfCollection
to the repository: CIM_ERR_NOT_FOUND: The requested object could not be found:
"VMware_Identity"

I had the same errors on both servers. If I reboot the servers "/var/pegasus/vmware/install_queue/3" re-tries each time but failed.
Everything seems right on the servers but I'm not confident about that.

What can I do to fix that?

Thank you in advance,

Frédéric

Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

1. Apr 11, 2008 5:36 AM in response to: Fredzone
Click to view kucharski's profile Master 982 posts since
Sep 13, 2004

Did you actually download the correct file from VMware. There are actually 3 files you can download:

1. A straight iso image for a brand new build of ESX 3.5 w/ Update 1 (which you probably downloaded and don't want)

2. An upgrade package from ESX 2.x to ESX 3.5 w/ Update 1

3. An upgrade package from ESX 3.5 to ESX 3.5 w/ Update 1 (this is the one that you should have downloaded)

Michael

Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

2. Apr 11, 2008 6:32 AM in response to: Fredzone
Click to view bkhowson's profile Novice 14 posts since
Dec 2, 2005
I believe pegasus is part of the IBM Director client. You would have to talk to IBM about it. If you can experiment (test lab...) you could try removing and reinstalling Director.

Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

5. Apr 13, 2008 2:38 PM in response to: Fredzone
Click to view Dram's profile Novice 5 posts since
Nov 19, 2004

I have the exact problem of FredZone, same error, same erro in logfile, upgrade from 3.5 to 3.5.0 upgrade 1, upgrade from downloaded iso (verified).

The only difference is that the server is a hp proliant DL380 G5

What happen?????


Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

6. Apr 13, 2008 3:15 PM in response to: Fredzone
Click to view mike.laspina's profile Virtuoso 2,271 posts since
May 26, 2006

Hi,

Your installation/upgrade is just fine. Pegasus is an opensource Common Information Model management tool. The error you received is very minor.

The pegasus engine was trying to compile the list of MOF files in the /var/pegasus/vmware/install_queue/3

Unfortunately there appears to be a miss match for only the VMware_Identity class object.

I am working this issue myself and hope to have to time to clean up the error'd MOF repository.

It will not cause any problems for VC but could have minor impact on any CIM based management apps for the server which most shops don't use.


Click to view supersonic!'s profile Novice 11 posts since
Mar 5, 2007

Hi,

I'm running into the same issue on all servers (4 x 3.5 -> 3.5-U1).

When rebooting a server "/var/pegasus/vmware/install_queue/3" starts again.

Hoping this issue - minor or not - will be solved shortly...

Bye

Martin


Click to view bkhowson's profile Novice 14 posts since
Dec 2, 2005

Has anyone done the upgrade on IBM? Are all the complaints on HP? Do the people reporting issues have Insight Manager installed, or are these 'pristine' systems?


Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

9. Apr 14, 2008 7:51 AM in response to: bkhowson
Click to view mike.laspina's profile Virtuoso 2,271 posts since
May 26, 2006

Hi,

I have IBM servers and yes it occurs on a clean install as well.

Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

10. Apr 14, 2008 2:38 PM in response to: Fredzone
Click to view mike.laspina's profile Virtuoso 2,271 posts since
May 26, 2006

Ok,

I have solved this issue.
There are a couple of errors in the MOF compiler directives and a file is missing from the shared provider components.
Here is what you will need to do.

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 /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

Once the scripts completes the install_queues will be empty and the service will start much more quickly.

Enjoy!

Click to view Dram's profile Novice 5 posts since
Nov 19, 2004

Seems that everything go OK, Tanks!!!
Click to view daniel337's profile Novice 16 posts since
Oct 26, 2005
@mike.laspina:

Thank you very much for this helful answer! I had exact this problem after the update of five servers (Dell PowerEdge 2900 III) from version 3.5.0 to 3.5.0 Update 1 using the CD.

Thumps up!

Daniel
Click to view mjcb's profile Enthusiast 146 posts since
Sep 16, 2005
Hello,

After I do this, what log do I check to ensure the error is fixed.

Thanks,

Re: errors after upgrade 3.5.0 to 3.5.0 Upgrade 1

14. Apr 15, 2008 2:04 PM in response to: mjcb
Click to view mike.laspina's profile Virtuoso 2,271 posts since
May 26, 2006

Hi,

The pegasus log entries are mostly in /var/messages and maybe some in /var/boot.log.


1 2 3 ... 5 Previous Next Go to original post

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities