Changeset 105499 in vbox for trunk/doc/manual
- Timestamp:
- Jul 25, 2024 8:56:29 AM (4 months ago)
- Location:
- trunk/doc/manual/en_US/dita/topics
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/autologon_unix.dita
r105335 r105499 39 39 </li> 40 40 <li> 41 <p> 41 <p>If authentication against the shadow database using <filepath>pam_unix.so</filepath> or 42 42 <filepath>pam_unix2.so</filepath> is required, the argument <codeph>try_first_pass</codeph> for 43 43 <filepath>pam_unix.so</filepath> or <codeph>use_first_pass</codeph> for <filepath>pam_unix2.so</filepath> is -
trunk/doc/manual/en_US/dita/topics/cloud-vm-clone.dita
r105289 r105499 24 24 <li> 25 25 <p>Click <b>OK</b> to create the clone and the related <ph conkeyref="vbox-conkeyref-phrases/oci"/> instance. 26 The new instance is started automatically. 26 The new instance is started automatically.</p> 27 27 <p>The new cloud VM is shown in the <b outputclass="bold">OCI</b> group in <ph 28 28 conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. </p> -
trunk/doc/manual/en_US/dita/topics/harddiskcontrollers.dita
r105335 r105499 31 31 found. </p> 32 32 <p>After you have created a new virtual machine with the <b outputclass="bold">New Virtual Machine</b> wizard in 33 <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, you will typically see one IDE controller in the33 <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, you will typically see one IDE controller in the 34 34 machine's <b outputclass="bold">Storage</b> settings. The virtual CD/DVD drive will be attached to one of the 35 35 four ports of this controller. </p> … … 70 70 Controller</b> under the Storage Tree box and then select <b outputclass="bold">Add SATA Controller</b>. The 71 71 new controller appears as a separate PCI device in the virtual machine, and you can add virtual disks to it. </p> 72 <p> 72 <p>To change the IDE compatibility mode settings for the SATA controller, see <xref 73 73 href="vboxmanage-storagectl.dita"/>. </p> 74 74 </li> -
trunk/doc/manual/en_US/dita/topics/iocaching.dita
r105335 r105499 49 49 controller: </p> 50 50 <pre xml:space="preserve">VBoxManage storagectl "VM name" --name <controllername> --hostiocache off</pre> 51 <p> 51 <p>See <xref href="vboxmanage-storagectl.dita"/>. </p> 52 52 <p>For the above reasons, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses SATA controllers by default for 53 53 new virtual machines. </p> -
trunk/doc/manual/en_US/dita/topics/mountingadditionsiso.dita
r105388 r105499 39 39 directory, usually in <filepath>C:\Program files\Oracle\VirtualBox</filepath>. </li> 40 40 <li> 41 <p> 41 <p>On macOS hosts, this file is in the application bundle of <ph 42 42 conkeyref="vbox-conkeyref-phrases/product-name"/>. Right-click the <ph 43 43 conkeyref="vbox-conkeyref-phrases/product-name"/> icon in Finder and choose <b outputclass="bold">Show -
trunk/doc/manual/en_US/dita/topics/natforward.dita
r105335 r105499 45 45 <p>This example forwards all TCP traffic arriving on the localhost interface at 127.0.0.1 through port 2222 to port 46 46 22 in the guest. </p> 47 <p> 47 <p>It is possible to configure incoming NAT connections while the VM is running, see <xref 48 48 href="vboxmanage-controlvm.dita"/>. </p> 49 49 </body> -
trunk/doc/manual/en_US/dita/topics/solariscodedumper.dita
r105335 r105499 12 12 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> VBoxInternal2/CoreDumpDir <varname>path-to-directory</varname> 13 13 </pre> 14 <p> 14 <p>Ensure the directory you specify is on a volume with sufficient free space and that the <ph 15 15 conkeyref="vbox-conkeyref-phrases/product-name"/> process has sufficient permissions to write files to this 16 16 directory. If you skip this command and do not specify any core dump directory, the current directory of the <ph … … 33 33 </pre> 34 34 <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> CoreDumper creates core files of the form 35 <filepath>core.vb.<varname>process-name</varname>.<varname>process-ID</varname>35 <filepath>core.vb.<varname>process-name</varname>.<varname>process-ID</varname> 36 36 </filepath> such as <filepath>core.vb.VBoxHeadless.11321</filepath>. </p> 37 37 </body> -
trunk/doc/manual/en_US/dita/topics/vboxmanage-intro.dita
r105300 r105499 57 57 </li> 58 58 </ul> 59 <p> 60 You can enter <userinput>VBoxManage list vms</userinput> to have all 61 currently registered VMs listed with all their settings, including 62 their respective names and UUIDs. 63 </p> 64 <p> 65 Some typical examples of how to control <ph conkeyref = "vbox-conkeyref-phrases/product-name"/> from the 66 command line are listed below: 67 </p> 59 <p>You can enter <userinput>VBoxManage list vms</userinput> to have all currently registered VMs listed 60 with all their settings, including their respective names and UUIDs. </p> 61 <p>Some typical examples of how to control <ph conkeyref="vbox-conkeyref-phrases/product-name"/> from the 62 command line are listed below: </p> 68 63 <ul> 69 64 <li> 70 <p> 71 To create a new virtual machine from the command line and 72 immediately register it with <ph conkeyref = "vbox-conkeyref-phrases/product-name"/>, use 73 <userinput>VBoxManage createvm</userinput> with the 74 <!--option not processed within -->--register option, as follows: 75 </p> 65 <p>To create a new virtual machine from the command line and immediately register it with <ph 66 conkeyref="vbox-conkeyref-phrases/product-name"/>, use <userinput>VBoxManage createvm</userinput> with the 67 <!--option not processed within -->--register option, as follows: </p> 76 68 <pre xml:space="preserve">$ VBoxManage createvm --name "SUSE 10.2" --register 77 69 VirtualBox Command Line Management Interface Version <varname>version-number</varname> … … 82 74 UUID: c89fc351-8ec6-4f02-a048-57f4d25288e5 83 75 Settings file: '/home/username/.config/VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml'</pre> 84 <p> 85 As can be seen from the above output, a new virtual machine 86 has been created with a new UUID and a new XML settings file. 87 </p> 76 <p>As can be seen from the above output, a new virtual machine has been created with a new UUID and 77 a new XML settings file. </p> 88 78 <p> 89 79 For more details, see … … 92 82 </li> 93 83 <li> 94 <p> 95 To show the configuration of a particular VM, use 96 <userinput>VBoxManage showvminfo</userinput>. See 97 <xref href="vboxmanage-showvminfo.dita"/> for details 98 and an example. 99 </p> 84 <p>To show the configuration of a particular VM, use <userinput>VBoxManage showvminfo</userinput>. 85 See <xref href="vboxmanage-showvminfo.dita"/> for details and an example. </p> 100 86 </li> 101 87 <li> 102 <p> 103 To change settings while a VM is powered off, use 104 <userinput>VBoxManage modifyvm</userinput>. For example: 105 </p> 88 <p>To change settings while a VM is powered off, use <userinput>VBoxManage modifyvm</userinput>. 89 For example: </p> 106 90 <pre xml:space="preserve">VBoxManage modifyvm "Windows XP" --memory 512</pre> 107 <p> 108 See also <xref href="vboxmanage-modifyvm.dita"/>. 109 </p> 91 <p>See also <xref href="vboxmanage-modifyvm.dita"/>. </p> 110 92 </li> 111 93 <li> 112 <p> 113 To change the storage configuration, such as to add a storage 114 controller and then a virtual disk, use <userinput>VBoxManage 115 storagectl</userinput> and <userinput>VBoxManage 116 storageattach</userinput>. See 117 <xref href="vboxmanage-storagectl.dita"/> and 118 <xref href="vboxmanage-storageattach.dita"/>. 119 </p> 94 <p>To change the storage configuration, such as to add a storage controller and then a virtual 95 disk, use <userinput>VBoxManage storagectl</userinput> and <userinput>VBoxManage storageattach</userinput>. 96 See <xref href="vboxmanage-storagectl.dita"/> and <xref href="vboxmanage-storageattach.dita"/>. </p> 120 97 </li> 121 98 <li> 122 <p> 123 To control VM operation, use one of the following: 124 </p> 99 <p>To control VM operation, use one of the following: </p> 125 100 <ul> 126 101 <li> 127 <p> 128 To start a VM that is currently powered off, use 129 <userinput>VBoxManage startvm</userinput>. See 130 <xref href="vboxmanage-startvm.dita"/>. 131 </p> 102 <p>To start a VM that is currently powered off, use <userinput>VBoxManage 103 startvm</userinput>. See <xref href="vboxmanage-startvm.dita"/>. </p> 132 104 </li> 133 105 <li> 134 <p> 135 To pause or save a VM that is currently running or change 136 some of its settings, use <userinput>VBoxManage 137 controlvm</userinput>. See 138 <xref href="vboxmanage-controlvm.dita"/>. 139 </p> 106 <p>To pause or save a VM that is currently running or change some of its settings, use 107 <userinput>VBoxManage controlvm</userinput>. See <xref href="vboxmanage-controlvm.dita"/>. </p> 140 108 </li> 141 109 </ul>
Note:
See TracChangeset
for help on using the changeset viewer.