VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/gui-vmgroups.dita@ 105941

Last change on this file since 105941 was 105941, checked in by vboxsync, 5 months ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

a01f320e6b877faebb42bdc332d5e5c8d610c4d9 Review feedback from dev team.
855b8fa5a09bb681f6d0f2bf2ec16728c4371380 Fixed topic IDs, added network hardware info, and updated guest additions for Arm info.
3c9efcf403508ac38b8474a3098469905ecd4a09 VBP_941 Removed graphics and comments
e19f6026b920878833da0b85915ee4bc0bf6b132 Created a new folder for all cli topics (manpages) that are sourced from the...
3aad60f1d302af7694a8bc3698f9257c1259c54a Included feedback from Klaus on supported OSs

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="gui-vmgroups">
4 <title>Using VM Groups</title>
5
6 <body>
7 <p>Create VM groups if you want to manage several VMs together, and perform functions on them collectively, as well
8 as individually. </p>
9 <p>The following features are available for groups: </p>
10 <ul>
11 <li>
12 <p>Create a group using <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Do one of the following: </p>
13 <ul>
14 <li>
15 <p>Drag a VM on top of another VM. </p>
16 </li>
17 <li>
18 <p>Select multiple VMs and select <b outputclass="bold">Group</b> from the right-click menu. </p>
19 </li>
20 </ul>
21 </li>
22 <li>
23 <p>Create and manage a group using the command line. Do one of the following: </p>
24 <ul>
25 <li>
26 <p>Create a group and assign a VM. For example: </p>
27 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup"</pre>
28 <p>This command creates a group <codeph>TestGroup</codeph> and attaches the VM <codeph>vm01</codeph> to that
29 group. </p>
30 </li>
31 <li>
32 <p>Detach a VM from the group, and delete the group if empty. For example: </p>
33 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups ""</pre>
34 <p>This command detaches all groups from the VM <codeph>vm01</codeph> and deletes the empty group. </p>
35 </li>
36 </ul>
37 </li>
38 <li>
39 <p>Create multiple groups. For example: </p>
40 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup,/TestGroup2"</pre>
41 <p>This command creates the groups <codeph>TestGroup</codeph> and <codeph>TestGroup2</codeph>, if they do not
42 exist, and attaches the VM <codeph>vm01</codeph> to both of them. </p>
43 </li>
44 <li>
45 <p>Create nested groups, having a group hierarchy. For example: </p>
46 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup/TestGroup2"</pre>
47 <p>This command attaches the VM <codeph>vm01</codeph> to the subgroup <codeph>TestGroup2</codeph> of the
48 <codeph>TestGroup</codeph> group. </p>
49 </li>
50 <li>
51 <p>Use <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> menu options to control and manage all the VMs in a
52 group. For example: <b outputclass="bold">Start</b>, <b outputclass="bold">Pause</b>, <b outputclass="bold"
53 >Reset</b>, <b outputclass="bold">Close</b> (save state, send shutdown signal, poweroff), <b
54 outputclass="bold">Discard Saved State</b>, <b outputclass="bold">Show in Explorer</b>, <b
55 outputclass="bold">Sort</b>. </p>
56 </li>
57 </ul>
58 </body>
59
60</topic>
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