VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-registervm.xml

Last change on this file was 103620, checked in by vboxsync, 2 months ago

doc/man_VBoxManage: Adapt Russian translation files: Require all refsect1 and refsect2 elements to have @id attributes in manpages. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage registervm
4-->
5<!--
6 Copyright (C) 2006-2023 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-registervm" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
34 <title>VBoxManage registervm</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-registervm</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-registervm</refname>
44 <refpurpose>регистрирует виртуальную машину</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis id="synopsis-vboxmanage-registervm">
50<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage registervm</command>
52 <arg choice="req"><replaceable>имя-файла</replaceable></arg>
53 </cmdsynopsis>
54 </refsynopsisdiv>
55
56 <refsect1 id="vboxmanage-registervm-description">
57 <title>Описание</title>
58 <para>
59 Команда <command>VBoxManage registervm</command> позволяет
60 создать виртуальную машину (ВМ) путем импорта XML файла
61 конфигурации машины в &product-name;. У ВМ не может быть
62 такой же UUID как и у машины, уже зарегистрированной в
63 &product-name;. Убедитесь перед регистрацией, что XML файл
64 конфигурации машины находится в папке машины.
65 </para>
66 <note>
67 <para>
68 При создании ВМ с помощью команды <command>VBoxManage
69 createvm</command> можно указать опцию <option>--register</option>
70 для регистрации ВМ после создания.
71 </para>
72 </note>
73 <variablelist>
74 <varlistentry>
75 <term><replaceable>имя-файла</replaceable></term>
76 <listitem><para>
77 Задает XML файл конфигурации машины. Этот файл
78 имеет расширение <filename>.vbox</filename>.
79 </para></listitem>
80 </varlistentry>
81 </variablelist>
82 </refsect1>
83
84 <refsect1 id="vboxmanage-registervm-examples">
85 <title>Примеры</title>
86 <remark role="help-scope" condition="GLOBAL" />
87 <para>
88 Следующая команда регистрирует ВМ, называемую <literal>vm2</literal>.
89 XMl файл конфигурации машины для этой ВМ расположен в папке машины
90 по умолчанию.
91 </para>
92<screen>$ VBoxManage registervm "/home/user/VirtualBox VMs/vm2/vm2.vbox"</screen>
93 </refsect1>
94
95 <refsect1 id="vboxmanage-registervm-see-also">
96 <title>Смотрите также</title>
97 <para>
98 <xref linkend="vboxmanage-createvm"/>,
99 <xref linkend="vboxmanage-unregistervm" />
100 </para>
101 </refsect1>
102</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use