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.html

Help is appreciated.

Thanks,
Robert
--
Robert Schweikert                           MAY THE SOURCE BE WITH YOU
SUSE-IBM Software Integration Center                   LINUX
Tech Lead
[email protected]
[email protected]
781-464-8147
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to