Displaying 3 results from an estimated 3 matches for "tg2env".
2014 Jun 10
2
TCP connection works for only remote host
...> con=libvirt.open("qemu+tcp:///system")
libvirt: XML-RPC error : unable to connect to server at 'localhost:16509':
Connection refused
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py",
line 239, in open
if ret is None:raise libvirtError('virConnectOpen() failed')
libvirt.libvirtError: unable to connect to server at 'localhost:16509':
Connection refused
>>>
Is there any other params to be set for loca...
2014 May 30
0
Hot memory and cpu update
...> vv.info()
[1, 545792L, 545792L, 1, 6320000000L]
1.
>>> vv.setMemoryFlags(545794)
libvir: QEMU Driver error : invalid argument: cannot set memory higher than
max memory
Traceback (most recent call last):
File "", line 1, in
File
"/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py",
line 1781, in setMemoryFlags
if ret == -1: raise libvirtError ('virDomainSetMemoryFlags()
failed', dom=self)
libvirt.libvirtError: invalid argument: cannot set memory higher than max
memory
>>> vv.setMemoryFlags(545790)
0
>...
2014 Jun 10
0
Re: TCP connection works for only remote host
...his error :
libvirt: XML-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 "<stdin>", line 1, in <module>
File
"/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py",
line 239, in open
if ret is None:raise libvirtError('virConnectOpen() failed')
libvirt.libvirtError: authentication failed: Failed to start SASL
negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found)
On Tue, Jun 1...