VirtualBox

Ignore:
Timestamp:
Jul 12, 2024 9:07:43 AM (7 months ago)
Author:
vboxsync
Message:

Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/dita/topics/gui-vmgroups.dita

    r99797 r105289  
    55 
    66  <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>
    1610    <fig id="fig-vm-groups">
    1711      <title>Groups of Virtual Machines</title>
     
    3024    <ul>
    3125      <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>
    3527        <ul>
    3628          <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>
    4030          </li>
    4131          <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>
    4733          </li>
    4834        </ul>
    4935      </li>
    5036      <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>
    5538        <ul>
    5639          <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>
    6041            <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>
    6544          </li>
    6645          <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>
    7147            <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>
    7649          </li>
    7750        </ul>
    7851      </li>
    7952      <li>
    80         <p>
    81           Create multiple groups. For example:
    82         </p>
     53        <p>Create multiple groups. For example: </p>
    8354        <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>
    8957      </li>
    9058      <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>
    9460        <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>
    10063      </li>
    10164      <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>
    11370      </li>
    11471    </ul>
Note: See TracChangeset for help on using the changeset viewer.

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