Installation guide

xen+ssh://ccurran@towada/
Connect to a remote Xen hypervisor on the host named towada using TLS.
xen://towada/
Connect to a remote Xen hypervisor on host towada using TLS. The no_verify=1 tells libvirt not
to verify the server's certificate.
xen://towada/?no_verify=1
Connect to a remote KVM hypervisor on host towada using SSH.
qemu+ssh://towada/system
T est in g examp les
Connect to the local KVM hypervisor with a non-standard UNIX socket. The full path to the Unix
socket is supplied explicitly in this case.
qemu+unix:///system?socket=/opt/libvirt/run/libvirt/libvirt-sock
Connect to the libvirt daemon with an unencrypted TCP/IP connection to the server with the IP
address 10.1.1.10 on port 5000. This uses the test driver with default settings.
test+tcp://10.1.1.10:5000/default
Ext ra URI p aramet ers
Extra parameters can be appended to remote URIs. The table below Table 23.1, “Extra URI
parameters covers the recognized parameters. All other parameters are ignored. Note that parameter
values must be URI-escaped (that is, a question mark (?) is appended before the parameter and
special characters are converted into the URI format).
T ab le 23.1. Ext ra UR I paramet ers
Name T ran sp o rt mod e Descrip t io n Examp le u sag e
name all modes The name passed to
the remote
virConnectOpen
function. The name is
normally formed by
removing transport,
hostname, port
number, username and
extra parameters from
the remote URI, but in
certain very complex
cases it may be better
to supply the name
explicitly.
name=qemu:///system
Chapt er 2 3. Remot e management of guest s
24 5