search for: hvsupport

Displaying 20 results from an estimated 42 matches for "hvsupport".

2014 May 22
3
Host OS, Storage Info
Hi, Is there any way to get host OS information and host Storage in formations using libvirt API...? Rgds -Sijo
2018 Nov 28
2
Re: Libvirt api for esx
...ut did not find a way how it works for > >esx. > >Any help on how to proceed specifically for esx would be of great help. > > > > See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly it > is the > URI you need to use. Then look at https://libvirt.org/hvsupport.html > where you > can see what APIs are available for that HV driver. > > >Please let me know as soon as possible, lagging on deliverables. > > > >Thanks for help!! > > > >Regards > >Rohit Singh > > >____________________________________________...
2018 Nov 26
2
Libvirt api for esx
Hi, I am doing poc for using libvirt api for implementation of esx in python. I tried researching through module but did not find a way how it works for esx. Any help on how to proceed specifically for esx would be of great help. Please let me know as soon as possible, lagging on deliverables. Thanks for help!! Regards Rohit Singh
2014 May 22
0
Re: [libvirt] Host OS, Storage Info
...17PM +0530, Sijo Jose wrote: >Hi, >Is there any way to get host OS information and host Storage in formations >using libvirt API...? >Rgds >-Sijo Check virsh help (most of the commands you probably want start with 'node' or 'vol'/'pool') or have a look at our hvsupport page [1] for virNode* and virStorage* functions. If this isn't what you're looking for, specify your question in a better way. Martin [1] http://libvirt.org/hvsupport.html
2018 Nov 29
2
Re: Libvirt api for esx
...esx. >>> >Any help on how to proceed specifically for esx would be of great help. >>> > >>> >>> See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly >>> it is the >>> URI you need to use. Then look at https://libvirt.org/hvsupport.html >>> where you >>> can see what APIs are available for that HV driver. >>> >>> >Please let me know as soon as possible, lagging on deliverables. >>> > >>> >Thanks for help!! >>> > >>> >Regards >>> &g...
2014 Jul 01
1
virsh update-device issues
Hi, I faced a couple of issues with libvirt update-device function: 1. http://libvirt.org/hvsupport.html says that virDomainUpdateDeviceFlags is supported since 0.8.0 API version in qemu driver. However when trying to update network device (changing source bridge of the interface) on Ubuntu with 0.9.8 libvirt version I get the following error: "*this function is not supported by the connect...
2010 Nov 30
1
Create VMWare ESXi domain via virsh error(error: this function is not supported by the connection driver: virDomainCreateXML)
...like this : create --file /work/dom1.x there is a error message : error: Failed to create domain from /work/dom1.xml error: this function is not supported by the connection driver: virDomainCreateXML it seems dosen't support create esxi domain, but the http://libvirt.org/hvsupport.html show that is supported after ? 0.7.0 or create via virt-install linux-vaan:~ # virt-install --connect=esx:// root at 192.168.8.162/?no_verify=1 -n rhel5 -r 512 --vcpus=1 --nodisks bridge=vmk0 --network bridge=vmk0 --pxe Enter root's password for 192.168.8.162:...
2018 Dec 05
2
Re: Libvirt api for esx
...or esx would be of great >> help. >> >>> > >> >>> >> >>> See https://libvirt.org/drvesx.html for ESX-related stuff. But >> mainly >> >>> it is the >> >>> URI you need to use. Then look at https://libvirt.org/hvsupport.html >> >>> where you >> >>> can see what APIs are available for that HV driver. >> >>> >> >>> >Please let me know as soon as possible, lagging on deliverables. >> >>> > >> >>> >Thanks for help!! >...
2018 Dec 06
2
Re: Libvirt api for esx
...gt;>> > > >>> >>> > >>> >>> See https://libvirt.org/drvesx.html for ESX-related stuff. But > >>> mainly > >>> >>> it is the > >>> >>> URI you need to use. Then look at > https://libvirt.org/hvsupport.html > >>> >>> where you > >>> >>> can see what APIs are available for that HV driver. > >>> >>> > >>> >>> >Please let me know as soon as possible, lagging on deliverables. > >>> >>> > &gt...
2011 Nov 25
9
[BUG] insufficient quoting between "tap-ctl list" and xend/server/BlktapController.py
Hello, I have a problem shutting down a domU with xen-4.1.2, which doesn''t terminate the corresponding blktap2 process, since one (other) VM uses a image file, which contains spaces in its file name. /var/log/xen/xend-debug.log has the following information: Unhandled exception in thread started by Traceback (most recent call last): File
2014 May 29
2
Re: [libvirt] Host OS, Storage Info
...t; Is there any way to get host OS information and host Storage in formations >> using libvirt API...? >> Rgds >> -Sijo >> > > Check virsh help (most of the commands you probably want start with > 'node' or 'vol'/'pool') or have a look at our hvsupport page [1] for > virNode* and virStorage* functions. > > If this isn't what you're looking for, specify your question in a > better way. > > Martin > > [1] http://libvirt.org/hvsupport.html > > _______________________________________________ > libvirt-users ma...
2018 Dec 12
1
Re: Libvirt api for esx
...gt;> >>> >>> >>> See https://libvirt.org/drvesx.html for ESX-related stuff. But >>> >>> mainly >>> >>> >>> it is the >>> >>> >>> URI you need to use. Then look at >>> https://libvirt.org/hvsupport.html >>> >>> >>> where you >>> >>> >>> can see what APIs are available for that HV driver. >>> >>> >>> >>> >>> >>> >Please let me know as soon as possible, lagging on deliverables. >&gt...
2016 Mar 29
2
Re: (no subject)
Is the migration of xen vms implemented in libvirt? Using virsh migrate xen+ssh ?
2016 Mar 29
0
Re: (no subject)
On 29.03.2016 06:42, nidhi d wrote: > Is the migration of xen vms implemented in libvirt? Using virsh migrate > xen+ssh ? > According to: http://libvirt.org/hvsupport.html yes. There's the basic (v1) migration. Michal
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2 Xen version as per xl info 4.4.2 I am working with xl toolstack On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote: > nidhi d wrote: > > When i tried > > > > virsh migrate <vm> xen+ssh://user@remote/system > > > > I get the error > > > > This function is not supported by
2018 Nov 28
0
Re: Libvirt api for esx
...tried researching through module but did not find a way how it works for >esx. >Any help on how to proceed specifically for esx would be of great help. > See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly it is the URI you need to use. Then look at https://libvirt.org/hvsupport.html where you can see what APIs are available for that HV driver. >Please let me know as soon as possible, lagging on deliverables. > >Thanks for help!! > >Regards >Rohit Singh >_______________________________________________ >libvirt-users mailing list >libvirt-users@...
2018 Nov 28
0
Re: Libvirt api for esx
...t;> for >> >esx. >> >Any help on how to proceed specifically for esx would be of great help. >> > >> >> See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly >> it is the >> URI you need to use. Then look at https://libvirt.org/hvsupport.html >> where you >> can see what APIs are available for that HV driver. >> >> >Please let me know as soon as possible, lagging on deliverables. >> > >> >Thanks for help!! >> > >> >Regards >> >Rohit Singh >> >> >...
2018 Nov 29
0
Re: Libvirt api for esx
...on how to proceed specifically for esx would be of great > help. > >>> > > >>> > >>> See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly > >>> it is the > >>> URI you need to use. Then look at https://libvirt.org/hvsupport.html > >>> where you > >>> can see what APIs are available for that HV driver. > >>> > >>> >Please let me know as soon as possible, lagging on deliverables. > >>> > > >>> >Thanks for help!! > >>> > >...
2010 Jun 19
1
How to get supported feature list in driver
Hello Is there an easy way to get supported feature (API) list in each driver? The function would be to return a list which describes which APIs are supported and which APIs are not. Thanks in advance ozaki-r
2012 May 28
1
What features of kernel are required to support virDomainGetCPUStats?
Hi, Weeks ago, I developed my app under ubuntu-11.10 (kernel 3.0) with lilbvirt-0.9.10. In my code , I used virDomainGetCPUStats to query cpu usage info of domains, and it worked well. However, today, I port my code to ubuntu-10.04.4 (kernel 2.6.32) with libvirt-0.9.10, I find the function virDomainGetCPUStats can't work and complains "this function is not supported by the connection