WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-cim

[Xen-cim] Re: Interop namespace question

To: "Szymanski, Lukasz K" <Lukasz.Szymanski@xxxxxxxxxx>
Subject: [Xen-cim] Re: Interop namespace question
From: Jim Fehlig <jfehlig@xxxxxxxxxx>
Date: Tue, 29 Aug 2006 12:21:39 -0600
Cc: xen-cim@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 29 Aug 2006 11:24:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <94C8C9E8B25F564F95185BDA64AB05F6041B4321@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-cim-request@lists.xensource.com?subject=help>
List-id: xen-cim mailing list <xen-cim.lists.xensource.com>
List-post: <mailto:xen-cim@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=unsubscribe>
References: <94C8C9E8B25F564F95185BDA64AB05F6041B4321@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-cim-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.5 (X11/20060719)
Szymanski, Lukasz K wrote:
Jim -

You suggested we try to
- Connect to cimom and look in Interop namespace for our profiles

I'm having trouble doing that on my system.  I can see the Interop
namespace and root/cimv2, but I cannot figure out how to have it point
to our profiles.  I looked in the openwbem.conf file but could not
figure out where that setting would be.  Where can I set that path?

You will have to import the mof files into the respective namespaces. Xen_RegisteredSVProfile, Xen_RegisteredVSProfile, Xen_ElementConformsToSVProfile and Xen_ElementConformsToVSProfile must reside in multiple namespaces. You can import to arbitrary namespaces using OpenWBEM's mof compiler, e.g.:

owmofc -n Interop Xen_RegisteredSVProfile.mof Xen_RegisteredVSProfile.mof Xen_ElementConformsToSVProfile.mof Xen_ElementConformsToVSProfile.mof

You will need these classes in root/cimv2 as well. Also, since we use smash for host instrumentation , you will need the following in smash namespace:

owmofc -n smash Xen_RegisteredSVProfile.mof Xen_ElementConformsToSVProfile.mof Xen_ComputerSystem.mof Xen_HostedComputerSystem.mof

Sorry for not documenting this. I have built rpms for sles10 that handle importing mof into appropriate namespaces but did not get around to incorporating it into the 'make postinstall' target. This target simply blasts all the mofs into root/cimv2.

Jim


_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-cim] Re: Interop namespace question, Jim Fehlig <=