[opensuse-virtual] Remote managing of Xen
Hi fellow virtualization people. Do someone have any tips on remote managing Xen. I have an openSUSE 10.3 xen host that I would like to manage from a openSUSE 11.0 (factory that is). I have tried virt-manager using ssh+xen but I can't get it working. When I try to connect to i with virsh -c xen+ssh://root@192.168.101.4/ Also tried do it locally with: virsh -c xen://localhost I get this error (both remote and local): libvir: Remote error : Cannot allocate memory error: failed to connect to the hypervisor I can connect to it with ssh without any problems (using key validation) I have also tried with virt-manager and this is the error I get (connecting with the GUI): Unable to open connection to hypervisor URI 'xen+ssh://root@192.168.101.4/': <class 'libvirt.libvirtError'> virConnectOpenReadOnly() failed authentication failed Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 68, in _connect_to_uri conn = self.get_connection(uri, readOnly) File "/usr/share/virt-manager/virtManager/engine.py", line 322, in get_connection conn = vmmConnection(self.get_config(), uri, readOnly) File "/usr/share/virt-manager/virtManager/connection.py", line 74, in __init__ self.vmm = libvirt.openReadOnly(openURI) File "/usr/lib64/python2.5/site-packages/libvirt.py", line 144, in openReadOnly if ret is None:raise libvirtError('virConnectOpenReadOnly() failed') libvirtError: virConnectOpenReadOnly() failed authentication failed When I use virt-manager -c xen+ssh://root@192.168.101.4/ I get: libvir: Remote error : Cannot allocate memory Anyone have a tip on what I'm doing wrong? Warm Regards, Claes Backstrom -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-virtual+help@opensuse.org
Hi fellow virtualization people.
Do someone have any tips on remote managing Xen.
I have an openSUSE 10.3 xen host that I would like to manage from a openSUSE 11.0 (factory that is).
I have tried virt-manager using ssh+xen but I can't get it working. When I try to connect to i with virsh -c xen+ssh://root@192.168.101.4/
From what I can remember all of that is messed up. What I do is X11 forwarding.
so ssh host -l user -X and then once logged in run virt-manager & That's what I've been doing lately Stephen -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-virtual+help@opensuse.org
participants (2)
-
Claes Backstrom
-
Stephen Shaw