daemon through the <a href="remote.html">remote</a> driver via an
<a href="internals/rpc.html">RPC</a>. Some hypervisors do support
client-side connections and responses, such as Test, OpenVZ, VMware,
- Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Parallels.
+ Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Virtuozzo.
The libvirtd daemon service is started on the host at system boot
time and can also be restarted at any time by a properly privileged
user, such as root. The libvirtd daemon uses the same libvirt API
<li><strong><a href="drvxen.html">Xen</a></strong></li>
<li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
<li><strong><a href="drvphyp.html">IBM PowerVM (phyp)</a></strong></li>
- <li><strong><a href="drvparallels.html">Parallels</a></strong></li>
+ <li><strong><a href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
<li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
</ul>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
- <h1>Parallels Cloud Server driver</h1>
+ <h1>Virtuozzo driver</h1>
<ul id="toc"></ul>
<p>
- The libvirt Parallels driver can manage Parallels Cloud Server starting from version 6.0.
+ The libvirt vz driver can manage Virtuozzo starting from version 6.0.
</p>
<h2><a name="project">Project Links</a></h2>
<ul>
<li>
- The <a href="http://www.parallels.com/products/server/baremetal/sp/">Parallels Cloud Server</a> Virtualization Solution.
+ The <a href="http://www.odin.com/products/virtuozzo/">Virtuozzo</a> Solution.
</li>
</ul>
- <h2><a name="uri">Connections to the Parallels Cloud Server driver</a></h2>
+ <h2><a name="uri">Connections to the Virtuozzo driver</a></h2>
<p>
- The libvirt Parallels driver is a single-instance privileged driver, with a driver name of 'parallels'. Some example connection URIs for the libvirt driver are:
+ The libvirt Virtuozzo driver is a single-instance privileged driver, with a driver name of 'virtuozzo'. Some example connection URIs for the libvirt driver are:
</p>
<pre>
-parallels:///system (local access)
-parallels+unix:///system (local access)
-parallels://example.com/system (remote access, TLS/x509)
-parallels+tcp://example.com/system (remote access, SASl/Kerberos)
-parallels+ssh://root@example.com/system (remote access, SSH tunnelled)
+vz:///system (local access)
+vz+unix:///system (local access)
+vz://example.com/system (remote access, TLS/x509)
+vz+tcp://example.com/system (remote access, SASl/Kerberos)
+vz+ssh://root@example.com/system (remote access, SSH tunnelled)
</pre>
<h2><a name="example">Example guest domain XML configuration</a></h2>
<p>
- Parallels driver require at least one hard disk for new domains
+ Virtuozzo driver require at least one hard disk for new domains
at this time. It is used for defining directory, where VM should
be created.
</p>
<pre>
-<domain type='parallels'>
+<domain type='vz'>
<name>demo</name>
<uuid>54cdecad-4492-4e31-a209-33cc21d64057</uuid>
<description>some description</description>
attribute provides the format type. For example, LXC
supports a type of "loop", with a format of "raw" or
"nbd" with any format. QEMU supports a type of "path"
- or "handle", but no formats. Parallels driver supports
+ or "handle", but no formats. Virtuozzo driver supports
a type of "ploop" with a format of "ploop".
</li>
</ul>
<p>
You can provide the amount of video memory in kibibytes (blocks of
1024 bytes) using <code>vram</code>. This is supported only for guest
- type of "libxl", "parallels", "qemu", "vbox", "vmx" and "xen". If no
+ type of "libxl", "vz", "qemu", "vbox", "vmx" and "xen". If no
value is provided the default is used. If the size is not a power of
two it will be rounded to closest one.
</p>
<p>
The number of screen can be set using <code>heads</code>. This is
- supported only for guests type of "parallels", "kvm", "vbox" and "vmx".
+ supported only for guests type of "vz", "kvm", "vbox" and "vmx".
</p>
<p>
For guest type of kvm the optional attribute <code>ram</code>
The <a href="http://libvirt.org/drvphyp.html">IBM PowerVM</a> hypervisor
</li>
<li>
- The <a href="http://libvirt.org/drvparallels.html">Parallels</a> hypervisor
+ The <a href="http://libvirt.org/drvirtuozzo.html">Virtuozzo</a> hypervisor
</li>
<li>
The <a href="http://libvirt.org/drvbhyve.html">Bhyve</a> hypervisor
<value>hyperv</value>
<value>vbox</value>
<value>phyp</value>
- <value>parallels</value>
+ <value>vz</value>
<value>bhyve</value>
</choice>
</attribute>
<span>Driver for IBM PowerVM</span>
</li>
<li>
- <a href="drvparallels.html">Parallels</a>
- <span>Driver for Parallels Cloud Server</span>
+ <a href="drvvirtuozzo.html">Virtuozzo</a>
+ <span>Driver for Virtuozzo</span>
</li>
<li>
<a href="drvbhyve.html">Bhyve</a>
-<domain type='parallels'>
+<domain type='vz'>
<name>1010</name>
<uuid>88576506-d611-41c2-b6b6-c9043704a0dd</uuid>
<description></description>
-<domain type='parallels'>
+<domain type='vz'>
<name>demo</name>
<uuid>54cdecad-4492-4e31-a209-33cc21d64057</uuid>
<description>some description</description>