2012-04-12 16:58:52 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2015-06-18 20:47:44 +03:00
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
2012-04-12 16:58:52 +04:00
<!--
This file is part of systemd.
Copyright 2010 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http: / / w w w . g n u . o r g / l i c e n s e s /> .
-->
2014-02-13 23:33:51 +04:00
<refentry id= "systemd-detect-virt"
2015-11-11 02:48:59 +03:00
xmlns:xi="http://www.w3.org/2001/XInclude">
2015-02-04 05:14:13 +03:00
<refentryinfo >
<title > systemd-detect-virt</title>
<productname > systemd</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Lennart</firstname>
<surname > Poettering</surname>
<email > lennart@poettering.net</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > systemd-detect-virt</refentrytitle>
<manvolnum > 1</manvolnum>
</refmeta>
<refnamediv >
<refname > systemd-detect-virt</refname>
<refpurpose > Detect execution in a virtualized environment</refpurpose>
</refnamediv>
<refsynopsisdiv >
<cmdsynopsis >
2016-10-21 06:41:21 +03:00
<command > systemd-detect-virt</command>
<arg choice= "opt" rep= "repeat" > OPTIONS</arg>
2015-02-04 05:14:13 +03:00
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para > <command > systemd-detect-virt</command> detects execution in
a virtualized environment. It identifies the virtualization
2015-11-02 12:36:56 +03:00
technology and can distinguish full machine virtualization from
2015-02-04 05:14:13 +03:00
container virtualization. <filename > systemd-detect-virt</filename>
exits with a return value of 0 (success) if a virtualization
2014-08-03 09:11:12 +04:00
technology is detected, and non-zero (error) otherwise. By default,
2015-02-04 05:14:13 +03:00
any type of virtualization is detected, and the options
<option > --container</option> and <option > --vm</option> can be used
to limit what types of virtualization are detected.</para>
<para > When executed without <option > --quiet</option> will print a
short identifier for the detected virtualization technology. The
following technologies are currently identified:</para>
<table >
<title > Known virtualization technologies (both
VM, i.e. full hardware virtualization,
and container, i.e. shared kernel virtualization)</title>
<tgroup cols= '3' align= 'left' colsep= '1' rowsep= '1' >
<colspec colname= "type" />
<colspec colname= "id" />
<colspec colname= "product" />
<thead >
<row >
2015-11-11 02:48:59 +03:00
<entry > Type</entry>
<entry > ID</entry>
<entry > Product</entry>
2015-02-04 05:14:13 +03:00
</row>
</thead>
<tbody >
<row >
2016-08-01 16:04:49 +03:00
<entry valign= "top" morerows= "10" > VM</entry>
2015-11-11 02:48:59 +03:00
<entry > <varname > qemu</varname> </entry>
2017-02-14 16:51:12 +03:00
<entry > QEMU software virtualization, without KVM</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > kvm</varname> </entry>
2017-02-16 01:51:31 +03:00
<entry > Linux KVM kernel virtual machine, with whatever software, except
Oracle Virtualbox</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > zvm</varname> </entry>
<entry > s390 z/VM</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > vmware</varname> </entry>
<entry > VMware Workstation or Server, and related products</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > microsoft</varname> </entry>
<entry > Hyper-V, also known as Viridian or Windows Server Virtualization</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > oracle</varname> </entry>
2017-02-16 01:51:31 +03:00
<entry > Oracle VM VirtualBox (historically marketed by innotek and Sun Microsystems),
for legacy and KVM hypervisor</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > xen</varname> </entry>
<entry > Xen hypervisor (only domU, not dom0)</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > bochs</varname> </entry>
<entry > Bochs Emulator</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > uml</varname> </entry>
<entry > User-mode Linux</entry>
2015-02-04 05:14:13 +03:00
</row>
2015-09-02 04:43:32 +03:00
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > parallels</varname> </entry>
<entry > Parallels Desktop, Parallels Server</entry>
2015-09-02 04:43:32 +03:00
</row>
2016-08-01 16:04:49 +03:00
<row >
<entry > <varname > bhyve</varname> </entry>
<entry > bhyve, FreeBSD hypervisor</entry>
</row>
2015-02-04 05:14:13 +03:00
<row >
2015-11-02 12:47:42 +03:00
<entry valign= "top" morerows= "5" > Container</entry>
2015-11-11 02:48:59 +03:00
<entry > <varname > openvz</varname> </entry>
<entry > OpenVZ/Virtuozzo</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > lxc</varname> </entry>
<entry > Linux container implementation by LXC</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > lxc-libvirt</varname> </entry>
<entry > Linux container implementation by libvirt</entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > systemd-nspawn</varname> </entry>
<entry > systemd's minimal container implementation, see <citerefentry > <refentrytitle > systemd-nspawn</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> </entry>
2015-02-04 05:14:13 +03:00
</row>
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > docker</varname> </entry>
<entry > Docker container manager</entry>
2015-02-04 05:14:13 +03:00
</row>
2015-11-09 16:37:43 +03:00
<row >
2015-11-11 02:48:59 +03:00
<entry > <varname > rkt</varname> </entry>
<entry > rkt app container runtime</entry>
2015-11-09 16:37:43 +03:00
</row>
2015-02-04 05:14:13 +03:00
</tbody>
</tgroup>
</table>
<para > If multiple virtualization solutions are used, only the
2015-11-02 12:36:56 +03:00
"innermost" is detected and identified. That means if both
machine and container virtualization are used in
2015-02-04 05:14:13 +03:00
conjunction, only the latter will be identified (unless
<option > --vm</option> is passed).</para>
</refsect1>
<refsect1 >
<title > Options</title>
<para > The following options are understood:</para>
<variablelist >
<varlistentry >
<term > <option > -c</option> </term>
<term > <option > --container</option> </term>
<listitem > <para > Only detects container virtualization (i.e.
shared kernel virtualization).</para> </listitem>
</varlistentry>
<varlistentry >
<term > <option > -v</option> </term>
<term > <option > --vm</option> </term>
2015-11-02 12:36:56 +03:00
<listitem > <para > Only detects hardware virtualization).</para> </listitem>
2015-02-04 05:14:13 +03:00
</varlistentry>
2015-10-27 02:07:54 +03:00
<varlistentry >
<term > <option > -r</option> </term>
<term > <option > --chroot</option> </term>
<listitem > <para > Detect whether invoked in a
<citerefentry > <refentrytitle > chroot</refentrytitle> <manvolnum > 2</manvolnum> </citerefentry>
2014-08-03 09:11:12 +04:00
environment. In this mode, no output is written, but the return
2015-10-27 02:07:54 +03:00
value indicates whether the process was invoked in a
<function > chroot()</function>
environment or not.</para> </listitem>
</varlistentry>
2016-10-21 06:41:21 +03:00
<varlistentry >
<term > <option > --private-users</option> </term>
<listitem > <para > Detect whether invoked in a user namespace. In this mode, no
output is written, but the return value indicates whether the process was invoked
inside of a user namespace or not. See
<citerefentry project= 'man-pages' > <refentrytitle > user_namespaces</refentrytitle> <manvolnum > 7</manvolnum> </citerefentry>
for more information.</para> </listitem>
</varlistentry>
2015-02-04 05:14:13 +03:00
<varlistentry >
<term > <option > -q</option> </term>
<term > <option > --quiet</option> </term>
<listitem > <para > Suppress output of the virtualization
technology identifier.</para> </listitem>
</varlistentry>
<xi:include href= "standard-options.xml" xpointer= "help" />
<xi:include href= "standard-options.xml" xpointer= "version" />
</variablelist>
</refsect1>
<refsect1 >
<title > Exit status</title>
<para > If a virtualization technology is detected, 0 is returned, a
non-zero code otherwise.</para>
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
<citerefentry > <refentrytitle > systemd</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
2015-10-27 02:07:54 +03:00
<citerefentry > <refentrytitle > systemd-nspawn</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
2016-10-21 06:41:21 +03:00
<citerefentry > <refentrytitle > chroot</refentrytitle> <manvolnum > 2</manvolnum> </citerefentry> ,
<citerefentry project= 'man-pages' > <refentrytitle > namespaces</refentrytitle> <manvolnum > 7</manvolnum> </citerefentry>
2015-02-04 05:14:13 +03:00
</para>
</refsect1>
2012-04-12 16:58:52 +04:00
</refentry>