Changeset 105289 in vbox for trunk/doc/manual/en_US/dita/topics/gui-vmgroups.dita
- Timestamp:
- Jul 12, 2024 9:07:43 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/gui-vmgroups.dita
r99797 r105289 5 5 6 6 <body> 7 <p> 8 VM groups are groups of VMs that you can create as and when 9 required. You can manage and perform functions on them 10 collectively, as well as individually. 11 </p> 12 <p> 13 The following figure shows VM groups displayed in VirtualBox 14 Manager. 15 </p> 7 <p>VM groups are groups of VMs that you can create as and when required. You can manage and perform functions on 8 them collectively, as well as individually. </p> 9 <p>The following figure shows VM groups displayed in VirtualBox Manager. </p> 16 10 <fig id="fig-vm-groups"> 17 11 <title>Groups of Virtual Machines</title> … … 30 24 <ul> 31 25 <li> 32 <p> 33 Create a group using <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Do one of the following: 34 </p> 26 <p>Create a group using <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Do one of the following: </p> 35 27 <ul> 36 28 <li> 37 <p> 38 Drag a VM on top of another VM. 39 </p> 29 <p>Drag a VM on top of another VM. </p> 40 30 </li> 41 31 <li> 42 <p> 43 Select multiple VMs and select 44 <b outputclass="bold">Group</b> from the 45 right-click menu. 46 </p> 32 <p>Select multiple VMs and select <b outputclass="bold">Group</b> from the right-click menu. </p> 47 33 </li> 48 34 </ul> 49 35 </li> 50 36 <li> 51 <p> 52 Create and manage a group using the command line. Do one of 53 the following: 54 </p> 37 <p>Create and manage a group using the command line. Do one of the following: </p> 55 38 <ul> 56 39 <li> 57 <p> 58 Create a group and assign a VM. For example: 59 </p> 40 <p>Create a group and assign a VM. For example: </p> 60 41 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup"</pre> 61 <p> 62 This command creates a group <codeph>TestGroup</codeph> 63 and attaches the VM <codeph>vm01</codeph> to that group. 64 </p> 42 <p>This command creates a group <codeph>TestGroup</codeph> and attaches the VM <codeph>vm01</codeph> to that 43 group. </p> 65 44 </li> 66 45 <li> 67 <p> 68 Detach a VM from the group, and delete the group if empty. 69 For example: 70 </p> 46 <p>Detach a VM from the group, and delete the group if empty. For example: </p> 71 47 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups ""</pre> 72 <p> 73 This command detaches all groups from the VM 74 <codeph>vm01</codeph> and deletes the empty group. 75 </p> 48 <p>This command detaches all groups from the VM <codeph>vm01</codeph> and deletes the empty group. </p> 76 49 </li> 77 50 </ul> 78 51 </li> 79 52 <li> 80 <p> 81 Create multiple groups. For example: 82 </p> 53 <p>Create multiple groups. For example: </p> 83 54 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup,/TestGroup2"</pre> 84 <p> 85 This command creates the groups <codeph>TestGroup</codeph> 86 and <codeph>TestGroup2</codeph>, if they do not exist, and 87 attaches the VM <codeph>vm01</codeph> to both of them. 88 </p> 55 <p>This command creates the groups <codeph>TestGroup</codeph> and <codeph>TestGroup2</codeph>, if they do not 56 exist, and attaches the VM <codeph>vm01</codeph> to both of them. </p> 89 57 </li> 90 58 <li> 91 <p> 92 Create nested groups, having a group hierarchy. For example: 93 </p> 59 <p>Create nested groups, having a group hierarchy. For example: </p> 94 60 <pre xml:space="preserve">VBoxManage modifyvm "vm01" --groups "/TestGroup/TestGroup2"</pre> 95 <p> 96 This command attaches the VM <codeph>vm01</codeph> to the 97 subgroup <codeph>TestGroup2</codeph> of the 98 <codeph>TestGroup</codeph> group. 99 </p> 61 <p>This command attaches the VM <codeph>vm01</codeph> to the subgroup <codeph>TestGroup2</codeph> of the 62 <codeph>TestGroup</codeph> group. </p> 100 63 </li> 101 64 <li> 102 <p> 103 Use <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> menu options to control and manage all the VMs 104 in a group. For example: 105 <b outputclass="bold">Start</b>, 106 <b outputclass="bold">Pause</b>, 107 <b outputclass="bold">Reset</b>, 108 <b outputclass="bold">Close</b> (save state, send 109 shutdown signal, poweroff), <b outputclass="bold">Discard 110 Saved State</b>, <b outputclass="bold">Show in 111 Explorer</b>, <b outputclass="bold">Sort</b>. 112 </p> 65 <p>Use <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> menu options to control and manage all the VMs in a 66 group. For example: <b outputclass="bold">Start</b>, <b outputclass="bold">Pause</b>, <b outputclass="bold" 67 >Reset</b>, <b outputclass="bold">Close</b> (save state, send shutdown signal, poweroff), <b 68 outputclass="bold">Discard Saved State</b>, <b outputclass="bold">Show in Explorer</b>, <b 69 outputclass="bold">Sort</b>. </p> 113 70 </li> 114 71 </ul>
Note:
See TracChangeset
for help on using the changeset viewer.