<div dir="ltr">tcp connection working only for remote host . for localhost raising the following error<br><div><br>>>> con=libvirt.open("qemu+tcp:///system")<br>libvirt: XML-RPC error : unable to connect to server at 'localhost:16509': Connection refused<br>
Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py", line 239, in open<br>
    if ret is None:raise libvirtError('virConnectOpen() failed')<br>libvirt.libvirtError: unable to connect to server at 'localhost:16509': Connection refused<br>>>><br></div><div>Is there any other params to be set for local host connection..? please help<br>
</div></div>