Kaitlin Rupert wrote:
> Oh thanks, I was not aware of this.
> I tried this today. Even after running the make preinstall before
> make postinstall did not register the providers successfully.
>>
>
> Registering providers with active cimserver
> Parsing error: parse error: Error adding an instance: CIM_ERR_FAILED:
> A provider is already registered for the specified capability.
> make: *** [postinstall] Error 250
Dan's "Fix ConcreteComponent schema" patch solved this issue for me.
>
>
> I suspect above make postinstall error is not allowing the interop to
> get registered properly.
Yep, I agree. Can you try Dan's patch to see if it solves your problem?
I
tried this, and I dont see any postinstall errors.
> Here is the info on the base registers in the interop namespace.
>
> wbemcli ecn
http://u:p@localhost/root/interop
> localhost:5988/root/interop:CIM_RegisteredProfile
> localhost:5988/root/interop:CIM_ComputerSystem
> localhost:5988/root/interop:CIM_SubProfileRequiresProfile
> localhost:5988/root/interop:CIM_Dependency
> localhost:5988/root/interop:CIM_EnabledLogicalElement
> localhost:5988/root/interop:CIM_ManagedSystemElement
> localhost:5988/root/interop:CIM_ReferencedProfile
> localhost:5988/root/interop:CIM_LogicalElement
> localhost:5988/root/interop:CIM_ElementConformsToProfile
> localhost:5988/root/interop:CIM_System
> localhost:5988/root/interop:CIM_RegisteredSubProfile
> localhost:5988/root/interop:CIM_ManagedElement
>
This looks good - it means all of the base classes needed by the
interop mofs are in place.