Hi, I am trying to get somewhat familiar with virsh but am having abit of trouble getting started: Box A: does not have libvirtd running Box B is running KVM and libvirtd On box B: # lsmod | grep kvm kvm_intel 141431 0 kvm 426271 1 kvm_intel # ps -A | grep libvirtd 1100 ? 00:00:00 libvirtd On box A: # virsh -c qemu+ssh://IP_BOX_B WARNING: no socket to connect to Password: error: internal error no QEMU URI path given, try qemu:///system error: failed to connect to the hypervisor # virsh -c qemu+ssh:///IP_BOX_B WARNING: no socket to connect to The authenticity of host 'localhost (::1)' can't be established. ECDSA key fingerprint is ..... Are you sure you want to continue connecting (yes/no)? yes Password: error: End of file while reading data: Warning: Permanently added 'localhost' (E: Input/output error known hosts. error: failed to connect to the hypervisor Will this only work if I have password less login working via ssh? Where am I messing up? This is based on the following info I found googling http://balajitheone.blogspot.com/2012/02/how-to-connect-to-remote-qemuxenlxc... Help is appreciated. Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead rjschwei@suse.com rschweik@ca.ibm.com 781-464-8147 -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
On Saturday 12 May 2012 05.49:52 Robert Schweikert wrote:
On box A: # virsh -c qemu+ssh://IP_BOX_B WARNING: no socket to connect to Password: error: internal error no QEMU URI path given, try qemu:///system error: failed to connect to the hypervisor
l'uri correcte serait virsh -c qemu+ssh://IP_BOX_B/system -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member & Ambassador GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
participants (2)
-
Bruno Friedmann
-
Robert Schweikert