VMware Cloud Community
gragdrind
Contributor
Contributor

Update 2 Pegasus problem

Hi everyone.

I've got 4 ESX hosts - all IBM x3650. 3 of them were put in a the same time, and initially installed with IBM Director agents. After Update 2 and the cluster network 'enhanced' checking feature, I rejigged them all to be on the same VLAN for 'Service Console' This entailed a deal of rebooting. I managed to get one of the original 3 past the /var/pegasus/vmware/install_queue/1 problem (easy find on google). I'm now stuck at file/folder 11. The newer machine which never got IBM Director installed didn't have those problems, and shows the inventory in VI Client. The older machines show no hardware info. here's the errors from 11.log:

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/ipmi_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

Parsing error: parse error: Error adding an instance: CIM_ERR_FAILED: A provider is already registered for the specified capability.

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/pap_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/prp_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/psp_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/raw-ipmi_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/roleauth_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/smbios_PegReg.mof

/var/pegasus/bin/cimmof: /lib/libpam.so.0: no version information available (required by /var/pegasus/lib/libpegcommon.so.1)

Parsing error: parse error: Error adding an instance: CIM_ERR_FAILED: A provider is already registered for the specified capability.

MOF Compiling /var/pegasus/vmware/install_queue/11_files/regs/smp-interop_PegReg.mof

Anyone have any idea please?

Thanks in advance

Simon

Tags (4)
0 Kudos
11 Replies
rpartmann
Hot Shot
Hot Shot

hi,

http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/

-->

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

hth,

Reinhard

ps: Award points if you find answers helpful. Thanks.

ps: Award points if you find answers helpful. Thanks.
0 Kudos
gragdrind
Contributor
Contributor

Thanks Reinhard, already tried that - and now get the failure at 11, not 3. The install queues remaining to be processed are 11 - 16.

Simon

0 Kudos
rpartmann
Hot Shot
Hot Shot

Hi,

hmmm ... do a

cd /var/pegasus/vmware/install_queue/

ls -al

do you have any files or subdirs there.

Do you have a 1_files there? if , yes you could try the steps with 11_files too, ´just guessing ...

Could you post the error message?

hth,

Reinhard

ps: Award points if you find answers helpful. Thanks.

ps: Award points if you find answers helpful. Thanks.
0 Kudos
gragdrind
Contributor
Contributor

Hi Reinhard (and anyone else watching)..

here's some output:

pwd ; ls -la

/var/pegasus/vmware/install_queue

total 104

drwxr-xr-x 8 root root 4096 Sep 2 14:37 .

drwxr-xr-x 3 root root 4096 May 9 2007 ..

-rw-rr 1 root root 1956 May 1 09:51 11

drwxr-xr-x 4 root root 4096 May 1 09:51 11_files

-rw-rr 1 root root 47886 Sep 2 15:32 11.log

-rw-rr 1 root root 1251 May 1 10:37 12

drwxr-xr-x 2 root root 4096 May 1 10:37 12_files

-rw-rr 1 root root 1956 Aug 26 10:25 13

drwxr-xr-x 4 root root 4096 Aug 26 10:25 13_files

-rw-rr 1 root root 1251 Aug 26 10:25 14

drwxr-xr-x 2 root root 4096 Aug 26 10:25 14_files

-rw-rr 1 root root 1251 Aug 26 10:25 15

drwxr-xr-x 2 root root 4096 Aug 26 10:25 15_files

-rw-rr 1 root root 2102 Aug 26 10:25 16

drwxr-xr-x 4 root root 4096 Aug 26 10:25 16_files

-


Sorry, couldn't find how to paste in monospaced characters.

You're very patient to be considering this problem - thank you.

Simon

0 Kudos
rpartmann
Hot Shot
Hot Shot

Hi,

could you post the eror message,please?

r.

ps: Award points if you find answers helpful. Thanks.

ps: Award points if you find answers helpful. Thanks.
0 Kudos
gragdrind
Contributor
Contributor

Hi,

Here's what happens:

# /etc/init.d/pegasus restart

Processing /var/pegasus/vmware/install_queue/11

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

Processing /var/pegasus/vmware/install_queue/11

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

Pegasus CIMOM (cimserver) is already stopped.

Starting Pegasus CIMOM (cimserver)...

Errors are as in the log from the 1st post.

Simon

0 Kudos
rpartmann
Hot Shot
Hot Shot

Hi,

can you post the content of the logs

eg: /var/pegasus/vmware/install_queue/11.log

r.

ps: Award points if you find answers helpful. Thanks.

ps: Award points if you find answers helpful. Thanks.
mike_laspina
Champion
Champion

Hello,

Installing IBM Director is not a good thing on the ESX system. It use pegasus and will have conflicts with the current release.

Have you unistalled Director. I would start there.

Your issue is not the same issue as this

Please undo those changes as they may make it more difficult to fix.

http://blog.laspina.ca/ vExpert 2009
0 Kudos
gragdrind
Contributor
Contributor

11.log is in the first posting, and you're right (Mike) that the problem is not the same as the 3.log problem which afflicted Update 1. I have uninstalled Director, and restarted the server.

Thanks All.

0 Kudos
gragdrind
Contributor
Contributor

Hi,

In the end, I just re-installed the ESX servers. Didn't take long, and I got rid of all the errors. I've marked both your suggestions as helpful.

Thank you

0 Kudos
gragdrind
Contributor
Contributor

Hi,

In the end, I just re-installed the ESX servers. Didn't take long, and I got rid of all the errors. I've marked both your suggestions as helpful.

Thank you

0 Kudos