search for: lbivirt

Displaying 2 results from an estimated 2 matches for "lbivirt".

Did you mean: libivirt
2012 May 18
0
How to use Python Binding with Lbivirt.
When I run the python test code I got the SASL error. But it's ok if I run the C sample code. Do you know the reason?? Here is the message: libvir: RPC error : authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found) Traceback (most recent call last): ? File "esxList.py", line 101, in ? ? ? conn = libvirt.openAuth(uri,
2011 Feb 09
1
How to use Python Binding with Lbivirt.
HI, I am using ubuntu host machine and KVM is present as guest in that machine.Two virtual machines are there.I am using Python binding to query on the hypervisor and extract the VM related information. Here is my simple code: #!/*usr*/local/bin/*python * import libvirt import sys conn = libvirt.openReadOnly(None) if conn == None: print *'Failed to open connection to the