VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-showvminfo.xml@ 95010

Last change on this file since 95010 was 94660, checked in by vboxsync, 3 years ago

doc/manual,Main,Frontends: API changes in preparation for full VM encryption, guarded by VBOX_WITH_FULL_VM_ENCRYPTION (disabled by default) and returning a not supported error for now, bugref:9955

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage showvminfo
4
5 Copyright (C) 2006-2020 Oracle Corporation
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14 -->
15<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
16 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
17<!ENTITY % all.entities SYSTEM "all-entities.ent">
18%all.entities;
19]>
20<refentry id="vboxmanage-showvminfo" lang="en">
21 <refentryinfo>
22 <pubdate>$Date: 2022-04-21 08:38:34 +0000 (Thu, 21 Apr 2022) $</pubdate>
23 <title>VBoxManage showvminfo</title>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle>VBoxManage-showvminfo</refentrytitle>
28 <manvolnum>1</manvolnum>
29 </refmeta>
30
31 <refnamediv>
32 <refname>VBoxManage-showvminfo</refname>
33 <refpurpose>show configuration information or log file contents for a virtual
34 machine</refpurpose>
35 <refclass>&product-name;</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-showvminfo-default">
40<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
41 <command>VBoxManage showvminfo</command>
42 <group choice="req">
43 <arg choice="plain"><replaceable>uuid</replaceable></arg>
44 <arg choice="plain"><replaceable>vmname</replaceable></arg>
45 </group>
46 <arg>--details</arg>
47 <arg>--machinereadable</arg>
48 <arg>--password-id</arg>
49 <arg>--password</arg>
50 </cmdsynopsis>
51
52 <cmdsynopsis id="synopsis-vboxmanage-showvminfo-log">
53 <command>VBoxManage showvminfo</command>
54 <group choice="req">
55 <arg choice="plain"><replaceable>uuid</replaceable></arg>
56 <arg choice="plain"><replaceable>vmname</replaceable></arg>
57 </group>
58 <arg choice="req">--log=<replaceable>index</replaceable></arg>
59 <arg>--password-id <replaceable>id</replaceable></arg>
60 <arg>--password <replaceable>file</replaceable>|-</arg>
61 </cmdsynopsis>
62 </refsynopsisdiv>
63
64 <refsect1>
65 <title>Description</title>
66 <para>
67 The <command>VBoxManage showvminfo</command> command outputs
68 configuration information or log file contents for a specified
69 virtual machine (VM).
70 </para>
71 <refsect2 id="vboxmanage-showvminfo-default">
72 <title>Viewing Virtual Machine Information</title>
73 <remark role="help-copy-synopsis"/>
74 <para>
75 The <command>VBoxManage showvminfo</command> command outputs
76 information about the specified VM in a detailed format or in a
77 machine-readable format.
78 </para>
79 <para>
80 The <command>VBoxManage showvminfo</command> command shows the
81 same information for the specified VM in the same format as the
82 <command>VBoxManage list vms --long</command> command.
83 </para>
84 <variablelist>
85 <varlistentry>
86 <term><option>--details</option></term>
87 <listitem><para>
88 Includes detailed information about the VM.
89 </para></listitem>
90 </varlistentry>
91 <varlistentry>
92 <term><option>--machinereadable</option></term>
93 <listitem><para>
94 Specifies that the VM information be in a machine-readable
95 format.
96 </para></listitem>
97 </varlistentry>
98 <varlistentry>
99 <term><option>--password-id <replaceable>id</replaceable></option></term>
100 <listitem><para>
101 Specifies password id of the VM if it is encrypted.
102 </para></listitem>
103 </varlistentry>
104 <varlistentry>
105 <term><option>--password <replaceable>file</replaceable>|-</option></term>
106 <listitem><para>
107 Specifies password of the VM if it is encrypted. Either
108 specify the absolute pathname of a password file on the
109 host operating system, or <literal>-</literal> to prompt
110 you for the password.
111 </para></listitem>
112 </varlistentry>
113 </variablelist>
114 </refsect2>
115 <refsect2 id="vboxmanage-showvminfo-log">
116 <title>Viewing Virtual Machine Log Contents</title>
117 <remark role="help-copy-synopsis"/>
118 <para>
119 The <command>VBoxManage showvminfo --log</command> command
120 outputs the contents of one of the specified VM's log files.
121 </para>
122 <variablelist>
123 <varlistentry>
124 <term><option>--log=<replaceable>index</replaceable></option></term>
125 <listitem><para>
126 Specifies a numerical index that identifies the log file.
127 </para><para>
128 The index value starts at <literal>0</literal>, which
129 indicates the <filename>VBox.log</filename> file. An index
130 value of <literal>1</literal> indicates the
131 <filename>VBoxHardening.log</filename> file. Index values
132 starting at <literal>2</literal> indicate other log files,
133 such as the <filename>VBox.log.1</filename> file.
134 </para></listitem>
135 </varlistentry>
136 <varlistentry>
137 <term><option>--password-id <replaceable>id</replaceable></option></term>
138 <listitem><para>
139 Specifies password id of the VM if it is encrypted.
140 </para></listitem>
141 </varlistentry>
142 <varlistentry>
143 <term><option>--password <replaceable>file</replaceable>|-</option></term>
144 <listitem><para>
145 Specifies password of the VM if it is encrypted. Either
146 specify the absolute pathname of a password file on the
147 host operating system, or <literal>-</literal> to prompt
148 you for the password.
149 </para></listitem>
150 </varlistentry>
151 </variablelist>
152 </refsect2>
153 </refsect1>
154
155 <refsect1>
156 <title>Examples</title>
157 <remark role="help-scope" condition="GLOBAL"/>
158 <para>
159 The following example shows typical output for this command:
160 </para>
161<screen>$ VBoxManage showvminfo "Windows 10"
162VirtualBox Command Line Management Interface Version <replaceable>version-number</replaceable>
163(C) 2005-2019 Oracle Corporation
164All rights reserved.
165
166Name: Windows 10
167Groups: /
168Guest OS: Windows 10 (64-bit)
169UUID: 1bf3464d-57c6-4d49-92a9-a5cc3816b7e7
170Config file: /home/username/VirtualBox VMs/Windows 10/Windows 10.vbox
171Snapshot folder: /home/username/VirtualBox VMs/Windows 10/Snapshots
172Log folder: /home/username/VirtualBox VMs/Windows 10/Logs
173Hardware UUID: 1bf3464d-57c6-4d49-92a9-a5cc3816b7e7
174Memory size: 2048MB
175Page Fusion: off
176VRAM size: 12MB
177CPU exec cap: 100%
178...</screen>
179 <para>
180 The following example shows the information output in a
181 machine-readable format, which shows the entries as a
182 <replaceable>property</replaceable>=<replaceable>value</replaceable>
183 string:
184 </para>
185<screen>$ VBoxManage showvminfo "Windows 10" --machinereadable
186...
187groups="/"
188ostype="Windows 10 (64-bit)"
189UUID="1bf3464d-57c6-4d49-92a9-a5cc3816b7e7"
190...</screen>
191 <para>
192 The following example shows the contents of the
193 <filename>VBox.log</filename> log file:
194 </para>
195<screen>$ VBoxManage showvminfo "Windows 10" --log 0
19600:00:02.895106 VirtualBox VM 6.0.0_RC1 r127378 linux.amd64 (Dec 10 2018 17:16:06) release log
19700:00:02.895109 Log opened 2018-12-14T14:31:44.088259000Z
19800:00:02.895111 Build Type: release
19900:00:02.895115 OS Product: Linux
20000:00:02.895117 OS Release: 4.1.12-61.1.22.el7uek.x86_64
20100:00:02.895119 OS Version: #2 SMP Fri Dec 2 09:28:44 PST 2016
202...</screen>
203 </refsect1>
204
205 <refsect1>
206 <title>See Also</title>
207 <para>
208 <xref linkend="vboxmanage-list" />
209 </para>
210 </refsect1>
211</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette