[Libvirt-cim] 'Parsing error' during make postinstall step of installing libvirt-cim

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Mon Jan 19 07:48:10 UTC 2009



U Gopalakrishnan wrote:
>
> Hi Deepti,
>
> > Can you
> > 1) unistall the pegasus
> > 2) rm -rf /var/lib/Pegasus/repository,
> > 3) Install the pegasus
> > 4) verify the HostedResourcePool registered in the root/cimv2 namespace
> > by executing
> >    wbemcli ecn http://root:passwd@localhost/root/cimv2 | grep
> > CIM_HostedResourcePool
> >     localhost:5988/root/cimv2:CIM_HostedResourcePool
>
> Re-installed pegasus, and checked for CIM_HostedResourcePool in 
> root/cimv2.
> The class is not registered.
>
> # wbemcli ecn http://root:xxxx@localhost/root/cimv2 | grep 
> CIM_HostedResourcePool
Oh! I am not sure why Pegasus 2.8.0-1 is not working.
Since Kaitlin was able to work with tog-pegasus-2.7.0-1 version and you 
are finding problems with the Pegasus 2.8.0-1 can you try to install the 
Pegasus 2.7.0-1 and try.

> #
>
> Here is all the SystemComponent classes
>
> # ls /var/lib/Pegasus/repository/root#cimv2/classes | grep 
> CIM_SystemComponent
> CIM_AccountOnSystem.CIM_SystemComponent
> CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
> CIM_ASBGPEndpoints.CIM_SystemComponent
> CIM_ComponentCS.CIM_SystemComponent
> CIM_Confederation.CIM_SystemComponent
> CIM_ContainedDomain.CIM_SystemComponent
> CIM_FilterEntryInSystem.CIM_SystemComponent
> CIM_FilterListInSystem.CIM_SystemComponent
> CIM_HostedFileSystem.CIM_SystemComponent
> CIM_HostedStoragePool.CIM_SystemComponent
> CIM_InstalledOS.CIM_SystemComponent
> CIM_J2eeApplicationModule.CIM_SystemComponent
> CIM_J2eeServerInDomain.CIM_SystemComponent
> CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
> CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
> CIM_ResourceOfSystem.CIM_SystemComponent
> CIM_RoutersInAS.CIM_SystemComponent
> CIM_SystemBIOS.CIM_SystemComponent
> CIM_SystemComponent.CIM_Component
> CIM_SystemDevice.CIM_SystemComponent
> #
>
> how do we proceed now?
>
> Thanks
> Gopal
>
>
>
> *Deepti B Kalakeri <deeptik at linux.vnet.ibm.com>*
> Sent by: libvirt-cim-bounces at redhat.com
>
> 01/19/2009 11:29
> Please respond to
> List for discussion and development of libvirt CIM       
>  <libvirt-cim at redhat.com>
>
>
> 	
> To
> 	List for discussion and development of libvirt CIM 
> <libvirt-cim at redhat.com>
> cc
> 	
> Subject
> 	Re: [Libvirt-cim] 'Parsing error' during make postinstall step of     
>    installing libvirt-cim
>
>
>
> 	
>
>
>
>
>
>
>
> U Gopalakrishnan wrote:
> >
> > > You can check to see if the root/cimv2 namespace is populated by doing
> > > the following:
> >
> > > /var/lib/Pegasus/repository/root#cimv2/classes
> >
> > > You should see a number of classes there.  CIM_SystemComponent
> > should be
> > > present there as well.
> >
> > I checked by Pegasus installation root/cimv2 is populated and
> > CIM_SystemComponent class is also present.
> > Here is the output.
> >
> > # ls /var/lib/Pegasus/repository/root#cimv2/classes |grep
> > CIM_SystemComponent
> > CIM_AccountOnSystem.CIM_SystemComponent
> > CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
> > CIM_ASBGPEndpoints.CIM_SystemComponent
> > CIM_ComponentCS.CIM_SystemComponent
> > CIM_Confederation.CIM_SystemComponent
> > CIM_ContainedDomain.CIM_SystemComponent
> > CIM_FilterEntryInSystem.CIM_SystemComponent
> > CIM_FilterListInSystem.CIM_SystemComponent
> > CIM_HostedFileSystem.CIM_SystemComponent
> > CIM_HostedStoragePool.CIM_SystemComponent
> > CIM_InstalledOS.CIM_SystemComponent
> > CIM_J2eeApplicationModule.CIM_SystemComponent
> > CIM_J2eeServerInDomain.CIM_SystemComponent
> > CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
> > CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
> > CIM_ResourceOfSystem.CIM_SystemComponent
> > CIM_RoutersInAS.CIM_SystemComponent
> > CIM_SystemBIOS.CIM_SystemComponent
> > CIM_SystemComponent.CIM_Component
> > CIM_SystemDevice.CIM_SystemComponent
> > #
> >
> > I dont see CIM_HostedResourcePool in root/cimv2. But do see it in
> > root/virt namespace.
> The CIM_HostedResourcePool needs to be present in the root/cimv2
> namespace as well.
> >
> > # ls /var/lib/Pegasus/repository/root#virt/classes |grep
> > CIM_SystemComponent
> > CIM_AccountOnSystem.CIM_SystemComponent
> > CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
> > CIM_ASBGPEndpoints.CIM_SystemComponent
> > CIM_ComponentCS.CIM_SystemComponent
> > CIM_Confederation.CIM_SystemComponent
> > CIM_ContainedDomain.CIM_SystemComponent
> > CIM_FilterEntryInSystem.CIM_SystemComponent
> > CIM_FilterListInSystem.CIM_SystemComponent
> > CIM_HostedFileSystem.CIM_SystemComponent
> > CIM_HostedResourcePool.CIM_SystemComponent
> > CIM_InstalledOS.CIM_SystemComponent
> > CIM_J2eeApplicationModule.CIM_SystemComponent
> > CIM_J2eeServerInDomain.CIM_SystemComponent
> > CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
> > CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
> > CIM_ResourceOfSystem.CIM_SystemComponent
> > CIM_RoutersInAS.CIM_SystemComponent
> > CIM_SystemBIOS.CIM_SystemComponent
> > CIM_SystemComponent.CIM_Component
> > CIM_SystemDevice.CIM_SystemComponent
> > #
> >
> > Thanks
> > Gopal
> Can you
> 1) unistall the pegasus
> 2) rm -rf /var/lib/Pegasus/repository,
> 3) Install the pegasus
> 4) verify the HostedResourcePool registered in the root/cimv2 namespace
> by executing
>    wbemcli ecn http://root:passwd@localhost/root/cimv2 | grep
> CIM_HostedResourcePool
>    localhost:5988/root/cimv2:CIM_HostedResourcePool
> 5) then do a make preinstall ,make postinstall.
>
>
> This should quickly solve the problem for you.
>
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Libvirt-cim mailing list
> > Libvirt-cim at redhat.com
> > https://www.redhat.com/mailman/listinfo/libvirt-cim
>
> -- 
> Thanks and Regards,
> Deepti B. Kalakeri
> IBM Linux Technology Center
> deeptik at linux.vnet.ibm.com
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim

-- 
Thanks and Regards,
Deepti B. Kalakeri
IBM Linux Technology Center
deeptik at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list