<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I had implemented a sample provider by reading the document.<br></div><div>I have created sample mof file name LMI_test.mof and its content is copied here,<br><p class="">
LMI_test.mof</p><p class=""> </p><p class=""><i><b>class GK_UnixProcess : CIM_UnixProcess</b></i></p><p class=""><i><b>{</b></i></p><p class=""><i><b>    
[Description(&quot;Send signal to the process.&quot;)]</b></i></p><p class=""><i><b>    uint32 Signal(</b></i></p><p class=""><i><b>        [Description(&quot;Number of the signal.&quot;),</b></i></p><p class=""><i><b>         ValueMap{&quot;1&quot;, &quot;2&quot;, &quot;3&quot;, &quot;4&quot;, &quot;6&quot;, &quot;8&quot;, &quot;9&quot;, 
&quot;..&quot;},</b></i></p><p class=""><i><b>         Values{&quot;SIGHUP&quot;, 
&quot;SIGINT&quot;, &quot;SIGQUIT&quot;, &quot;SIGILL&quot;, &quot;SIGABRT&quot;, &quot;SIGFPE&quot;, &quot;SIGKILL&quot;, 
&quot;Reserved&quot;}]</b></i></p><p class=""><i><b>        uint16 Number</b></i></p><p class=""><i><b>    );</b></i></p><p class=""><i><b>};</b></i></p><p class=""><i><b> </b></i></p><p class=""><i><b>[ 
Association,</b></i></p><p class=""><i><b>  Description(&quot;This 
association connects a process with all its children.&quot;)]</b></i></p><p class=""><i><b>class GK_ProcessChild</b></i></p><p class=""><i><b>{</b></i></p><p class=""><i><b>    [Key, 
Description(&quot;Parent process.&quot;)]</b></i></p><p class=""><i><b>   
 GK_UnixProcess REF Parent;</b></i></p><p class=""><i><b>    [Key, Description(&quot;Child process.&quot;)]</b></i></p><p class=""><i><b>    GK_UnixProcess REF Child;</b></i></p><i><b>};<br><br></b></i></div>After the implmentation, I have build it <i>,got a library file. using this library file, i have created reg file. <br>
<br></i></div><div><i>Then I have register it using openlmi-mof-register,<br>$ ./openlmi-mof-register register \<br>                          /usr/share/openlmi-providers/XXX.mof \<br>                          /usr/share/openlmi-providers/XXX.reg<br>
<br></i></div><div><i><b><br><br></b></i></div><div>These also working fine.<br><br></div><div>My question was how it testing, I used sfcb CIMOM.<i><b><br></b></i></div><div><i>Please share to me soap xml document for http request.<br>
<br></i></div><div><i><b>Please help me.<br><br></b></i></div><div><i><b>Regards,<br></b></i></div><div><i><b>George<br></b></i></div><i><b><br></b></i></div><i><b><br></b></i><div><div><div><br></div></div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Apr 24, 2013 at 11:54 AM, George varghese <span dir="ltr">&lt;<a href="mailto:georgooty@gmail.com" target="_blank">georgooty@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>Thank you so much. <br>
I am trying to modify opemlmi/software source code for software profile support.</p>
<p> How to test it with sfcb(cumom).<br><br></p>
<p>Did you know about the wsman soap request for this. Please share it to me.</p>
<p>Regards ,<br>
George</p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Apr 23, 2013 7:12 PM, &quot;John Dennis&quot; &lt;<a href="mailto:jdennis@redhat.com" target="_blank">jdennis@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

On 04/23/2013 04:46 AM, George varghese wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br>
<br>
  Here, I am trying to implement CIM provider<br>
<br>
  I have created mof file named test.mof and its content is copied here.<br>
</blockquote>
<br>
You may find the following document helpful as you start your development.<br>
<br>
<a href="http://jdennis.fedorapeople.org/cim-provider-howto.pdf" target="_blank">http://jdennis.fedorapeople.<u></u>org/cim-provider-howto.pdf</a><br>
<br>
Several of the problems you&#39;ve already hit are covered there.<br>
<br>
The above URL is not the official location of the document, it was recently contributed to OpenLMI and the OpenLMI team will be distributing a version of it, not sure if that&#39;s occurred yet or not.<br>
<br>
-- <br>
John Dennis &lt;<a href="mailto:jdennis@redhat.com" target="_blank">jdennis@redhat.com</a>&gt;<br>
<br>
Looking to carve out IT costs?<br>
<a href="http://www.redhat.com/carveoutcosts/" target="_blank">www.redhat.com/carveoutcosts/</a><br>
</blockquote></div>
</div></div></blockquote></div><br></div>