Thank you for the information. <div>I think I typed "host" instead of "guest" in my original email. I am trying to get the guest vm status of each vm in the farm. </div><div>And I see there is onevm list or onevm show commands to execute. Is that command returning the status from Opennebula database or is it actually probing the remote VM and returning it?</div>
<div><br></div><div>If its returning from database, I guess some monitor program is updating the Opennebula database with the status information behind the scenes. Can that monitor program be extended to update our db too?</div>
<div><br></div><div>If the onevm list/ onevm show command directly probing the remote VM and returning the information, how to extend that to meet our requirement?</div><div><br></div><div>Ranga<br><div class="gmail_quote">
On Thu, Aug 27, 2009 at 6:26 AM, Javier Fontan <span dir="ltr"><<a href="mailto:jfontan@fdi.ucm.es">jfontan@fdi.ucm.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
Information manger is designed to be easily extended. The scripts just<br>
to return something like this:<br>
<br>
--8<------<br>
DISKFREE=87238<br>
FANSPEED=3500<br>
------>8--<br>
<br>
Then you add the script in the configuration file of the driver an it<br>
will be executed remotely and those information added to the database.<br>
To get this information you have to use onehost show. In the new 1.4<br>
beta (1.3.80) you have --xml option for onehost to give this<br>
information in xml format so it will be easily parsed by a program.<br>
<br>
Bye<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Aug 26, 2009 at 7:50 PM, Rangababu<br>
Chakravarthula<<a href="mailto:rbabu@hexagrid.com">rbabu@hexagrid.com</a>> wrote:<br>
> I understand from this<br>
> link <a href="http://www.opennebula.org/doku.php?id=documentation:rel1.2:img" target="_blank">http://www.opennebula.org/doku.php?id=documentation:rel1.2:img</a> that one<br>
> uses probe scripts to get information on remote VMs. Is there a way to<br>
> customize or extend these to update our database with status and other<br>
> metrics for all the VM nodes.<br>
> The documentation says we can get host status by executing onevm list or<br>
> show but we have to again parse that data and update our db.<br>
> We are using KVM hypervisor.<br>
> Any help is appreciated.<br>
> Ranga<br>
</div></div>> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Javier Fontan, Grid & Virtualization Technology Engineer/Researcher<br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
</font></blockquote></div><br></div>