VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-registervm.xml@ 82969

Last change on this file since 82969 was 82969, checked in by vboxsync, 5 years ago

Copyright year updates - manual ones.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage registervm
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-registervm" lang="en">
21 <refentryinfo>
22 <pubdate>August 2019</pubdate>
23 <title>VBoxManage registervm</title>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle>VBoxManage-registervm</refentrytitle>
28 <manvolnum>1</manvolnum>
29 </refmeta>
30
31 <refnamediv>
32 <refname>VBoxManage-registervm</refname>
33 <refpurpose>register a virtual machine</refpurpose>
34 <refclass>Oracle VM VirtualBox</refclass>
35 </refnamediv>
36
37 <refsynopsisdiv>
38 <cmdsynopsis id="synopsis-vboxmanage-registervm">
39<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
40 <command>VBoxManage registervm</command>
41 <arg choice="req"><replaceable>filename</replaceable></arg>
42 </cmdsynopsis>
43 </refsynopsisdiv>
44
45 <refsect1>
46 <title>Description</title>
47 <para>
48 The <command>VBoxManage registervm</command> command enables you
49 to create a virtual machine (VM) by importing an XML machine
50 configuration file into &product-name;. The VM cannot conflict
51 with a VM that is already registered in &product-name;. In
52 addition, the VM cannot have any hard disks or removable disks
53 attached. Ensure that the XML machine configuration file is in the
54 machines folder prior to registration.
55 </para>
56 <note>
57 <para>
58 When you use the <command>VBoxManage createvm</command> command
59 to create a VM, you can specify the <option>--register</option>
60 option to register the VM.
61 </para>
62 </note>
63 <variablelist>
64 <varlistentry>
65 <term><replaceable>filename</replaceable></term>
66 <listitem><para>
67 Specifies the XML machine configuration file. This file has
68 the <filename>.vbox</filename> file extension.
69 </para></listitem>
70 </varlistentry>
71 </variablelist>
72 </refsect1>
73
74 <refsect1>
75 <title>Examples</title>
76 <remark role="help-scope" condition="GLOBAL" />
77 <para>
78 The following command registers a VM called
79 <literal>vm2</literal>. The XML machine configuration file for the
80 VM is located in the default machines folder.
81 </para>
82<screen>$ VBoxManage registervm "/home/user/VirtualBox VMs/vm2/vm2.vbox"</screen>
83 </refsect1>
84
85 <refsect1>
86 <title>See Also</title>
87 <para>
88 <xref linkend="vboxmanage-createvm"/>,
89 <xref linkend="vboxmanage-unregistervm" />
90 </para>
91 </refsect1>
92</refentry>
Note: See TracBrowser for help on using the repository browser.

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