Displaying 20 results from an estimated 3000 matches similar to: "Host information from libvirt KVM/Xen"
2012 Jul 18
1
virDomainMemoryStats call
Hi,
I'm using the API virDomainMemoryStats to fetch memory stats for a domain/guest on Fedora 16/RHEL 6.3 . I don't get these counters filled up
VIR_DOMAIN_MEMORY_STAT_UNUSED, VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON,VIR_DOMAIN_MEMORY_STAT_AVAILABLE , VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT and VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT. The version of libvirt 0.9.11 on Fedora 16 . How to get all the
2013 May 27
2
libvirt for Citrix XenServer
Hi,
Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer.
Regards,
Navin
2013 Jan 11
1
libvirt RPC error
Hi,
I'm using qemu+ssh://username at hostname/system as the remote URI. Libvirt seems to be communicating fine until some 2 minutes (we poll every 5 seconds) and then it throws up RPC error and many counters are wrong. But if I collect on localhost the counters seems to be coming fine. Test and testvm are guests on the local machine where as Win8 and Ubuntu* are remote URI's connected
2013 May 28
1
Re: libvirt for Citrix XenServer
Hi Eric,
Thanks for your response.
________________________________________
From: Eric Blake [eblake@redhat.com]
Sent: Tuesday, May 28, 2013 9:07 PM
To: Parakkal, Navin S
Cc: libvirt-users@redhat.com; Daniel P. Berrange
Subject: Re: [libvirt-users] libvirt for Citrix XenServer
On 05/27/2013 12:43 AM, Parakkal, Navin S wrote:
>> Hi,
>> Can someone send me the build steps how to
2012 Jul 10
1
Issue with getCPUStats and getMemoryStats
Hi,
I am facing issue with the calls getCPUStats and getMemoryStats. Please
find the error below.
AttributeError: 'module' object has no attribute
'VIR_NODE_CPU_STATS_ALL_CPUS'
>>> print con.getCPUStats(2, None, 0, 0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
2012 Aug 09
1
[libvirt] virDomainMemoryStats call
Hi,
Is the array mstats returned by virDomainMemoryStats call cummulative or snapshot of the counter at that particular time ? I was of the opinion that is cummulative like the /proc counters but this counter seems to go backwards ie next snapshot value is less than the current one which makes me think these are snapshot values . I'm using RHEL 6.3 libvirt version 0.9.10.
Regards,
2013 May 28
2
Usual number of guests on a host
Hi,
Can someone tell us what is the usual number of guests on a typical host in a production environment ? Has someone tested this ? What number does it scale to ? We have around 150 per host running fine.
Regards,
Navin
2013 May 27
2
hangs in libvirt function virLogMessage
Hi,
We are hitting a deadlock on libvirt on 0.9.4 version. Can someone help us ?
1) Is there any way to specify timeout for all the calls made by libvirt especially virConnectOpenReadOnly
2) Does virCommandRunAsync always fork a new process ?
gdb) bt
#0 0x00007fc17b53ce6e in __lll_lock_wait_private () from /lib64/libc.so.6
#1 0x00007fc17b4e3f2d in _L_lock_2164 () from /lib64/libc.so.6
#2
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL,
I just look for the class and method to use blockcopy in libvirt-java on
this page:
http://libvirt.org/sources/java/javadoc/
However, I can not find out. Libvirt-java Support blockcopy ? Thanks.
Best Regards,
Star Guo
2013 May 28
0
Re: libvirt for Citrix XenServer
________________________________
From: Prasad [prasad@mukhedkar.com]
Sent: Tuesday, May 28, 2013 7:33 PM
To: Parakkal, Navin S
Subject: Re: [libvirt-users] libvirt for Citrix XenServer
On 05/27/2013 12:13 PM, Parakkal, Navin S wrote:
Hi,
Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer.
Regards,
Navin
2012 Dec 11
6
Latitudinal mean of values in a data frame
Dear all,
I have a big file containing latitude points(-10 to 80) and
corresponding values.
Example data
Lat=c(69.48134, 69.49439, 69.50736, 69.52026, 69.52438, 69.53308,
69.53746, 69.54365, 69.54582, 69.6884, 69.69272, 69.998, 70.00055,
70.00106, 70.00295, 70.00308, 70.00363, 70.00427, 70.00665, 70.00906,
70.01049, 70.01053, 70.01075, 70.01208, 70.01236, 70.01418, 70.01452,
70.01646,
2002 Mar 14
4
Samba client issues
Hello everyone,
I am a newbie to samba. I am trying to mount a Windows 2000 share directory on my linux box using smbmount. I am able to do so successfully. But I do see some errors pop up when I run the command. My mount seems to be stable and it is mounted as rw.
# smbmount "//EngineerWKS85/My Drivers" /mnt/samba -o username=MyUsername,password=MyPassword,workgroup=MyWorkgroup
2012 Jan 12
1
Libvirt API for C/C++ : Monitoring Support
Greetings,
I am a developer, trying to develop a system for monitoring Servers and Virtual Machines using Libvirt API for C/C++. I am facing an issue that there are no functions for monitoring some parameters which I have listed below. I would like to know if there is any there way I can retrieve these parameters since they are critical to my Monitoring Application. Also I am using CentOS 5.6 as
2012 Apr 08
1
Avoid loop with the integrate function
Dear R users,
I am running a loop with the integrate function. I have pasted the code
below. I am integrating a function from time=0 to the time value in every
row.
I have to perform this integration over thousands of rows with different
parameters in each row. Could someone please suggest if there is an
efficient/faster/easier way to do this by avoiding the loops ?
Thank you so much for your
2006 Feb 23
4
MySQL Duplicate Key Error
I am a newbie and I am running into a problem which I cant understand. I
have a table called ''privileges'' which has the following fields
CREATE TABLE `sdqualplanner`.`privileges` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(20) NOT NULL default '''',
`description` varchar(100) NOT NULL default '''',
`section_id`
2014 Sep 16
1
qemu:///system and qemu:///session
Hi,
I try to connect from virsh -c qemu:///session and it shows the VMs
created by by that particular user (testuser). But when i try from root
virsh -c qemu:///system i don't see the vms created by testuser. How do i
make it appear in the root's virsh ie the vms created by testuser ?
I need this because i need information for global VM statistics created by
all users.
Can someone
2013 May 28
0
Re: libvirt for Citrix XenServer
On 05/27/2013 12:43 AM, Parakkal, Navin S wrote:
> Hi,
> Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix
XenServer.
Fedora doesn't build for xenserver by default, because the development
headers for xenserver are not under a free license. However, you can
download the xenserver development kit yourself at no
2012 Apr 05
1
integrate function - error -integration not occurring with last few rows
Hi,
I am using the integrate function in some simulations in R (tried ver 2.12
and 2.15). The problem I have is that the last few rows do not integrate
correctly. I have pasted the code I used.
The column named "integral" shows the output from the integrate function.
The last few rows have no integration results. I tried increasing the
doses, number of subjects, etc.... this error occurs
2006 Aug 15
2
Apache & FCGI: Premature end of script headers:
Hi,
I have quite a problem right now. After finish of development I
installed rails with fcgi and apache on my production env. Everything
seems to be configured ok, but once I while I get the famous error
message:
" Premature end of script headers: dispatch.fcgi"
I cant see any generel configuration problem, as sometimes everything is
running fine.
Maybe it is a problem related to
2014 May 14
0
Is there a way to get host uptime in remote libvirt
We manage hypervisors (VMWare ESXi/vCenter, KVM, XEN, Hyper-V) by remote Libvirt API, in our case we need to get the host uptime via the same libvirt interface. Is there a way get this info now for all the aforementioned hypervisor types?
The APIs virConnectGetSysinfo(), virNodeGetInfo() provide host info but it doesn't include the system uptime.
The virNodeGetCPUStats() can returns CPU