VirtualBox

source: vbox/trunk/doc/manual/en_US/user_AdvancedTopics.xml@ 43963

Last change on this file since 43963 was 43963, checked in by vboxsync, 12 years ago

lightdm-greeter: Documentation.

File size: 122.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4<chapter id="AdvancedTopics">
5 <title>Advanced topics</title>
6
7 <sect1 id="vboxsdl">
8 <title>VBoxSDL, the simplified VM displayer</title>
9
10 <sect2>
11 <title>Introduction</title>
12
13 <para>VBoxSDL is a simple graphical user interface (GUI) that lacks the
14 nice point-and-click support which VirtualBox, our main GUI, provides.
15 VBoxSDL is currently primarily used internally for debugging VirtualBox
16 and therefore not officially supported. Still, you may find it useful
17 for environments where the virtual machines are not necessarily
18 controlled by the same person that uses the virtual machine.<note>
19 <para>VBoxSDL is not available on the Mac OS X host platform.</para>
20 </note></para>
21
22 <para>As you can see in the following screenshot, VBoxSDL does indeed
23 only provide a simple window that contains only the "pure" virtual
24 machine, without menus or other controls to click upon and no additional
25 indicators of virtual machine activity:</para>
26
27 <para><mediaobject>
28 <imageobject>
29 <imagedata align="center" fileref="images/vbox-sdl.png"
30 width="10cm" />
31 </imageobject>
32 </mediaobject></para>
33
34 <para>To start a virtual machine with VBoxSDL instead of the VirtualBox
35 GUI, enter the following on a command line:<screen>VBoxSDL --startvm &lt;vm&gt;</screen></para>
36
37 <para>where <computeroutput>&lt;vm&gt;</computeroutput> is, as usual
38 with VirtualBox command line parameters, the name or UUID of an existing
39 virtual machine.</para>
40 </sect2>
41
42 <sect2>
43 <title>Secure labeling with VBoxSDL</title>
44
45 <para>When running guest operating systems in full screen mode, the guest
46 operating system usually has control over the whole screen. This could
47 present a security risk as the guest operating system might fool the
48 user into thinking that it is either a different system (which might
49 have a higher security level) or it might present messages on the screen
50 that appear to stem from the host operating system.</para>
51
52 <para>In order to protect the user against the above mentioned security
53 risks, the secure labeling feature has been developed. Secure labeling
54 is currently available only for VBoxSDL. When enabled, a portion of the
55 display area is reserved for a label in which a user defined message is
56 displayed. The label height in set to 20 pixels in VBoxSDL. The label
57 font color and background color can be optionally set as hexadecimal RGB
58 color values. The following syntax is used to enable secure
59 labeling:</para>
60
61 <screen>VBoxSDL --startvm "VM name"
62 --securelabel --seclabelfnt ~/fonts/arial.ttf
63 --seclabelsiz 14 --seclabelfgcol 00FF00 --seclabelbgcol 00FFFF</screen>
64
65 <para>In addition to enabling secure labeling, a TrueType font has to be
66 supplied. To use another font size than 12 point use the parameter
67 <computeroutput>--seclabelsiz</computeroutput>.</para>
68
69 <para>The label text can be set with <screen>VBoxManage setextradata "VM name" "VBoxSDL/SecureLabel" "The Label"</screen>
70 Changing this label will take effect immediately.</para>
71
72 <para>Typically, full screen resolutions are limited to certain
73 "standard" geometries such as 1024 x 768. Increasing this by twenty
74 lines is not usually feasible, so in most cases, VBoxSDL will chose the
75 next higher resolution, e.g. 1280 x 1024 and the guest's screen will not
76 cover the whole display surface. If VBoxSDL is unable to choose a higher
77 resolution, the secure label will be painted on top of the guest's
78 screen surface. In order to address the problem of the bottom part of
79 the guest screen being hidden, VBoxSDL can provide custom video modes to
80 the guest that are reduced by the height of the label. For Windows
81 guests and recent Solaris and Linux guests, the VirtualBox Guest
82 Additions automatically provide the reduced video modes. Additionally,
83 the VESA BIOS has been adjusted to duplicate its standard mode table
84 with adjusted resolutions. The adjusted mode IDs can be calculated using
85 the following formula:</para>
86
87 <screen>reduced_modeid = modeid + 0x30</screen>
88
89 <para>For example, in order to start Linux with 1024 x 748 x 16, the
90 standard mode 0x117 (1024 x 768 x 16) is used as a base. The Linux video
91 mode kernel parameter can then be calculated using:</para>
92
93 <screen>vga = 0x200 | 0x117 + 0x30
94vga = 839</screen>
95
96 <para>The reason for duplicating the standard modes instead of only
97 supplying the adjusted modes is that most guest operating systems
98 require the standard VESA modes to be fixed and refuse to start with
99 different modes.</para>
100
101 <para>When using the X.org VESA driver, custom modelines have to be
102 calculated and added to the configuration (usually in
103 <literal>/etc/X11/xorg.conf</literal>. A handy tool to determine
104 modeline entries can be found at <literal><ulink
105 url="http://www.tkk.fi/Misc/Electronics/faq/vga2rgb/calc.html">http://www.tkk.fi/Misc/Electronics/faq/vga2rgb/calc.html</ulink></literal>.)</para>
106 </sect2>
107
108 <sect2>
109 <title>Releasing modifiers with VBoxSDL on Linux</title>
110
111 <para>When switching from a X virtual terminal (VT) to another VT using
112 Ctrl-Alt-Fx while the VBoxSDL window has the input focus, the guest will
113 receive Ctrl and Alt keypress events without receiving the corresponding
114 key release events. This is an architectural limitation of Linux. In
115 order to reset the modifier keys, it is possible to send
116 <computeroutput>SIGUSR1</computeroutput> to the VBoxSDL main thread
117 (first entry in the <computeroutput>ps</computeroutput> list). For
118 example, when switching away to another VT and saving the virtual
119 machine from this terminal, the following sequence can be used to make
120 sure the VM is not saved with stuck modifiers:</para>
121
122 <para><screen>kill -usr1 &lt;pid&gt;
123VBoxManage controlvm "Windows 2000" savestate</screen></para>
124 </sect2>
125 </sect1>
126
127 <sect1>
128 <title id="autologon">Automated guest logons</title>
129
130 <para>VirtualBox provides Guest Addition modules for Windows, Linux and
131 Solaris to enable automated logons on the guest.</para>
132
133 <para>When a guest operating system is running in a virtual machine, it
134 might be desirable to perform coordinated and automated logons using
135 credentials from a master logon system. (With "credentials", we are
136 referring to logon information consisting of user name, password and
137 domain name, where each value might be empty.)</para>
138
139 <sect2 id="autologon_win">
140 <title>Automated Windows guest logons</title>
141
142 <para>Since Windows NT, Windows has provided a modular system logon
143 subsystem ("Winlogon") which can be customized and extended by means of
144 so-called GINA modules (Graphical Identification and Authentication).
145 With Windows Vista and Windows 7, the GINA modules were replaced with a
146 new mechanism called "credential providers". The VirtualBox Guest
147 Additions for Windows come with both, a GINA and a credential provider
148 module, and therefore enable any Windows guest to perform automated
149 logons.</para>
150
151 <para>To activate the VirtualBox GINA or credential provider module,
152 install the Guest Additions with using the command line switch
153 <computeroutput>/with_autologon</computeroutput>. All the following
154 manual steps required for installing these modules will be then done by
155 the installer.</para>
156
157 <para>To manually install the VirtualBox GINA module, extract the Guest
158 Additions (see <xref linkend="windows-guest-file-extraction" />) and
159 copy the file <computeroutput>VBoxGINA.dll</computeroutput> to the
160 Windows <computeroutput>SYSTEM32</computeroutput> directory. Then, in
161 the registry, create the following key: <screen>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GinaDLL</screen>
162 with a value of <computeroutput>VBoxGINA.dll</computeroutput>.</para>
163
164 <note>
165 <para>The VirtualBox GINA module is implemented as a wrapper around
166 the standard Windows GINA module
167 (<computeroutput>MSGINA.DLL</computeroutput>). As a result, it will
168 most likely not work correctly with 3rd party GINA modules.</para>
169 </note>
170
171 <para>To manually install the VirtualBox credential provider module,
172 extract the Guest Additions (see <xref
173 linkend="windows-guest-file-extraction" />) and copy the file
174 <computeroutput>VBoxCredProv.dll</computeroutput> to the Windows
175 <computeroutput>SYSTEM32</computeroutput> directory. Then, in the
176 registry, create the following keys:<screen>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
177 Authentication\Credential Providers\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}
178
179HKEY_CLASSES_ROOT\CLSID\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}
180
181HKEY_CLASSES_ROOT\CLSID\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}\InprocServer32</screen></para>
182
183 <para>with all default values (the key named
184 <computeroutput>(Default)</computeroutput> in each key) set to
185 <computeroutput>VBoxCredProv</computeroutput>. After that a new string
186 named <screen>HKEY_CLASSES_ROOT\CLSID\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}\InprocServer32\ThreadingModel</screen>
187 with a value of <computeroutput>Apartment</computeroutput> has to be
188 created.</para>
189
190 <para>To set credentials, use the following command on a
191 <emphasis>running</emphasis> VM:</para>
192
193 <screen>VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST"</screen>
194
195 <para>While the VM is running, the credentials can be queried by the
196 VirtualBox logon modules (GINA or credential provider) using the
197 VirtualBox Guest Additions device driver. When Windows is in "logged
198 out" mode, the logon modules will constantly poll for credentials and if
199 they are present, a logon will be attempted. After retrieving the
200 credentials, the logon modules will erase them so that the above command
201 will have to be repeated for subsequent logons.</para>
202
203 <para>For security reasons, credentials are not stored in any persistent
204 manner and will be lost when the VM is reset. Also, the credentials are
205 "write-only", i.e. there is no way to retrieve the credentials from the
206 host side. Credentials can be reset from the host side by setting empty
207 values.</para>
208
209 <para>Depending on the particular variant of the Windows guest, the
210 following restrictions apply: <orderedlist>
211 <listitem>
212 <para>For <emphasis role="bold">Windows XP guests,</emphasis> the
213 logon subsystem needs to be configured to use the classic logon
214 dialog as the VirtualBox GINA module does not support the XP-style
215 welcome dialog.</para>
216 </listitem>
217
218 <listitem>
219 <para>For <emphasis role="bold">Windows Vista and Windows 7
220 guests,</emphasis> the logon subsystem does not support the
221 so-called Secure Attention Sequence
222 (<computeroutput>CTRL+ALT+DEL</computeroutput>). As a result, the
223 guest's group policy settings need to be changed to not use the
224 Secure Attention Sequence. Also, the user name given is only
225 compared to the true user name, not the user friendly name. This
226 means that when you rename a user, you still have to supply the
227 original user name (internally, Windows never renames user
228 accounts).</para>
229 </listitem>
230
231 <listitem>
232 <para>Auto-logon handling of the built-in Windows Remote Desktop
233 Service (formerly known as Terminal Services) is disabled by
234 default. To enable it, create the registry key <screen>HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\VirtualBox Guest Additions\AutoLogon</screen>
235 with a <computeroutput>DWORD</computeroutput> value of
236 <computeroutput>1</computeroutput>.</para>
237 </listitem>
238 </orderedlist></para>
239
240 <para>The following command forces VirtualBox to keep the credentials
241 after they were read by the guest and on VM reset: <screen>VBoxManage setextradata "Windows XP" VBoxInternal/Devices/VMMDev/0/Config/KeepCredentials 1</screen>Note
242 that this is a potential security risk as a malicious application
243 running on the guest could request this information using the proper
244 interface.</para>
245 </sect2>
246
247 <sect2 id="autologon_unix">
248 <title>Automated Linux/Unix guest logons</title>
249
250 <para>Starting with version 3.2, VirtualBox provides a custom PAM module
251 (Pluggable Authentication Module) which can be used to perform automated
252 guest logons on platforms which support this framework. Virtually all
253 modern Linux/Unix distributions rely on PAM.</para>
254
255 <para>For automated logons on Ubuntu (or Ubuntu-derived) distributions
256 using LightDM as the display manager, please see
257 <xref linkend="autologon_unix_lightdm" />.</para>
258
259 <para>The <computeroutput>pam_vbox.so</computeroutput> module itself
260 <emphasis role="bold">does not</emphasis> do an actual verification of
261 the credentials passed to the guest OS; instead it relies on other
262 modules such as <computeroutput>pam_unix.so</computeroutput> or
263 <computeroutput>pam_unix2.so</computeroutput> down in the PAM stack to
264 do the actual validation using the credentials retrieved by
265 <computeroutput>pam_vbox.so</computeroutput>. Therefore
266 <computeroutput>pam_vbox.so</computeroutput> has to be on top of the
267 authentication PAM service list.</para>
268
269 <note>
270 <para>The <computeroutput>pam_vbox.so</computeroutput> only supports
271 the <computeroutput>auth</computeroutput> primitive. Other primitives
272 such as <computeroutput>account</computeroutput>,
273 <computeroutput>session</computeroutput> or
274 <computeroutput>password</computeroutput> are not supported.</para>
275 </note>
276
277 <para>The <computeroutput>pam_vbox.so</computeroutput> module is shipped
278 as part of the Guest Additions but it is not installed and/or activated
279 on the guest OS by default. In order to install it, it has to be copied
280 from
281 <computeroutput>/opt/VBoxGuestAdditions-&lt;version&gt;/lib/VBoxGuestAdditions/</computeroutput>
282 to the security modules directory, usually
283 <computeroutput>/lib/security/</computeroutput> on 32-bit guest Linuxes
284 or <computeroutput>/lib64/security/</computeroutput> on 64-bit ones.
285 Please refer to your guest OS documentation for the correct PAM module
286 directory.</para>
287
288 <para>For example, to use <computeroutput>pam_vbox.so</computeroutput>
289 with a Ubuntu Linux guest OS and GDM (the GNOME Desktop Manager) to
290 logon users automatically with the credentials passed by the host, the
291 guest OS has to be configured like the following:</para>
292
293 <orderedlist>
294 <listitem>
295 <para>The <computeroutput>pam_vbox.so</computeroutput> module has to
296 be copied to the security modules directory, in this case it is
297 <computeroutput>/lib/security</computeroutput>.</para>
298 </listitem>
299
300 <listitem>
301 <para>Edit the PAM configuration file for GDM found at
302 <computeroutput>/etc/pam.d/gdm</computeroutput>, adding the line
303 <computeroutput>auth requisite pam_vbox.so</computeroutput> at the
304 top. Additionaly, in most Linux distributions there is a file called
305 <computeroutput>/etc/pam.d/common-auth</computeroutput>. This file
306 is included in many other services (like the GDM file mentioned
307 above). There you also have to add the line <computeroutput>auth
308 requisite pam_vbox.so</computeroutput>.</para>
309 </listitem>
310
311 <listitem>
312 <para>If authentication against the shadow database using
313 <computeroutput>pam_unix.so</computeroutput> or
314 <computeroutput>pam_unix2.so</computeroutput> is desired, the
315 argument <computeroutput>try_first_pass</computeroutput> for
316 <computeroutput>pam_unix.so</computeroutput> or
317 <computeroutput>use_first_pass</computeroutput> for
318 <computeroutput>pam_unix2.so</computeroutput> is needed in order to
319 pass the credentials from the VirtualBox module to the shadow
320 database authentication module. For Ubuntu, this needs to be added
321 to <computeroutput>/etc/pam.d/common-auth</computeroutput>, to the
322 end of the line referencing
323 <computeroutput>pam_unix.so</computeroutput>. This argument tells
324 the PAM module to use credentials already present in the stack, i.e.
325 the ones provided by the VirtualBox PAM module.</para>
326 </listitem>
327 </orderedlist>
328
329 <para><warning>
330 <para>An incorrectly configured PAM stack can effectively prevent
331 you from logging into your guest system!</para>
332 </warning></para>
333
334 <para>To make deployment easier, you can pass the argument
335 <computeroutput>debug</computeroutput> right after the
336 <computeroutput>pam_vbox.so</computeroutput> statement. Debug log output
337 will then be recorded using syslog.</para>
338
339 <para><note>
340 <para>By default, pam_vbox will not wait for credentials to arrive
341 from the host, in other words: When a login prompt is shown (for
342 example by GDM/KDM or the text console) and pam_vbox does not yet
343 have credentials it does not wait until they arrive. Instead the
344 next module in the PAM stack (depending on the PAM configuration)
345 will have the chance for authentication.</para>
346 </note></para>
347
348 <para>Starting with VirtualBox 4.1.4 pam_vbox supports various guest
349 property parameters which all reside in
350 <computeroutput>/VirtualBox/GuestAdd/PAM/</computeroutput>. These
351 parameters allow pam_vbox to wait for credentials to be provided by the
352 host and optionally can show a message while waiting for those. The
353 following guest properties can be set:</para>
354
355 <orderedlist>
356 <listitem>
357 <para><computeroutput>CredsWait</computeroutput>: Set to "1" if
358 pam_vbox should start waiting until credentials arrive from the
359 host. Until then no other authentication methods such as manually
360 logging in will be available. If this property is empty or get
361 deleted no waiting for credentials will be performed and pam_vbox
362 will act like before (see paragraph above). This property must be
363 set read-only for the guest
364 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
365 </listitem>
366
367 <listitem>
368 <para><computeroutput>CredsWaitAbort</computeroutput>: Aborts waiting
369 for credentials when set to any value. Can be set from host and the
370 guest.</para>
371 </listitem>
372
373 <listitem>
374 <para><computeroutput>CredsWaitTimeout</computeroutput>: Timeout (in
375 seconds) to let pam_vbox wait for credentials to arrive. When no
376 credentials arrive within this timeout, authentication of pam_vbox
377 will be set to failed and the next PAM module in chain will be
378 asked. If this property is not specified, set to "0" or an invalid
379 value, an infinite timeout will be used. This property must be set
380 read-only for the guest
381 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
382 </listitem>
383 </orderedlist>
384
385 <para>To customize pam_vbox further there are the following guest
386 properties:</para>
387
388 <orderedlist>
389 <listitem>
390 <para><computeroutput>CredsMsgWaiting</computeroutput>: Custom
391 message showed while pam_vbox is waiting for credentials from the
392 host. This property must be set read-only for the guest
393 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
394 </listitem>
395
396 <listitem>
397 <para><computeroutput>CredsMsgWaitTimeout</computeroutput>: Custom
398 message showed when waiting for credentials by pam_vbox timed out,
399 e.g. did not arrive within time. This property must be set read-only
400 for the guest (<computeroutput>RDONLYGUEST</computeroutput>).</para>
401 </listitem>
402 </orderedlist>
403
404 <para><note>
405 <para>If a pam_vbox guest property does not have set the right flags
406 (<computeroutput>RDONLYGUEST</computeroutput>) this property will be
407 ignored then and - depending on the property - a default value will
408 be set. This can result in pam_vbox not waiting for credentials.
409 Consult the appropriate syslog file for more information and use the
410 <computeroutput>debug</computeroutput> option.</para>
411 </note></para>
412
413 <sect3 id="autologon_unix_lightdm">
414 <title>VirtualBox Greeter for Ubuntu / LightDM</title>
415
416 <para>Starting with version 4.2.6, VirtualBox comes with an own greeter
417 module named vbox-greeter which can be used with LightDM 1.0.1 or later.
418 LightDM is the default display manager since Ubuntu 10.11 and therefore
419 also can be used for automated guest logons.</para>
420
421 <para>vbox-greeter does not need the pam_vbox module described above
422 in order to function -- it comes with its own authentication mechanism
423 provided by LightDM. However, to provide maximum of flexibility both
424 modules can be used together on the same guest.</para>
425
426 <para>As for the pam_vbox module, vbox-greeter is shipped as part of
427 the Guest Additions but it is not installed and/or activated on the
428 guest OS by default. In order to install it, the
429 <computeroutput>vbox-greeter.desktop</computeroutput>
430 file has to be copied from
431 <computeroutput>/opt/VBoxGuestAdditions-&lt;version&gt;</computeroutput>
432 to the <computeroutput>xgreeters</computeroutput> directory, usually
433 <computeroutput>/usr/share/xgreeters/</computeroutput>.
434 Please refer to your guest OS documentation for the correct LightDM
435 greeter directory.</para>
436
437 <para>The vbox-greeter module itself already was installed by the
438 VirtualBox Guest Additions installer and resides in
439 <computeroutput>/usr/sbin/</computeroutput>. To enable vbox-greeter as
440 the standard greeter module, the file
441 <computeroutput>/etc/lightdm/lightdm.conf</computeroutput> needs to be
442 edited:</para>
443
444 <para><screen>
445 [SeatDefaults]
446 greeter-session=vbox-greeter</screen></para>
447
448 <note><para>The LightDM server needs to be fully restarted in order to
449 get vbox-greeter used as the default greeter. As root, do a
450 <computeroutput>service lightdm --full-restart</computeroutput> on
451 Ubuntu, or simply restart the guest.</para></note>
452
453 <note><para>vbox-greeter is independent of the graphical session chosen
454 by the user (like Gnome, KDE, Unity etc). However it requires FLTK 1.3
455 for representing its user interface.</para></note>
456
457 <para>In addition to the guest property values of the
458 pam_vbox module listed above, vbox-greeter has the following guest
459 properties for further customizing its user interface, residing all in
460 <computeroutput>/VirtualBox/GuestAdd/Greeter/</computeroutput>:</para>
461
462 <orderedlist>
463 <listitem>
464 <para><computeroutput>HideRestart</computeroutput>: Set to "1" if
465 vbox-greeter should hide the button to restart the guest. This
466 property must be set read-only for the guest
467 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
468 </listitem>
469
470 <listitem>
471 <para><computeroutput>HideShutdown</computeroutput>: Set to "1" if
472 vbox-greeter should hide the button to shutdown the guest. This
473 property must be set read-only for the guest
474 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
475 </listitem>
476
477 <listitem>
478 <para><computeroutput>BannerPath</computeroutput>: Path to a .PNG
479 file for using it as a banner on the top. The image size must be
480 460 x 90 pixels, any bit depth. This property must be
481 set read-only for the guest
482 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
483 </listitem>
484
485 <listitem>
486 <para><computeroutput>UseTheming</computeroutput>: Set to "1" for
487 turning on the following theming options. This property must be
488 set read-only for the guest
489 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
490 </listitem>
491
492 <listitem>
493 <para><computeroutput>Theme/BackgroundColor</computeroutput>:
494 Hexadecimal RRGGBB color for the background. This property must be
495 set read-only for the guest
496 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
497 </listitem>
498
499 <listitem>
500 <para><computeroutput>Theme/LogonDialog/HeaderColor</computeroutput>:
501 Hexadecimal RRGGBB foreground color for the header text. This
502 property must be set read-only for the guest
503 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
504 </listitem>
505
506 <listitem>
507 <para><computeroutput>Theme/LogonDialog/BackgroundColor</computeroutput>:
508 Hexadecimal RRGGBB color for the logon dialog background. This
509 property must be set read-only for the guest
510 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
511 </listitem>
512
513 <listitem>
514 <para><computeroutput>Theme/LogonDialog/ButtonColor</computeroutput>:
515 Hexadecimal RRGGBB background color for the logon dialog button. This
516 property must be set read-only for the guest
517 (<computeroutput>RDONLYGUEST</computeroutput>).</para>
518 </listitem>
519 </orderedlist>
520
521 <note><para>The same restrictions for the guest properties above apply
522 as for the ones specified in the pam_vbox section.</para></note>
523 </sect3>
524 </sect2>
525 </sect1>
526
527 <sect1>
528 <title>Advanced configuration for Windows guests</title>
529
530 <sect2 id="sysprep">
531 <title>Automated Windows system preparation</title>
532
533 <para>Beginning with Windows NT 4.0, Microsoft offers a "system
534 preparation" tool (in short: Sysprep) to prepare a Windows system for
535 deployment or redistribution. Whereas Windows 2000 and XP ship with
536 Sysprep on the installation medium, the tool also is available for
537 download on the Microsoft web site. In a standard installation of
538 Windows Vista and 7, Sysprep is already included. Sysprep mainly
539 consists of an executable called
540 <computeroutput>sysprep.exe</computeroutput> which is invoked by the
541 user to put the Windows installation into preparation mode.</para>
542
543 <para>Starting with VirtualBox 3.2.2, the Guest Additions offer a way to
544 launch a system preparation on the guest operating system in an
545 automated way, controlled from the host system. To achieve that, see
546 <xref linkend="guestadd-guestcontrol" /> for using the feature with the
547 special identifier <computeroutput>sysprep</computeroutput> as the
548 program to execute, along with the user name
549 <computeroutput>sysprep</computeroutput> and password
550 <computeroutput>sysprep</computeroutput> for the credentials. Sysprep
551 then gets launched with the required system rights.</para>
552
553 <note>
554 <para>Specifying the location of "sysprep.exe" is <emphasis
555 role="bold">not possible</emphasis> -- instead the following paths are
556 used (based on the operating system): <itemizedlist>
557 <listitem>
558 <para><computeroutput>C:\sysprep\sysprep.exe</computeroutput>
559 for Windows NT 4.0, 2000 and XP</para>
560 </listitem>
561
562 <listitem>
563 <para><computeroutput>%WINDIR%\System32\Sysprep\sysprep.exe</computeroutput>
564 for Windows Vista, 2008 Server and 7</para>
565 </listitem>
566 </itemizedlist> The Guest Additions will automatically use the
567 appropriate path to execute the system preparation tool.</para>
568 </note>
569 </sect2>
570 </sect1>
571
572 <sect1>
573 <title>Advanced configuration for Linux and Solaris guests</title>
574
575 <sect2>
576 <title>Manual setup of selected guest services on Linux</title>
577
578 <para>The VirtualBox Guest Additions contain several different drivers.
579 If for any reason you do not wish to set them all up, you can install
580 the Guest Additions using the following command:</para>
581
582 <screen> sh ./VBoxLinuxAdditions.run no_setup</screen>
583
584 <para>After this, you will need to at least compile the kernel modules
585 by running the command <screen> /usr/lib/VBoxGuestAdditions/vboxadd setup</screen>
586 as root (you will need to replace <emphasis>lib</emphasis> by
587 <emphasis>lib64</emphasis> on some 64bit guests), and on older guests
588 without the udev service you will need to add the
589 <emphasis>vboxadd</emphasis> service to the default runlevel to ensure
590 that the modules get loaded.</para>
591
592 <para>To setup the time synchronization service, run the command
593 <screen> /usr/lib/VBoxGuestAdditions/vboxadd-service setup</screen> and
594 add the service vboxadd-service to the default runlevel. To set up the
595 X11 and OpenGL part of the Guest Additions, run the command <screen> /usr/lib/VBoxGuestAdditions/vboxadd-x11 setup</screen>
596 (you do not need to enable any services for this).</para>
597
598 <para>To recompile the guest kernel modules, use this command: <screen> /usr/lib/VBoxGuestAdditions/vboxadd setup</screen>
599 After compilation you should reboot your guest to ensure that the new
600 modules are actually used.</para>
601 </sect2>
602
603 <sect2 id="guestxorgsetup">
604 <title>Guest graphics and mouse driver setup in depth</title>
605
606 <para>This section assumes that you are familiar with configuring the
607 X.Org server using xorg.conf and optionally the newer mechanisms using
608 hal or udev and xorg.conf.d. If not you can learn about them by studying
609 the documentation which comes with X.Org.</para>
610
611 <para>The VirtualBox Guest Additions come with drivers for X.Org
612 versions <itemizedlist>
613 <listitem>
614 X11R6.8/X11R6.9 and XFree86 version 4.3 (vboxvideo_drv_68.o and vboxmouse_drv_68.o)
615 </listitem>
616
617 <listitem>
618 X11R7.0 (vboxvideo_drv_70.so and vboxmouse_drv_70.so)
619 </listitem>
620
621 <listitem>
622 X11R7.1 (vboxvideo_drv_71.so and vboxmouse_drv_71.so)
623 </listitem>
624
625 <listitem>
626 X.Org Server versions 1.3 and later (vboxvideo_drv_13.so and vboxmouse_drv_13.so and so on).
627 </listitem>
628 </itemizedlist> By default these drivers can be found in the
629 directory</para>
630
631 <para><computeroutput>/opt/VBoxGuestAdditions-&lt;version&gt;/lib/VBoxGuestAdditions</computeroutput></para>
632
633 <para>and the correct versions for the X server are symbolically linked
634 into the X.Org driver directories.</para>
635
636 <para>For graphics integration to work correctly, the X server must load
637 the vboxvideo driver (many recent X server versions look for it
638 automatically if they see that they are running in VirtualBox) and for
639 an optimal user experience the guest kernel drivers must be loaded and
640 the Guest Additions tool VBoxClient must be running as a client in the X
641 session. For mouse integration to work correctly, the guest kernel
642 drivers must be loaded and in addition, in X servers from X.Org X11R6.8
643 to X11R7.1 and in XFree86 version 4.3 the right vboxmouse driver must be
644 loaded and associated with /dev/mouse or /dev/psaux; in X.Org server 1.3
645 or later a driver for a PS/2 mouse must be loaded and the right
646 vboxmouse driver must be associated with /dev/vboxguest.</para>
647
648 <para>The VirtualBox guest graphics driver can use any graphics
649 configuration for which the virtual resolution fits into the virtual
650 video memory allocated to the virtual machine (minus a small amount used
651 by the guest driver) as described in <xref
652 linkend="settings-display" />. The driver will offer a range of standard
653 modes at least up to the default guest resolution for all active guest
654 monitors. In X.Org Server 1.3 and later the default mode can be changed
655 by setting the output property VBOX_MODE to
656 "&lt;width&gt;x&lt;height&gt;" for any guest monitor. When VBoxClient
657 and the kernel drivers are active this is done automatically when the
658 host requests a mode change. The driver for older versions can only
659 receive new modes by querying the host for requests at regular
660 intervals.</para>
661
662 <para>With pre-1.3 X Servers you can also add your own modes to the X
663 server configuration file. You simply need to add them to the "Modes"
664 list in the "Display" subsection of the "Screen" section. For example,
665 the section shown here has a custom 2048x800 resolution mode
666 added:</para>
667
668 <screen>Section "Screen"
669 Identifier "Default Screen"
670 Device "VirtualBox graphics card"
671 Monitor "Generic Monitor"
672 DefaultDepth 24
673 SubSection "Display"
674 Depth 24
675 Modes "2048x800" "800x600" "640x480"
676 EndSubSection
677EndSection</screen>
678 </sect2>
679 </sect1>
680
681 <sect1 id="cpuhotplug">
682 <title>CPU hot-plugging</title>
683
684 <para>With virtual machines running modern server operating systems,
685 VirtualBox supports CPU hot-plugging.<footnote>
686 <para>Support for CPU hot-plugging was introduced with VirtualBox
687 3.2.</para>
688 </footnote> Whereas on a physical computer this would mean that a CPU
689 can be added or removed while the machine is running, VirtualBox supports
690 adding and removing virtual CPUs while a virtual machine is
691 running.</para>
692
693 <para>CPU hot-plugging works only with guest operating systems that
694 support it. So far this applies only to Linux and Windows Server 2008 x64
695 Data Center Edition. Windows supports only hot-add while Linux supports
696 hot-add and hot-remove but to use this feature with more than 8 CPUs a
697 64bit Linux guest is required.</para>
698
699 <para>At this time, CPU hot-plugging requires using the VBoxManage
700 command-line interface. First, hot-plugging needs to be enabled for a
701 virtual machine:<screen>VBoxManage modifyvm "VM name" --cpuhotplug on</screen></para>
702
703 <para>After that, the --cpus option specifies the maximum number of CPUs
704 that the virtual machine can have:<screen>VBoxManage modifyvm "VM name" --cpus 8</screen>When
705 the VM is off, you can then add and remove virtual CPUs with the modifyvm
706 --plugcpu and --unplugcpu subcommands, which take the number of the
707 virtual CPU as a parameter, like this:<screen>VBoxManage modifyvm "VM name" --plugcpu 3
708VBoxManage modifyvm "VM name" --unplugcpu 3</screen>Note that CPU 0 can never
709 be removed.</para>
710
711 <para>While the VM is running, CPUs can be added with the
712 <computeroutput>controlvm plugcpu/unplugcpu</computeroutput> commands
713 instead:<screen>VBoxManage controlvm "VM name" plugcpu 3
714VBoxManage controlvm "VM name" unplugcpu 3</screen></para>
715
716 <para>See <xref linkend="vboxmanage-modifyvm" /> and <xref
717 linkend="vboxmanage-controlvm" /> for details.</para>
718
719 <para>With Linux guests, the following applies: To prevent ejection while
720 the CPU is still used it has to be ejected from within the guest before.
721 The Linux Guest Additions contain a service which receives hot-remove
722 events and ejects the CPU. Also, after a CPU is added to the VM it is not
723 automatically used by Linux. The Linux Guest Additions service will take
724 care of that if installed. If not a CPU can be started with the following
725 command:<screen>echo 1 &gt; /sys/devices/system/cpu/cpu&lt;id&gt;/online</screen></para>
726 </sect1>
727
728 <sect1 id="pcipassthrough">
729 <title>PCI passthrough</title>
730
731 <para>When running on Linux hosts, with a recent enough kernel (at least
732 version <computeroutput>2.6.31</computeroutput>) experimental host PCI
733 devices passthrough is available.<footnote>
734 <para>Experimental support for PCI passthrough was introduced with
735 VirtualBox 4.1.</para>
736 </footnote></para>
737
738 <note>
739 <para>The PCI passthrough module is shipped as a VirtualBox extension
740 package, which must be installed separately. See <xref
741 linkend="intro-installing" /> for more information.</para>
742 </note>
743
744 <para>Essentially this feature allows to directly use physical PCI devices
745 on the host by the guest even if host doesn't have drivers for this
746 particular device. Both, regular PCI and some PCI Express cards, are
747 supported. AGP and certain PCI Express cards are not supported at the
748 moment if they rely on GART (Graphics Address Remapping Table) unit
749 programming for texture management as it does rather nontrivial operations
750 with pages remapping interfering with IOMMU. This limitation may be lifted
751 in future releases.</para>
752
753 <para>To be fully functional, PCI passthrough support in VirtualBox
754 depends upon an IOMMU hardware unit which is not yet too widely available.
755 If the device uses bus mastering (i.e. it performs DMA to the OS memory on
756 its own), then an IOMMU is required, otherwise such DMA transactions may
757 write to the wrong physical memory address as the device DMA engine is
758 programmed using a device-specific protocol to perform memory
759 transactions. The IOMMU functions as translation unit mapping physical
760 memory access requests from the device using knowledge of the guest
761 physical address to host physical addresses translation rules.</para>
762
763 <para>Intel's solution for IOMMU is marketed as "Intel Virtualization
764 Technology for Directed I/O" (VT-d), and AMD's one is called AMD-Vi. So
765 please check if your motherboard datasheet has appropriate technology.
766 Even if your hardware doesn't have a IOMMU, certain PCI cards may work
767 (such as serial PCI adapters), but the guest will show a warning on boot
768 and the VM execution will terminate if the guest driver will attempt to
769 enable card bus mastering.</para>
770
771 <para>It is very common that the BIOS or the host OS disables the IOMMU by
772 default. So before any attempt to use it please make sure that
773 <orderedlist>
774 <listitem>
775 <para>Your motherboard has an IOMMU unit.</para>
776 </listitem>
777
778 <listitem>
779 <para>Your CPU supports the IOMMU.</para>
780 </listitem>
781
782 <listitem>
783 <para>The IOMMU is enabled in the BIOS.</para>
784 </listitem>
785
786 <listitem>
787 <para>The VM must run with VT-x/AMD-V and nested paging
788 enabled.</para>
789 </listitem>
790
791 <listitem>
792 <para>Your Linux kernel was compiled with IOMMU support (including
793 DMA remapping, see <computeroutput>CONFIG_DMAR</computeroutput>
794 kernel compilation option). The PCI stub driver
795 (<computeroutput>CONFIG_PCI_STUB</computeroutput>) is required as
796 well.</para>
797 </listitem>
798
799 <listitem>
800 <para>Your Linux kernel recognizes and uses the IOMMU unit
801 (<computeroutput>intel_iommu=on</computeroutput> boot option could
802 be needed). Search for DMAR and PCI-DMA in kernel boot log.</para>
803 </listitem>
804 </orderedlist></para>
805
806 <para>Once you made sure that the host kernel supports the IOMMU, the next
807 step is to select the PCI card and attach it to the guest. To figure out
808 the list of available PCI devices, use the
809 <computeroutput>lspci</computeroutput> command. The output will look like
810 this <screen>
811 01:00.0 VGA compatible controller: ATI Technologies Inc Cedar PRO [Radeon HD 5450]
812 01:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
813 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
814 03:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 03)
815 03:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 03)
816 06:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8500 GT] (rev a1)
817 </screen> The first column is a PCI address (in format
818 <computeroutput>bus:device.function</computeroutput>). This address could
819 be used to identify the device for further operations. For example, to
820 attach a PCI network controller on the system listed above to the second
821 PCI bus in the guest, as device 5, function 0, use the following command:
822 <screen>VBoxManage modifyvm "VM name" --pciattach 02:00.0@01:05.0</screen>
823 To detach same device, use <screen>VBoxManage modifyvm "VM name" --pcidetach 02:00.0</screen>
824 Please note that both host and guest could freely assign a different PCI
825 address to the card attached during runtime, so those addresses only apply
826 to the address of the card at the moment of attachment (host), and during
827 BIOS PCI init (guest).</para>
828
829 <para>If the virtual machine has a PCI device attached, certain
830 limitations apply: <orderedlist>
831 <listitem>
832 Only PCI cards with non-shared interrupts (such as using MSI on host) are supported at the moment.
833 </listitem>
834
835 <listitem>
836 No guest state can be reliably saved/restored (as the internal state of the PCI card could not be retrieved).
837 </listitem>
838
839 <listitem>
840 Teleportation (live migration) doesn't work (for the same reason).
841 </listitem>
842
843 <listitem>
844 No lazy physical memory allocation. The host will preallocate the whole RAM required for the VM on startup (as we cannot catch physical hardware accesses to the physical memory).
845 </listitem>
846 </orderedlist></para>
847 </sect1>
848
849 <sect1>
850 <title>Advanced display configuration</title>
851
852 <sect2>
853 <title>Custom VESA resolutions</title>
854
855 <para>Apart from the standard VESA resolutions, the VirtualBox VESA BIOS
856 allows you to add up to 16 custom video modes which will be reported to
857 the guest operating system. When using Windows guests with the
858 VirtualBox Guest Additions, a custom graphics driver will be used
859 instead of the fallback VESA solution so this information does not
860 apply.</para>
861
862 <para>Additional video modes can be configured for each VM using the
863 extra data facility. The extra data key is called
864 <literal>CustomVideoMode&lt;x&gt;</literal> with <literal>x</literal>
865 being a number from 1 to 16. Please note that modes will be read from 1
866 until either the following number is not defined or 16 is reached. The
867 following example adds a video mode that corresponds to the native
868 display resolution of many notebook computers:</para>
869
870 <screen>VBoxManage setextradata "VM name" "CustomVideoMode1" "1400x1050x16"</screen>
871
872 <para>The VESA mode IDs for custom video modes start at
873 <literal>0x160</literal>. In order to use the above defined custom video
874 mode, the following command line has be supplied to Linux:</para>
875
876 <screen>vga = 0x200 | 0x160
877vga = 864</screen>
878
879 <para>For guest operating systems with VirtualBox Guest Additions, a
880 custom video mode can be set using the video mode hint feature.</para>
881 </sect2>
882
883 <sect2>
884 <title>Configuring the maximum resolution of guests when using the
885 graphical frontend</title>
886
887 <para>When guest systems with the Guest Additions installed are started
888 using the graphical frontend (the normal VirtualBox application), they
889 will not be allowed to use screen resolutions greater than the host's
890 screen size unless the user manually resizes them by dragging the
891 window, switching to full screen or seamless mode or sending a video mode
892 hint using VBoxManage. This behavior is what most users will want, but
893 if you have different needs, it is possible to change it by issuing one
894 of the following commands from the command line:</para>
895
896 <screen>VBoxManage setextradata global GUI/MaxGuestResolution any</screen>
897
898 <para>will remove all limits on guest resolutions.</para>
899
900 <screen>VBoxManage setextradata global GUI/MaxGuestResolution &gt;width,height&lt;</screen>
901
902 <para>manually specifies a maximum resolution.</para>
903
904 <screen>VBoxManage setextradata global GUI/MaxGuestResolution auto</screen>
905
906 <para>restores the default settings. Note that these settings apply
907 globally to all guest systems, not just to a single machine.</para>
908 </sect2>
909 </sect1>
910
911 <sect1>
912 <title>Advanced storage configuration</title>
913
914 <sect2 id="rawdisk">
915 <title>Using a raw host hard disk from a guest</title>
916
917 <para>Starting with version 1.4, as an alternative to using virtual disk
918 images (as described in detail in <xref linkend="storage" />),
919 VirtualBox can also present either entire physical hard disks or
920 selected partitions thereof as virtual disks to virtual machines.</para>
921
922 <para>With VirtualBox, this type of access is called "raw hard disk
923 access"; it allows a guest operating system to access its virtual hard
924 disk without going through the host OS file system. The actual
925 performance difference for image files vs. raw disk varies greatly
926 depending on the overhead of the host file system, whether dynamically
927 growing images are used, and on host OS caching strategies. The caching
928 indirectly also affects other aspects such as failure behavior, i.e.
929 whether the virtual disk contains all data written before a host OS
930 crash. Consult your host OS documentation for details on this.</para>
931
932 <para><warning>
933 <para>Raw hard disk access is for expert users only. Incorrect use
934 or use of an outdated configuration can lead to <emphasis
935 role="bold">total loss of data </emphasis>on the physical disk. Most
936 importantly, <emphasis>do not</emphasis> attempt to boot the
937 partition with the currently running host operating system in a
938 guest. This will lead to severe data corruption.</para>
939 </warning></para>
940
941 <para>Raw hard disk access -- both for entire disks and individual
942 partitions -- is implemented as part of the VMDK image format support.
943 As a result, you will need to create a special VMDK image file which
944 defines where the data will be stored. After creating such a special
945 VMDK image, you can use it like a regular virtual disk image. For
946 example, you can use the VirtualBox Manager (<xref linkend="vdis" />)
947 or <computeroutput>VBoxManage</computeroutput> to assign the image to a
948 virtual machine.</para>
949
950 <sect3>
951 <title>Access to entire physical hard disk</title>
952
953 <para>While this variant is the simplest to set up, you must be aware
954 that this will give a guest operating system direct and full access to
955 an <emphasis>entire physical disk</emphasis>. If your
956 <emphasis>host</emphasis> operating system is also booted from this
957 disk, please take special care to not access the partition from the
958 guest at all. On the positive side, the physical disk can be
959 repartitioned in arbitrary ways without having to recreate the image
960 file that gives access to the raw disk.</para>
961
962 <para>To create an image that represents an entire physical hard disk
963 (which will not contain any actual data, as this will all be stored on
964 the physical disk), on a Linux host, use the command<screen>VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
965 -rawdisk /dev/sda</screen>This creates the image
966 <code>/path/to/file.vmdk</code> (must be absolute), and all data will
967 be read and written from <code>/dev/sda</code>.</para>
968
969 <para>On a Windows host, instead of the above device specification,
970 use e.g. <code>\\.\PhysicalDrive0</code>. On a Mac OS X host, instead
971 of the above device specification use e.g. <code>/dev/disk1</code>.
972 Note that on OS X you can only get access to an entire disk if no
973 volume is mounted from it.</para>
974
975 <para>Creating the image requires read/write access for the given
976 device. Read/write access is also later needed when using the image
977 from a virtual machine. On some host platforms (e.g. Windows Vista
978 and later), raw disk access may be restricted and not permitted by
979 the host OS in some situations.</para>
980
981 <para>Just like with regular disk images, this does not automatically
982 attach the newly created image to a virtual machine. This can be done
983 with e.g. <screen>VBoxManage storageattach WindowsXP --storagectl "IDE Controller"
984 --port 0 --device 0 --type hdd --medium /path/to/file.vmdk</screen>When
985 this is done the selected virtual machine will boot from the specified
986 physical disk.</para>
987 </sect3>
988
989 <sect3>
990 <title>Access to individual physical hard disk partitions</title>
991
992 <para>This "raw partition support" is quite similar to the "full hard
993 disk" access described above. However, in this case, any partitioning
994 information will be stored inside the VMDK image, so you can e.g.
995 install a different boot loader in the virtual hard disk without
996 affecting the host's partitioning information. While the guest will be
997 able to <emphasis>see</emphasis> all partitions that exist on the
998 physical disk, access will be filtered in that reading from partitions
999 for which no access is allowed the partitions will only yield zeroes,
1000 and all writes to them are ignored.</para>
1001
1002 <para>To create a special image for raw partition support (which will
1003 contain a small amount of data, as already mentioned), on a Linux
1004 host, use the command<screen>VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
1005 -rawdisk /dev/sda -partitions 1,5</screen></para>
1006
1007 <para>As you can see, the command is identical to the one for "full
1008 hard disk" access, except for the additional
1009 <computeroutput>-partitions</computeroutput> parameter. This example
1010 would create the image <code>/path/to/file.vmdk</code> (which, again,
1011 must be absolute), and partitions 1 and 5 of <code>/dev/sda</code>
1012 would be made accessible to the guest.</para>
1013
1014 <para>VirtualBox uses the same partition numbering as your Linux host.
1015 As a result, the numbers given in the above example would refer to the
1016 first primary partition and the first logical drive in the extended
1017 partition, respectively.</para>
1018
1019 <para>On a Windows host, instead of the above device specification,
1020 use e.g. <code>\\.\PhysicalDrive0</code>. On a Mac OS X host, instead
1021 of the above device specification use e.g. <code>/dev/disk1</code>.
1022 Note that on OS X you can only use partitions which are not mounted
1023 (eject the respective volume first). Partition numbers are the same on
1024 Linux, Windows and Mac OS X hosts.</para>
1025
1026 <para>The numbers for the list of partitions can be taken from the
1027 output of<screen>VBoxManage internalcommands listpartitions -rawdisk /dev/sda</screen>The
1028 output lists the partition types and sizes to give the user enough
1029 information to identify the partitions necessary for the guest.</para>
1030
1031 <para>Images which give access to individual partitions are specific
1032 to a particular host disk setup. You cannot transfer these images to
1033 another host; also, whenever the host partitioning changes, the image
1034 <emphasis>must be recreated</emphasis>.</para>
1035
1036 <para>Creating the image requires read/write access for the given
1037 device. Read/write access is also later needed when using the image
1038 from a virtual machine. If this is not feasible, there is a special
1039 variant for raw partition access (currently only available on Linux
1040 hosts) that avoids having to give the current user access to the
1041 entire disk. To set up such an image, use<screen>VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
1042 -rawdisk /dev/sda -partitions 1,5 -relative</screen>When used from a
1043 virtual machine, the image will then refer not to the entire disk, but
1044 only to the individual partitions (in the example
1045 <code>/dev/sda1</code> and <code>/dev/sda5</code>). As a consequence,
1046 read/write access is only required for the affected partitions, not
1047 for the entire disk. During creation however, read-only access to the
1048 entire disk is required to obtain the partitioning information.</para>
1049
1050 <para>In some configurations it may be necessary to change the MBR
1051 code of the created image, e.g. to replace the Linux boot loader that
1052 is used on the host by another boot loader. This allows e.g. the guest
1053 to boot directly to Windows, while the host boots Linux from the
1054 "same" disk. For this purpose the
1055 <computeroutput>-mbr</computeroutput> parameter is provided. It
1056 specifies a file name from which to take the MBR code. The partition
1057 table is not modified at all, so a MBR file from a system with totally
1058 different partitioning can be used. An example of this is<screen>VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
1059 -rawdisk /dev/sda -partitions 1,5 -mbr winxp.mbr</screen>The modified
1060 MBR will be stored inside the image, not on the host disk.</para>
1061
1062 <para>The created image can be attached to a storage controller in a
1063 VM configuration as usual.</para>
1064 </sect3>
1065 </sect2>
1066
1067 <sect2 id="changevpd">
1068 <title>Configuring the hard disk vendor product data (VPD)</title>
1069
1070 <para>VirtualBox reports vendor product data for its virtual hard disks
1071 which consist of hard disk serial number, firmware revision and model
1072 number. These can be changed using the following commands:</para>
1073
1074 <screen>VBoxManage setextradata "VM name"
1075 "VBoxInternal/Devices/ahci/0/Config/Port0/SerialNumber" "serial"
1076VBoxManage setextradata "VM name"
1077 "VBoxInternal/Devices/ahci/0/Config/Port0/FirmwareRevision" "firmware"
1078VBoxManage setextradata "VM name"
1079 "VBoxInternal/Devices/ahci/0/Config/Port0/ModelNumber" "model"</screen>
1080
1081 <para>The serial number is a 20 byte alphanumeric string, the firmware
1082 revision an 8 byte alphanumeric string and the model number a 40 byte
1083 alphanumeric string. Instead of "Port0" (referring to the first port),
1084 specify the desired SATA hard disk port.</para>
1085
1086 <para>The above commands apply to virtual machines with an AHCI (SATA)
1087 controller. The commands for virtual machines with an IDE controller
1088 are:</para>
1089
1090 <screen>VBoxManage setextradata "VM name"
1091 "VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/SerialNumber" "serial"
1092VBoxManage setextradata "VM name"
1093 "VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/FirmwareRevision" "firmware"
1094VBoxManage setextradata "VM name"
1095 "VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/ModelNumber" "model"</screen>
1096
1097 <para>For hard disks it's also possible to mark the
1098 drive as having a non-rotational medium with:</para>
1099
1100 <screen>VBoxManage setextradata "VM name"
1101 "VBoxInternal/Devices/ahci/0/Config/Port0/NonRotational" "1"</screen>
1102
1103 <para>Additional three parameters are needed for CD/DVD drives to report
1104 the vendor product data:</para>
1105
1106 <screen>VBoxManage setextradata "VM name"
1107 "VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIVendorId" "vendor"
1108VBoxManage setextradata "VM name"
1109 "VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIProductId" "product"
1110VBoxManage setextradata "VM name"
1111 "VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIRevision" "revision"</screen>
1112
1113 <para>The vendor id is an 8 byte alphanumeric string, the product id an
1114 16 byte alphanumeric string and the revision a 4 byte alphanumeric
1115 string. Instead of "Port0" (referring to the first port), specify the
1116 desired SATA hard disk port.</para>
1117 </sect2>
1118
1119 <sect2>
1120 <title id="iscsi-intnet">Access iSCSI targets via Internal
1121 Networking</title>
1122
1123 <para>As an experimental feature, VirtualBox allows for accessing an
1124 iSCSI target running in a virtual machine which is configured for using
1125 Internal Networking mode. Please see <xref linkend="storage-iscsi" />;
1126 <xref linkend="network_internal" />; and <xref
1127 linkend="vboxmanage-storageattach" /> for additional information.</para>
1128
1129 <para>The IP stack accessing Internal Networking must be configured in
1130 the virtual machine which accesses the iSCSI target. A free static IP
1131 and a MAC address not used by other virtual machines must be chosen. In
1132 the example below, adapt the name of the virtual machine, the MAC
1133 address, the IP configuration and the Internal Networking name
1134 ("MyIntNet") according to your needs. The following eigth commands must
1135 first be issued:<screen>VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Trusted 1
1136VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Config/MAC 08:00:27:01:02:0f
1137VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Config/IP 10.0.9.1
1138VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Config/Netmask 255.255.255.0
1139VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Driver IntNet
1140VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/Network MyIntNet
1141VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/TrunkType 2
1142VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/IsService 1</screen></para>
1143
1144 <para>Finally the iSCSI disk must be attached with the
1145 <computeroutput>--intnet</computeroutput> option to tell the iSCSI
1146 initiator to use internal networking:<screen>VBoxManage storageattach ... --medium iscsi
1147 --server 10.0.9.30 --target iqn.2008-12.com.sun:sampletarget --intnet</screen></para>
1148
1149 <para>Compared to a "regular" iSCSI setup, IP address of the target
1150 <emphasis>must</emphasis> be specified as a numeric IP address, as there
1151 is no DNS resolver for internal networking.</para>
1152
1153 <para>The virtual machine with the iSCSI target should be started before
1154 the VM using it is powered on. If a virtual machine using an iSCSI disk
1155 is started without having the iSCSI target powered up, it can take up to
1156 200 seconds to detect this situation. The VM will fail to power
1157 up.</para>
1158 </sect2>
1159 </sect1>
1160
1161 <sect1>
1162 <title>Launching more than 128 VMs on Linux hosts</title>
1163
1164 <para>Linux hosts have a fixed number of IPC semaphores IDs per process
1165 preventing users from starting substantially many VMs. The exact number
1166 may vary with each Linux distribution. While trying to launch more VMs you
1167 would be shown a "Cannot create IPC semaphore" error. In order to run more
1168 VMs, you will need to increase the semaphore ID limit of the VBoxSVC
1169 process. Find the current semaphore limits imposed by the kernel by
1170 executing as root:<screen>#/sbin/sysctl kernel.sem
1171kernel.sem = 250 32000 32 128</screen></para>
1172
1173 <para>The "kernel.sem" parameter bundles together 4 values, the one we are
1174 interested in is called "SEMMNI", the maximum number of semaphore IDs
1175 which is 128 in the above example. Increase this semaphore ID limit by
1176 executing as root:<screen>echo "kernel.sem = 250 32000 32 2048" &gt;&gt; /etc/sysctl.conf
1177/sbin/sysctl -p</screen></para>
1178
1179 <para>The above commands will add the new limits to the configuration file, thus
1180 making the effect persistent across reboots, and will activate the new
1181 limits into the currently running kernel.</para>
1182 </sect1>
1183
1184 <sect1>
1185 <title>Launching more than 120 VMs on Solaris hosts</title>
1186
1187 <para>Solaris hosts have a fixed number of IPC semaphores IDs per process
1188 preventing users from starting more than 120 VMs. While trying to launch
1189 more VMs you would be shown a "Cannot create IPC semaphore" error. In
1190 order to run more VMs, you will need to increase the semaphore ID limit of
1191 the VBoxSVC process.</para>
1192
1193 <sect2>
1194 <title>Temporary solution while VirtualBox is running</title>
1195
1196 <para>Execute as root the <computeroutput>prctl</computeroutput> command
1197 as shown below for the currently running VBoxSVC process. The process ID
1198 of VBoxSVC can be obtained using the <computeroutput>ps</computeroutput>
1199 command.</para>
1200
1201 <screen>prctl -r -n project.max-sem-ids -v 2048 &lt;pid-of-VBoxSVC&gt;</screen>
1202
1203 <para>This will immediately increase the semaphore limit of the
1204 currently running VBoxSVC process and allow you to launch more VMs.
1205 However, this change is not persistent and will be lost when VBoxSVC
1206 terminates.</para>
1207 </sect2>
1208
1209 <sect2>
1210 <title>Persistent solution, requires user to re-login</title>
1211
1212 <para>If the user running VirtualBox is root, execute the following
1213 command:</para>
1214
1215 <screen>prctl -n project.max-sem-ids -v 2048 -r -i project user.root</screen>
1216
1217 <para>From this point, starting new processes will have the increased
1218 limit of 2048. You may then re-login or close all VMs and restart
1219 VBoxSVC. You can check the current VBoxSVC semaphore ID limit using the
1220 following command:</para>
1221
1222 <screen>prctl -n project.max-sem-ids -i process &lt;pid-of-VBoxSVC&gt;</screen>
1223
1224 <para>If the user running VirtualBox is not root, you must add the
1225 property to the user's default project. Create the default project and
1226 set the limit by executing as root:</para>
1227
1228 <screen>projadd -U &lt;username&gt; user.&lt;username&gt;
1229projmod -s -K "project.max-sem-ids=(priv,2048,deny)" user.&lt;username&gt;</screen>
1230
1231 <para>Substitute "&lt;username&gt;" with the name of the user running
1232 VirtualBox. Then re-login as this user to be able to run more than 120
1233 VMs.</para>
1234 </sect2>
1235 </sect1>
1236
1237 <sect1>
1238 <title>Legacy commands for using serial ports</title>
1239
1240 <para>Starting with version 1.4, VirtualBox provided support for virtual
1241 serial ports, which, at the time, was rather complicated to set up with a
1242 sequence of <computeroutput>VBoxManage setextradata</computeroutput>
1243 statements. Since version 1.5, that way of setting up serial ports is no
1244 longer necessary and <emphasis>deprecated.</emphasis> To set up virtual
1245 serial ports, use the methods now described in <xref
1246 linkend="serialports" />.<note>
1247 <para>For backwards compatibility, the old
1248 <computeroutput>setextradata</computeroutput> statements, whose
1249 description is retained below from the old version of the manual, take
1250 <emphasis>precedence</emphasis> over the new way of configuring serial
1251 ports. As a result, if configuring serial ports the new way doesn't
1252 work, make sure the VM in question does not have old configuration
1253 data such as below still active.</para>
1254 </note></para>
1255
1256 <para>The old sequence of configuring a serial port used the following 6
1257 commands:</para>
1258
1259 <screen>VBoxManage setextradata "VM name"
1260 "VBoxInternal/Devices/serial/0/Config/IRQ" 4
1261VBoxManage setextradata "VM name"
1262 "VBoxInternal/Devices/serial/0/Config/IOBase" 0x3f8
1263VBoxManage setextradata "VM name"
1264 "VBoxInternal/Devices/serial/0/LUN#0/Driver" Char
1265VBoxManage setextradata "VM name"
1266 "VBoxInternal/Devices/serial/0/LUN#0/AttachedDriver/Driver" NamedPipe
1267VBoxManage setextradata "VM name"
1268 "VBoxInternal/Devices/serial/0/LUN#0/AttachedDriver/Config/Location" "\\.\pipe\vboxCOM1"
1269VBoxManage setextradata "VM name"
1270 "VBoxInternal/Devices/serial/0/LUN#0/AttachedDriver/Config/IsServer" 1</screen>
1271
1272 <para>This sets up a serial port in the guest with the default settings
1273 for COM1 (IRQ 4, I/O address 0x3f8) and the
1274 <computeroutput>Location</computeroutput> setting assumes that this
1275 configuration is used on a Windows host, because the Windows named pipe
1276 syntax is used. Keep in mind that on Windows hosts a named pipe must
1277 always start with <computeroutput>\\.\pipe\</computeroutput>. On Linux the
1278 same configuration settings apply, except that the path name for the
1279 <computeroutput>Location</computeroutput> can be chosen more freely. Local
1280 domain sockets can be placed anywhere, provided the user running
1281 VirtualBox has the permission to create a new file in the directory. The
1282 final command above defines that VirtualBox acts as a server, i.e. it
1283 creates the named pipe itself instead of connecting to an already existing
1284 one.</para>
1285 </sect1>
1286
1287 <sect1 id="changenat">
1288 <title>Fine-tuning the VirtualBox NAT engine</title>
1289
1290 <sect2>
1291 <title>Configuring the address of a NAT network interface</title>
1292
1293 <para>In NAT mode, the guest network interface is assigned to the IPv4
1294 range <computeroutput>10.0.x.0/24</computeroutput> by default where
1295 <computeroutput>x</computeroutput> corresponds to the instance of the
1296 NAT interface +2. So <computeroutput>x</computeroutput> is 2 when there
1297 is only one NAT instance active. In that case the guest is assigned to
1298 the address <computeroutput>10.0.2.15</computeroutput>, the gateway is
1299 set to <computeroutput>10.0.2.2</computeroutput> and the name server can
1300 be found at <computeroutput>10.0.2.3</computeroutput>.</para>
1301
1302 <para>If, for any reason, the NAT network needs to be changed, this can
1303 be achieved with the following command:</para>
1304
1305 <screen>VBoxManage modifyvm "VM name" --natnet1 "192.168/16"</screen>
1306
1307 <para>This command would reserve the network addresses from
1308 <computeroutput>192.168.0.0</computeroutput> to
1309 <computeroutput>192.168.254.254</computeroutput> for the first NAT
1310 network instance of "VM name". The guest IP would be assigned to
1311 <computeroutput>192.168.0.15</computeroutput> and the default gateway
1312 could be found at <computeroutput>192.168.0.2</computeroutput>.</para>
1313 </sect2>
1314
1315 <sect2 id="nat-adv-tftp">
1316 <title>Configuring the boot server (next server) of a NAT network
1317 interface</title>
1318
1319 <para>For network booting in NAT mode, by default VirtualBox uses a
1320 built-in TFTP server at the IP address 10.0.2.3. This default behavior
1321 should work fine for typical remote-booting scenarios. However, it is
1322 possible to change the boot server IP and the location of the boot image
1323 with the following commands: <screen>VBoxManage modifyvm "VM name" --nattftpserver1 10.0.2.2
1324VBoxManage modifyvm "VM name" --nattftpfile1 /srv/tftp/boot/MyPXEBoot.pxe</screen></para>
1325 </sect2>
1326
1327 <sect2 id="nat-adv-settings">
1328 <title>Tuning TCP/IP buffers for NAT</title>
1329
1330 <para>The VirtualBox NAT stack performance is often determined by its
1331 interaction with the host's TCP/IP stack and the size of several buffers
1332 (<computeroutput>SO_RCVBUF</computeroutput> and
1333 <computeroutput>SO_SNDBUF</computeroutput>). For certain setups users
1334 might want to adjust the buffer size for a better performance. This can
1335 by achieved using the following commands (values are in kilobytes and
1336 can range from 8 to 1024): <screen>VBoxManage modifyvm "VM name" --natsettings1 16000,128,128,0,0</screen>
1337 This example illustrates tuning the NAT settings. The first parameter is
1338 the MTU, then the size of the socket's send buffer and the size of the
1339 socket's receive buffer, the initial size of the TCP send window, and
1340 lastly the initial size of the TCP receive window. Note that specifying
1341 zero means fallback to the default value.</para>
1342
1343 <para>Each of these buffers has a default size of 64KB and default MTU
1344 is 1500.</para>
1345 </sect2>
1346
1347 <sect2>
1348 <title>Binding NAT sockets to a specific interface</title>
1349
1350 <para>By default, VirtualBox's NAT engine will route TCP/IP packets
1351 through the default interface assigned by the host's TCP/IP stack. (The
1352 technical reason for this is that the NAT engine uses sockets for
1353 communication.) If, for some reason, you want to change this behavior,
1354 you can tell the NAT engine to bind to a particular IP address instead.
1355 Use the following command: <screen>VBoxManage modifyvm "VM name" --natbindip1 "10.45.0.2"</screen></para>
1356
1357 <para>After this, all outgoing traffic will be sent through the
1358 interface with the IP address 10.45.0.2. Please make sure that this
1359 interface is up and running prior to this assignment.</para>
1360 </sect2>
1361
1362 <sect2 id="nat-adv-dns">
1363 <title>Enabling DNS proxy in NAT mode</title>
1364
1365 <para>The NAT engine by default offers the same DNS servers to the guest
1366 that are configured on the host. In some scenarios, it can be desirable
1367 to hide the DNS server IPs from the guest, for example when this
1368 information can change on the host due to expiring DHCP leases. In this
1369 case, you can tell the NAT engine to act as DNS proxy using the
1370 following command: <screen>VBoxManage modifyvm "VM name" --natdnsproxy1 on</screen></para>
1371 </sect2>
1372
1373 <sect2 id="nat_host_resolver_proxy">
1374 <title>Using the host's resolver as a DNS proxy in NAT mode</title>
1375
1376 <para>For resolving network names, the DHCP server of the NAT engine
1377 offers a list of registered DNS servers of the host. If for some reason
1378 you need to hide this DNS server list and use the host's resolver
1379 settings, thereby forcing the VirtualBox NAT engine to intercept DNS
1380 requests and forward them to host's resolver, use the following command:
1381 <screen>VBoxManage modifyvm "VM name" --natdnshostresolver1 on</screen>
1382 Note that this setting is similar to the DNS proxy mode, however whereas
1383 the proxy mode just forwards DNS requests to the appropriate servers,
1384 the resolver mode will interpret the DNS requests and use the host's DNS
1385 API to query the information and return it to the guest.</para>
1386
1387 <sect3 id="nat_host_resolver_name_intercepting">
1388 <title>User-defined host name resolving</title>
1389 <para>In some cases it might be useful to intercept the name resolving mechanism,
1390 providing a user-defined IP address on a particular DNS request. The intercepting
1391 mechanism allows the user to map not only a single host but domains and even more
1392 complex namings conventions if required.</para>
1393 <para>
1394 The following command sets a rule for mapping a name to a specified IP:</para>
1395 <screen>VBoxManage setextradata "VM name" \
1396 "VBoxInternal/Devices/{pcnet,e1000}/0/LUN#0/Config/HostResolverMappings/ \
1397 &lt;uniq name of interception rule&gt;/HostIP" &lt;IPv4&gt;
1398VBoxManage setextradata "VM name" \
1399 "VBoxInternal/Devices/{pcnet,e1000}/0/LUN#0/Config/HostResolverMappings/ \
1400 &lt;uniq name of interception rule&gt;/HostName" &lt;name of host&gt;</screen>
1401 <para>The following command sets a rule for mapping a pattern name to a specified IP:</para>
1402 <screen>VBoxManage setextradata "VM name" \
1403 "VBoxInternal/Devices/{pcnet,e1000}/0/LUN#0/Config/HostResolverMappings/ \
1404 &lt;uniq name of interception rule&gt;/HostIP" &lt;IPv4&gt;
1405VBoxManage setextradata "VM name" \
1406 "VBoxInternal/Devices/{pcnet,e1000}/0/LUN#0/Config/HostResolverMappings/ \
1407 &lt;uniq name of interception rule&gt;/HostNamePattern" &lt;hostpattern&gt;</screen>
1408 <para>The host pattern may include <computeroutput>"|", "?" and "*"</computeroutput>.</para>
1409 <para>This example demonstrates how to instruct the host-resolver mechanism to resolve
1410 all domain and probably some mirrors of www.blocked-site.info site with IP 127.0.0.1:</para>
1411 <screen>VBoxManage setextradata "VM name" \
1412 "VBoxInternal/Devices/e1000/0/LUN#0/Config/HostResolverMappings/ \
1413 all_blocked_site/HostIP" 127.0.0.1
1414VBoxManage setextradata "VM name" \
1415 "VBoxInternal/Devices/e1000/0/LUN#0/Config/HostResolverMappings/ \
1416 all_blocked_site/HostNamePattern" "*.blocked-site.*|*.fb.org"</screen>
1417 <note><para>The host resolver mechanism should be enabled to use user-defined
1418 mapping rules (please see
1419 <xref linkend="nat_host_resolver_proxy" /> for more details).</para></note>
1420 </sect3>
1421 </sect2>
1422
1423 <sect2 id="nat-adv-alias">
1424 <title>Configuring aliasing of the NAT engine</title>
1425
1426 <para>By default, the NAT core uses aliasing and uses random ports when
1427 generating an alias for a connection. This works well for the most
1428 protocols like SSH, FTP and so on. Though some protocols might need a
1429 more transparent behavior or may depend on the real port number the
1430 packet was sent from. It is possible to change the NAT mode via the
1431 VBoxManage frontend with the following commands: <screen>VBoxManage modifyvm "VM name" --nataliasmode1 proxyonly</screen>
1432 and <screen>VBoxManage modifyvm "Linux Guest" --nataliasmode1 sameports</screen>
1433 The first example disables aliasing and switches NAT into transparent
1434 mode, the second example enforces preserving of port values. These modes
1435 can be combined if necessary.</para>
1436 </sect2>
1437 </sect1>
1438
1439 <sect1 id="changedmi">
1440 <title>Configuring the BIOS DMI information</title>
1441
1442 <para>The DMI data VirtualBox provides to guests can be changed for a
1443 specific VM. Use the following commands to configure the DMI BIOS
1444 information:</para>
1445
1446 <sect2>
1447 <title>DMI BIOS information (type 0)</title>
1448 <screen>VBoxManage setextradata "VM name"
1449 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "BIOS Vendor"
1450VBoxManage setextradata "VM name"
1451 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "BIOS Version"
1452VBoxManage setextradata "VM name"
1453 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "BIOS Release Date"
1454VBoxManage setextradata "VM name"
1455 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMajor" 1
1456VBoxManage setextradata "VM name"
1457 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMinor" 2
1458VBoxManage setextradata "VM name"
1459 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMajor" 3
1460VBoxManage setextradata "VM name"
1461 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor" 4</screen>
1462 </sect2>
1463 <sect2>
1464 <title>DMI system information (type 1)</title>
1465 <screen>VBoxManage setextradata "VM name"
1466 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "System Vendor"
1467VBoxManage setextradata "VM name"
1468 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "System Product"
1469VBoxManage setextradata "VM name"
1470 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion" "System Version"
1471VBoxManage setextradata "VM name"
1472 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "System Serial"
1473VBoxManage setextradata "VM name"
1474 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSKU" "System SKU"
1475VBoxManage setextradata "VM name"
1476 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemFamily" "System Family"
1477VBoxManage setextradata "VM name"
1478 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid"
1479 "9852bf98-b83c-49db-a8de-182c42c7226b"</screen>
1480 </sect2>
1481 <sect2>
1482 <title>DMI board information (type 2)</title>
1483 <screen>VBoxManage setextradata "VM name"
1484 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVendor" "Board Vendor"
1485VBoxManage setextradata "VM name"
1486 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct" "Board Product"
1487VBoxManage setextradata "VM name"
1488 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVersion" "Board Version"
1489VBoxManage setextradata "VM name"
1490 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial" "Board Serial"
1491VBoxManage setextradata "VM name"
1492 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardAssetTag" "Board Tag"
1493VBoxManage setextradata "VM name"
1494 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardLocInChass" "Board Location"
1495VBoxManage setextradata "VM name"
1496 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardType" 10</screen>
1497 </sect2>
1498 <sect2>
1499 <title>DMI system enclosure or chassis (type 3)</title>
1500 <screen>VBoxManage setextradata "VM name"
1501 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVendor" "Chassis Vendor"
1502VBoxManage setextradata "VM name"
1503 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVersion" "Chassis Version"
1504VBoxManage setextradata "VM name"
1505 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial" "Chassis Serial"
1506VBoxManage setextradata "VM name"
1507 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisAssetTag" "Chassis Tag"</screen>
1508 </sect2>
1509 <sect2>
1510 <title>DMI processor informatiion (type 4)</title>
1511 <screen>VBoxManage setextradata "VM name"
1512 "VBoxInternal/Devices/pcbios/0/Config/DmiProcManufacturer" "GenuineIntel"
1513VBoxManage setextradata "VM name"
1514 "VBoxInternal/Devices/pcbios/0/Config/DmiProcVersion" "Pentium(R) III"</screen>
1515 </sect2>
1516 <sect2>
1517 <title>DMI OEM strings (type 11)</title>
1518 <screen>VBoxManage setextradata "VM name"
1519 "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxVer" "vboxVer_1.2.3"
1520VBoxManage setextradata "VM name"
1521 "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxRev" "vboxRev_12345"</screen>
1522 </sect2>
1523 <para>If a DMI string is not set, the default value of VirtualBox is used.
1524 To set an empty string use
1525 <computeroutput>"&lt;EMPTY&gt;"</computeroutput>.</para>
1526
1527 <para>Note that in the above list, all quoted parameters (DmiBIOSVendor,
1528 DmiBIOSVersion but not DmiBIOSReleaseMajor) are expected to be strings. If
1529 such a string is a valid number, the parameter is treated as number and
1530 the VM will most probably refuse to start with an
1531 <computeroutput>VERR_CFGM_NOT_STRING</computeroutput> error. In that case,
1532 use <computeroutput>"string:&lt;value&gt;"</computeroutput>, for instance
1533 <screen>VBoxManage setextradata "VM name"
1534 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "string:1234"</screen></para>
1535
1536 <para>Changing this information can be necessary to provide the DMI
1537 information of the host to the guest to prevent Windows from asking for a
1538 new product key. On Linux hosts the DMI BIOS information can be obtained
1539 with <screen>dmidecode -t0</screen>and the DMI system information can be
1540 obtained with <screen>dmidecode -t1</screen></para>
1541 </sect1>
1542
1543 <sect1 id="changeacpicust">
1544 <title>Configuring the custom ACPI table</title>
1545
1546 <para>VirtualBox can be configured to present an custom ACPI table to
1547 the guest. Use the following command to configure this:</para>
1548
1549 <screen>VBoxManage setextradata "VM name"
1550 "VBoxInternal/Devices/acpi/0/Config/CustomTable" "/path/to/table.bin"</screen>
1551
1552 <para>Configuring a custom ACPI table can prevent Windows
1553 Vista and Windows 7 from asking for a new product key. On Linux hosts,
1554 one of the host tables can be read from
1555 <filename>/sys/firmware/acpi/tables/</filename>.</para>
1556 </sect1>
1557
1558 <sect1>
1559 <title>Fine-tuning timers and time synchronization</title>
1560
1561 <sect2 id="changetscmode">
1562 <title>Configuring the guest time stamp counter (TSC) to reflect guest
1563 execution</title>
1564
1565 <para>By default, VirtualBox keeps all sources of time visible to the
1566 guest synchronized to a single time source, the monotonic host time.
1567 This reflects the assumptions of many guest operating systems, which
1568 expect all time sources to reflect "wall clock" time. In special
1569 circumstances it may be useful however to make the TSC (time stamp
1570 counter) in the guest reflect the time actually spent executing the
1571 guest.</para>
1572
1573 <para>This special TSC handling mode can be enabled on a per-VM basis,
1574 and for best results must be used only in combination with hardware
1575 virtualization. To enable this mode use the following command:</para>
1576
1577 <screen>VBoxManage setextradata "VM name" "VBoxInternal/TM/TSCTiedToExecution" 1</screen>
1578
1579 <para>To revert to the default TSC handling mode use:</para>
1580
1581 <screen>VBoxManage setextradata "VM name" "VBoxInternal/TM/TSCTiedToExecution"</screen>
1582
1583 <para>Note that if you use the special TSC handling mode with a guest
1584 operating system which is very strict about the consistency of time
1585 sources you may get a warning or error message about the timing
1586 inconsistency. It may also cause clocks to become unreliable with some
1587 guest operating systems depending on how they use the TSC.</para>
1588 </sect2>
1589
1590 <sect2 id="warpguest">
1591 <title>Accelerate or slow down the guest clock</title>
1592
1593 <para>For certain purposes it can be useful to accelerate or to slow
1594 down the (virtual) guest clock. This can be achieved as follows:</para>
1595
1596 <screen>VBoxManage setextradata "VM name" "VBoxInternal/TM/WarpDrivePercentage" 200</screen>
1597
1598 <para>The above example will double the speed of the guest clock
1599 while</para>
1600
1601 <screen>VBoxManage setextradata "VM name" "VBoxInternal/TM/WarpDrivePercentage" 50</screen>
1602
1603 <para>will halve the speed of the guest clock. Note that changing the
1604 rate of the virtual clock can confuse the guest and can even lead to
1605 abnormal guest behavior. For instance, a higher clock rate means shorter
1606 timeouts for virtual devices with the result that a slightly increased
1607 response time of a virtual device due to an increased host load can
1608 cause guest failures. Note further that any time synchronization
1609 mechanism will frequently try to resynchronize the guest clock with the
1610 reference clock (which is the host clock if the VirtualBox Guest
1611 Additions are active). Therefore any time synchronization should be
1612 disabled if the rate of the guest clock is changed as described above
1613 (see <xref linkend="changetimesync" />).</para>
1614 </sect2>
1615
1616 <sect2 id="changetimesync">
1617 <title>Tuning the Guest Additions time synchronization
1618 parameters</title>
1619
1620 <para>The VirtualBox Guest Additions ensure that the guest's system time
1621 is synchronized with the host time. There are several parameters which
1622 can be tuned. The parameters can be set for a specific VM using the
1623 following command:</para>
1624
1625 <screen>VBoxManage guestproperty set "VM name" "/VirtualBox/GuestAdd/VBoxService/PARAMETER" VALUE</screen>
1626
1627 <para>where <computeroutput>PARAMETER</computeroutput> is one of the
1628 following:</para>
1629
1630 <para><glosslist>
1631 <glossentry>
1632 <glossterm><computeroutput>--timesync-interval</computeroutput></glossterm>
1633
1634 <glossdef>
1635 <para>Specifies the interval at which to synchronize the time
1636 with the host. The default is 10000 ms (10 seconds).</para>
1637 </glossdef>
1638 </glossentry>
1639
1640 <glossentry>
1641 <glossterm><computeroutput>--timesync-min-adjust</computeroutput></glossterm>
1642
1643 <glossdef>
1644 <para>The minimum absolute drift value measured in milliseconds
1645 to make adjustments for. The default is 1000 ms on OS/2 and 100
1646 ms elsewhere.</para>
1647 </glossdef>
1648 </glossentry>
1649
1650 <glossentry>
1651 <glossterm><computeroutput>--timesync-latency-factor</computeroutput></glossterm>
1652
1653 <glossdef>
1654 <para>The factor to multiply the time query latency with to
1655 calculate the dynamic minimum adjust time. The default is 8
1656 times, that means in detail: Measure the time it takes to
1657 determine the host time (the guest has to contact the VM host
1658 service which may take some time), multiply this value by 8 and
1659 do an adjustment only if the time difference between host and
1660 guest is bigger than this value. Don't do any time adjustment
1661 otherwise.</para>
1662 </glossdef>
1663 </glossentry>
1664
1665 <glossentry>
1666 <glossterm><computeroutput>--timesync-max-latency</computeroutput></glossterm>
1667
1668 <glossdef>
1669 <para>The max host timer query latency to accept. The default is
1670 250 ms.</para>
1671 </glossdef>
1672 </glossentry>
1673
1674 <glossentry>
1675 <glossterm><computeroutput>--timesync-set-threshold</computeroutput></glossterm>
1676
1677 <glossdef>
1678 <para>The absolute drift threshold, given as milliseconds where
1679 to start setting the time instead of trying to smoothly adjust
1680 it. The default is 20 minutes.</para>
1681 </glossdef>
1682 </glossentry>
1683
1684 <glossentry>
1685 <glossterm><computeroutput>--timesync-set-start</computeroutput></glossterm>
1686
1687 <glossdef>
1688 <para>Set the time when starting the time sync service.</para>
1689 </glossdef>
1690 </glossentry>
1691
1692 <glossentry>
1693 <glossterm><computeroutput>--timesync-set-on-restore
1694 0|1</computeroutput></glossterm>
1695
1696 <glossdef>
1697 <para>Set the time after the VM was restored from a saved state
1698 when passing 1 as parameter (default). Disable by passing 0. In
1699 the latter case, the time will be adjusted smoothly which can
1700 take a long time.</para>
1701 </glossdef>
1702 </glossentry>
1703 </glosslist></para>
1704
1705 <para>All these parameters can be specified as command line parameters
1706 to VBoxService as well.</para>
1707 </sect2>
1708
1709 <sect2 id="disabletimesync">
1710
1711 <title>Disabling the Guest Additions time synchronization</title>
1712
1713 <para>Once installed and started, the VirtualBox Guest Additions will
1714 try to synchronize the guest time with the host time. This can be
1715 prevented by forbidding the guest service from reading the host
1716 clock:</para>
1717
1718 <screen>VBoxManage setextradata "VM name" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1</screen>
1719
1720 </sect2>
1721
1722 </sect1>
1723
1724 <sect1 id="vboxbowsolaris11">
1725 <title>Installing the alternate bridged networking driver on Solaris 11
1726 hosts</title>
1727
1728 <para>Starting with VirtualBox 4.1, VirtualBox ships a new network filter
1729 driver that utilizes Solaris 11's Crossbow functionality. By default, this
1730 new driver is installed for Solaris 11 hosts (builds 159 and above) that
1731 has support for it.</para>
1732
1733 <para>To force installation of the older STREAMS based network filter
1734 driver, execute as root the following command before installing the
1735 VirtualBox package:</para>
1736
1737 <screen>touch /etc/vboxinst_vboxflt</screen>
1738
1739 <para>To force installation of the Crossbow based network filter driver,
1740 execute as root the following command before installing the VirtualBox
1741 package:</para>
1742
1743 <screen>touch /etc/vboxinst_vboxbow</screen>
1744
1745 <para>To check which driver is currently being used by VirtualBox,
1746 execute:</para>
1747
1748 <screen>modinfo | grep vbox</screen>
1749
1750 <para>If the output contains "vboxbow", it indicates VirtualBox is using
1751 the Crossbow network filter driver, while the name "vboxflt" indicates
1752 usage of the older STREAMS network filter.</para>
1753 </sect1>
1754
1755 <sect1 id="vboxbowvnictemplates">
1756 <title>VirtualBox VNIC templates for VLANs on Solaris 11 hosts</title>
1757
1758 <para>VirtualBox supports VNIC (Virtual Network Interface) templates for
1759 configuring VMs over VLANs.<footnote>
1760 <para>Support for Crossbow based bridged networking was introduced
1761 with VirtualBox 4.1 and requires Solaris 11 build 159 or above.</para>
1762 </footnote> A VirtualBox VNIC template is a VNIC whose name starts with
1763 "vboxvnic_template".</para>
1764
1765 <para>Here is an example of how to use a VNIC template to configure a VLAN
1766 for VMs. Create a VirtualBox VNIC template, by executing as root:</para>
1767
1768 <screen>dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0
1769</screen>
1770
1771 <para>This will create a temporary VNIC over interface "nge0" with the
1772 VLAN ID 23. To create VNIC templates that are persistent across host
1773 reboots, skip the <computeroutput>-t</computeroutput> parameter in the
1774 above command. You may check the current state of links using:</para>
1775
1776 <para><screen>$ dladm show-link
1777LINK CLASS MTU STATE BRIDGE OVER
1778nge0 phys 1500 up -- --
1779nge1 phys 1500 down -- --
1780vboxvnic_template0 vnic 1500 up -- nge0
1781
1782$ dladm show-vnic
1783LINK OVER SPEED MACADDRESS MACADDRTYPE VID
1784vboxvnic_template0 nge0 1000 2:8:20:25:12:75 random 23
1785</screen></para>
1786
1787 <para>Once the VNIC template is created, all VMs that need to be part of
1788 VLAN 23 over the physical interface "nge0" can use the same VNIC template.
1789 This makes managing VMs on VLANs simpler and efficient, as the VLAN
1790 details are not stored as part of every VM's configuration but rather
1791 picked from the VNIC template which can be modified anytime using
1792 <computeroutput>dladm</computeroutput>. Apart from the VLAN ID, VNIC
1793 templates can be created with additional properties such as bandwidth
1794 limits, CPU fanout etc. Refer to your Solaris network documentation on how
1795 to accomplish this. These additional properties, if any, are also applied
1796 to VMs which use the VNIC template.</para>
1797 </sect1>
1798
1799 <sect1 id="addhostonlysolaris">
1800 <title>Configuring multiple host-only network interfaces on Solaris
1801 hosts</title>
1802
1803 <para>By default VirtualBox provides you with one host-only network
1804 interface. Adding more host-only network interfaces on Solaris hosts
1805 requires manual configuration. Here's how to add two more host-only
1806 network interfaces.</para>
1807
1808 <para>You first need to stop all running VMs and unplumb all existing
1809 "vboxnet" interfaces. Execute the following commands as root:</para>
1810
1811 <screen>ifconfig vboxnet0 unplumb</screen>
1812
1813 <para>Once you make sure all vboxnet interfaces are unplumbed, remove the
1814 driver using:</para>
1815
1816 <para><screen>rem_drv vboxnet</screen>then edit the file
1817 <computeroutput>/platform/i86pc/kernel/drv/vboxnet.conf</computeroutput>
1818 and add a line for the new interfaces:</para>
1819
1820 <para><screen>name="vboxnet" parent="pseudo" instance=1;
1821name="vboxnet" parent="pseudo" instance=2;</screen>Add as many of these lines
1822 as required and make sure "instance" number is uniquely incremented. Next
1823 reload the vboxnet driver using:</para>
1824
1825 <para><screen>add_drv vboxnet</screen>Now plumb all the interfaces using
1826 <computeroutput>ifconfig vboxnetX plumb</computeroutput> (where X can be
1827 0, 1 or 2 in this case) and once plumbed you can then configure the
1828 interface like any other network interface.</para>
1829
1830 <para>To make your newly added interfaces' settings persistent across
1831 reboots you will need to edit the files
1832 <computeroutput>/etc/netmasks</computeroutput>, and if you are using NWAM
1833 <computeroutput>/etc/nwam/llp</computeroutput> and add the appropriate
1834 entries to set the netmask and static IP for each of those interfaces. The
1835 VirtualBox installer only updates these configuration files for the one
1836 "vboxnet0" interface it creates by default.</para>
1837 </sect1>
1838
1839 <sect1 id="solariscodedumper">
1840 <title>Configuring the VirtualBox CoreDumper on Solaris hosts</title>
1841
1842 <para>VirtualBox is capable of producing its own core files for extensive
1843 debugging when things go wrong. Currently this is only available on
1844 Solaris hosts.</para>
1845
1846 <para>The VirtualBox CoreDumper can be enabled using the following
1847 command:</para>
1848
1849 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpEnabled 1</screen></para>
1850
1851 <para>You can specify which directory to use for core dumps with this
1852 command:</para>
1853
1854 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpDir &lt;path-to-directory&gt;</screen>Make
1855 sure the directory you specify is on a volume with sufficient free space
1856 and that the VirtualBox process has sufficient permissions to write files
1857 to this directory. If you skip this command and don't specify any core
1858 dump directory, the current directory of the VirtualBox executable will be
1859 used (which would most likely fail when writing cores as they are
1860 protected with root permissions). It is recommended you explicitly set a
1861 core dump directory.</para>
1862
1863 <para>You must specify when the VirtualBox CoreDumper should be triggered.
1864 This is done using the following commands:</para>
1865
1866 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpReplaceSystemDump 1
1867VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpLive 1</screen>At
1868 least one of the above two commands will have to be provided if you have
1869 enabled the VirtualBox CoreDumper.</para>
1870
1871 <para>Setting <computeroutput>CoreDumpReplaceSystemDump</computeroutput>
1872 sets up the VM to override the host's core dumping mechanism and in the
1873 event of any crash only the VirtualBox CoreDumper would produce the core
1874 file.</para>
1875
1876 <para>Setting <computeroutput>CoreDumpLive</computeroutput> sets up the VM
1877 to produce cores whenever the VM process receives a
1878 <computeroutput>SIGUSR2</computeroutput> signal. After producing the core
1879 file, the VM will not be terminated and will continue to run. You can thus
1880 take cores of the VM process using:</para>
1881
1882 <para><screen>kill -s SIGUSR2 &lt;VM-process-id&gt;</screen></para>
1883
1884 <para>Core files produced by the VirtualBox CoreDumper are of the form
1885 <computeroutput>core.vb.&lt;ProcessName&gt;.&lt;ProcessID&gt;</computeroutput>,
1886 for example <computeroutput>core.vb.VBoxHeadless.11321</computeroutput>.</para>
1887 </sect1>
1888
1889 <sect1 id="guitweaks">
1890 <title>Locking down the VirtualBox manager GUI</title>
1891
1892 <sect2>
1893 <title>GUI customization</title>
1894
1895 <para>There are several advanced customization settings for locking down
1896 the VirtualBox manager, that is, removing some features that the user
1897 should not see.</para>
1898
1899 <para><screen>VBoxManage setextradata global GUI/Customizations OPTION[,OPTION...]</screen></para>
1900
1901 <para>where <computeroutput>OPTION</computeroutput> is one of the
1902 following keywords:<glosslist>
1903 <glossentry>
1904 <glossterm><computeroutput>noSelector</computeroutput></glossterm>
1905
1906 <glossdef>
1907 <para>Don't allow to start the VirtualBox manager. Trying to do so
1908 will show a window containing a proper error message.</para>
1909 </glossdef>
1910 </glossentry>
1911
1912 <glossentry>
1913 <glossterm><computeroutput>noMenuBar</computeroutput></glossterm>
1914
1915 <glossdef>
1916 <para>VM windows will not contain a menu bar.</para>
1917 </glossdef>
1918 </glossentry>
1919
1920 <glossentry>
1921 <glossterm><computeroutput>noStatusBar</computeroutput></glossterm>
1922
1923 <glossdef>
1924 <para>VM windows will not contain a status bar.</para>
1925 </glossdef>
1926 </glossentry>
1927 </glosslist></para>
1928
1929 <para>To disable any GUI customization do <screen>VBoxManage setextradata global GUI/Customizations</screen></para>
1930 </sect2>
1931
1932 <sect2>
1933 <title>Host Key customization</title>
1934
1935 <para>To disable all host key combinations, open the preferences and
1936 change the host key to <emphasis>None</emphasis>. This might be useful
1937 when using VirtualBox in a kiosk mode.</para>
1938
1939 <para>To redefine or disable certain host key actions, use the following command:</para>
1940
1941 <screen>VBoxManage setextradata global GUI/Input/MachineShortcuts "FullscreenMode=F,...."</screen>
1942
1943 <para>The following list shows the possible host key actions together with their default
1944 host key shortcut. Setting an action to <emphasis>None</emphasis> will disable
1945 that host key action.</para>
1946 <table>
1947 <title>ignoreme</title>
1948 <tgroup cols="3">
1949 <tbody>
1950 <row>
1951 <entry><emphasis role="bold">Action</emphasis></entry>
1952 <entry><emphasis role="bold">Default Host Key</emphasis></entry>
1953 <entry><emphasis role="bold">Action</emphasis></entry>
1954 </row>
1955 <row>
1956 <entry>SettingsDialog</entry>
1957 <entry>S</entry>
1958 <entry>open the VM settings dialog</entry>
1959 </row>
1960 <row>
1961 <entry>TakeSnapshot</entry>
1962 <entry>S</entry>
1963 <entry>take a snapshot</entry>
1964 </row>
1965 <row>
1966 <entry>InformationsDialog</entry>
1967 <entry>N</entry>
1968 <entry>show the VM information dialog</entry>
1969 </row>
1970 <row>
1971 <entry>MouseIntegration</entry>
1972 <entry>I</entry>
1973 <entry>toggle mouse integration</entry>
1974 </row>
1975 <row>
1976 <entry>TypeCAD</entry>
1977 <entry>Del</entry>
1978 <entry>inject Ctrl+Alt+Del</entry>
1979 </row>
1980 <row>
1981 <entry>TypeCABS</entry>
1982 <entry>Backspace</entry>
1983 <entry>inject Ctrl+Alt+Backspace</entry>
1984 </row>
1985 <row>
1986 <entry>Pause</entry>
1987 <entry>P</entry>
1988 <entry>Pause the VM</entry>
1989 </row>
1990 <row>
1991 <entry>Reset</entry>
1992 <entry>R</entry>
1993 <entry>(hard) reset the guest</entry>
1994 </row>
1995 <row>
1996 <entry>Shutdown</entry>
1997 <entry>H</entry>
1998 <entry>press the ACPI power button</entry>
1999 </row>
2000 <row>
2001 <entry>Close</entry>
2002 <entry>Q</entry>
2003 <entry>show the VM close dialog</entry>
2004 </row>
2005 <row>
2006 <entry>FullscreenMode</entry>
2007 <entry>F</entry>
2008 <entry>switch the VM into fullscreen</entry>
2009 </row>
2010 <row>
2011 <entry>SeamlessMode</entry>
2012 <entry>L</entry>
2013 <entry>switch the VM into seamless mode</entry>
2014 </row>
2015 <row>
2016 <entry>ScaleMode</entry>
2017 <entry>C</entry>
2018 <entry>switch the VM into scale mode</entry>
2019 </row>
2020 <row>
2021 <entry>PopupMenu</entry>
2022 <entry>Home</entry>
2023 <entry>show popup menu in fullscreen / seamless mode</entry>
2024 </row>
2025 </tbody>
2026 </tgroup>
2027 </table>
2028
2029 <para>To disable the fullscreen mode as well as the seamless mode, use the following command:
2030 <screen>VBoxManage setextradata global GUI/Input/MachineShortcuts "FullscreenMode=None,SeamlessMode=None"</screen>
2031 </para>
2032
2033 </sect2>
2034 <sect2>
2035 <title>Action when terminating the VM</title>
2036
2037 <para>You can disallow certain actions when terminating a VM. To disallow specific actions, type:</para>
2038
2039 <para><screen>VBoxManage setextradata "VM name" GUI/RestrictedCloseActions OPTION[,OPTION...]</screen></para>
2040
2041 <para>where <computeroutput>OPTION</computeroutput> is one of the
2042 following keywords:<glosslist>
2043 <glossentry>
2044 <glossterm><computeroutput>SaveState</computeroutput></glossterm>
2045
2046 <glossdef>
2047 <para>Don't allow the user to save the VM state when terminating
2048 the VM.</para>
2049 </glossdef>
2050 </glossentry>
2051
2052 <glossentry>
2053 <glossterm><computeroutput>Shutdown</computeroutput></glossterm>
2054
2055 <glossdef>
2056 <para>Don't allow the user to shutdown the VM by sending the ACPI
2057 power-off event to the guest.</para>
2058 </glossdef>
2059 </glossentry>
2060
2061 <glossentry>
2062 <glossterm><computeroutput>PowerOff</computeroutput></glossterm>
2063
2064 <glossdef>
2065 <para>Don't allow the user to power off the VM.</para>
2066 </glossdef>
2067 </glossentry>
2068
2069 <glossentry>
2070 <glossterm><computeroutput>Restore</computeroutput></glossterm>
2071
2072 <glossdef>
2073 <para>Don't allow the user to return to the last snapshot when
2074 powering off the VM.</para>
2075 </glossdef>
2076 </glossentry>
2077 </glosslist></para>
2078
2079 <para>Any combination of the above is allowed. If all options are
2080 specified, the VM cannot be shut down at all.</para>
2081 </sect2>
2082 </sect1>
2083
2084 <sect1 id="vboxwebsrv-daemon">
2085 <title>Starting the VirtualBox web service automatically</title>
2086
2087 <para>The VirtualBox web service
2088 (<computeroutput>vboxwebsrv</computeroutput>) is used for controlling
2089 VirtualBox remotely. It is documented in detail in the VirtualBox Software
2090 Development Kit (SDK); please see <xref linkend="VirtualBoxAPI" />. As the
2091 client base using this interface is growing, we added start scripts for
2092 the various operation systems we support. The following sections describe
2093 how to use them. The VirtualBox web service is never started automatically
2094 as a result of a standard installation.</para>
2095
2096 <sect2 id="vboxwebsrv-linux">
2097 <title>Linux: starting the webservice via <computeroutput>init</computeroutput></title>
2098
2099 <para>On Linux, the web service can be automatically started during
2100 host boot by adding appropriate parameters to the file
2101 <computeroutput>/etc/default/virtualbox</computeroutput>.
2102 There is one mandatory parameter, <computeroutput>VBOXWEB_USER</computeroutput>,
2103 which must be set to the user which will later start the VMs. The
2104 paramters in the table below all start with <computeroutput>VBOXWEB_</computeroutput>
2105 (<computeroutput>VBOXWEB_HOST</computeroutput>,
2106 <computeroutput>VBOXWEB_PORT</computeroutput> etc.):
2107 <table>
2108 <title>ignored</title>
2109 <tgroup cols="3">
2110 <tbody>
2111 <row>
2112 <entry><emphasis role="bold">Parameter</emphasis></entry>
2113 <entry><emphasis role="bold">Description</emphasis></entry>
2114 <entry><emphasis role="bold">Default</emphasis></entry>
2115 </row>
2116 <row>
2117 <entry>USER</entry>
2118 <entry>The user as which the web service runs</entry>
2119 <entry></entry>
2120 </row>
2121 <row>
2122 <entry>HOST</entry>
2123 <entry>The host to bind the web service to</entry>
2124 <entry>localhost</entry>
2125 </row>
2126 <row>
2127 <entry>PORT</entry>
2128 <entry>The port to bind the web service to</entry>
2129 <entry>18083</entry>
2130 </row>
2131 <row>
2132 <entry>SSL_KEYFILE</entry>
2133 <entry>Server key and certificate file, PEM format</entry>
2134 <entry></entry>
2135 </row>
2136 <row>
2137 <entry>SSL_PASSWORDFILE</entry>
2138 <entry>File name for password to server key</entry>
2139 <entry></entry>
2140 </row>
2141 <row>
2142 <entry>SSL_CACERT</entry>
2143 <entry>CA certificate file, PEM format</entry>
2144 <entry></entry>
2145 </row>
2146 <row>
2147 <entry>SSL_CAPATH</entry>
2148 <entry>CA certificate path</entry>
2149 <entry></entry>
2150 </row>
2151 <row>
2152 <entry>SSL_DHFILE</entry>
2153 <entry>DH file name or DH key length in bits</entry>
2154 <entry></entry>
2155 </row>
2156 <row>
2157 <entry>SSL_RANDFILE</entry>
2158 <entry>File containing seed for random number generator</entry>
2159 <entry></entry>
2160 </row>
2161 <row>
2162 <entry>TIMEOUT</entry>
2163 <entry>Session timeout in seconds; 0 disables timeouts</entry>
2164 <entry>300</entry>
2165 </row>
2166 <row>
2167 <entry>CHECK_INTERVAL</entry>
2168 <entry>Frequency of timeout checks in seconds</entry>
2169 <entry>5</entry>
2170 </row>
2171 <row>
2172 <entry>THREADS</entry>
2173 <entry>Maximum number of worker threads to run in parallel</entry>
2174 <entry>100</entry>
2175 </row>
2176 <row>
2177 <entry>KEEPALIVE</entry>
2178 <entry>Maximum number of requests before a socket will be closed</entry>
2179 <entry>100</entry>
2180 </row>
2181 <row>
2182 <entry>LOGFILE</entry>
2183 <entry>Name of file to write log to</entry>
2184 <entry></entry>
2185 </row>
2186 <row>
2187 <entry>ROTATE</entry>
2188 <entry>Number of log files; 0 disables log rotation</entry>
2189 <entry>10</entry>
2190 </row>
2191 <row>
2192 <entry>LOGSIZE</entry>
2193 <entry>Maximum size of a log file in bytes to trigger rotation</entry>
2194 <entry>1MB</entry>
2195 </row>
2196 <row>
2197 <entry>LOGINTERVAL</entry>
2198 <entry>Maximum time interval in seconds to trigger log rotation</entry>
2199 <entry>1 day</entry>
2200 </row>
2201 </tbody>
2202 </tgroup>
2203 </table>
2204 </para>
2205
2206 <para>Setting the parameter <computeroutput>SSL_KEYFILE</computeroutput>
2207 enables the SSL/TLS support. Using encryption is strongly encouraged, as
2208 otherwise everything (including passwords) is transferred in clear
2209 text.</para>
2210 </sect2>
2211
2212 <sect2 id="vboxwebsrv-solaris">
2213 <title>Solaris: starting the web service via SMF</title>
2214
2215 <para>On Solaris hosts, the VirtualBox web service daemon is
2216 integrated into the SMF framework. You can change the parameters, but
2217 don't have to if the defaults below already match your needs:<screen>svccfg -s svc:/application/virtualbox/webservice:default setprop config/host=localhost
2218svccfg -s svc:/application/virtualbox/webservice:default setprop config/port=18083
2219svccfg -s svc:/application/virtualbox/webservice:default setprop config/user=root</screen></para>
2220
2221 <para>The table in the previous section showing the parameter names and
2222 defaults also applies to Solaris. The parameter names must be changed
2223 to lowercase and a prefix of <computeroutput>config/</computeroutput>
2224 has to be added, e.g. <computeroutput>config/user</computeroutput> or
2225 <computeroutput>config/ssl_keyfile</computeroutput>. If you made any
2226 change, don't forget to run the following command to put the changes into
2227 effect immediately:<screen>svcadm refresh svc:/application/virtualbox/webservice:default</screen></para>
2228
2229 <para>If you forget the above command then the previous settings will
2230 be used when enabling the service. Check the current property settings
2231 with:<screen>svcprop -p config svc:/application/virtualbox/webservice:default</screen></para>
2232
2233 <para>When everything is configured correctly you can start the
2234 VirtualBox web service with the following command:<screen>svcadm enable svc:/application/virtualbox/webservice:default</screen></para>
2235
2236 <para>For more information about SMF, please refer to the Solaris
2237 documentation.</para>
2238 </sect2>
2239
2240 <sect2 id="vboxwebsrv-osx">
2241 <title>Mac OS X: starting the webservice via launchd</title>
2242
2243 <para>On Mac OS X, launchd is used to start the VirtualBox webservice. An
2244 example configuration file can be found in
2245 <computeroutput>$HOME/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</computeroutput>.
2246 It can be enabled by changing the
2247 <computeroutput>Disabled</computeroutput> key from
2248 <computeroutput>true</computeroutput> to
2249 <computeroutput>false</computeroutput>. To manually start the
2250 service use the following command: <screen>launchctl load ~/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</screen>
2251 For additional information on how launchd services could be
2252 configured see <literal><ulink
2253 url="http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html">http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html</ulink></literal>.</para>
2254 </sect2>
2255 </sect1>
2256
2257 <sect1 id="vboxwatchdog">
2258 <title>VirtualBox Watchdog</title>
2259 <para>Starting with VirtualBox 4.2 the memory ballooning service formerly
2260 known as <computeroutput>VBoxBalloonCtrl</computeroutput> was renamed to
2261 VBoxWatchdog, which now incorporates several host services that are meant
2262 to be run in a server environment.</para>
2263
2264 <para>These services are: <itemizedlist>
2265 <listitem>
2266 <para>Memory ballooning control, which automatically takes care of
2267 a VM's configured memory balloon (see <xref linkend="guestadd-balloon" />
2268 for an introduction to memory ballooning). This especially is useful
2269 for server environments where VMs may dynamically require more or
2270 less memory during runtime.</para>
2271
2272 <para>The service periodically checks a VM's current memory balloon
2273 and its free guest RAM and automatically adjusts the current memory
2274 balloon by inflating or deflating it accordingly. This handling only
2275 applies to running VMs having recent Guest Additions installed.</para>
2276 </listitem>
2277 <listitem>
2278 <para>Host isolation detection, which provides a way to detect whether
2279 the host cannot reach the specific VirtualBox server instance anymore
2280 and take appropriate actions, such as shutting down, saving the
2281 current state or even powering down certain VMs.</para>
2282 </listitem>
2283 </itemizedlist></para>
2284
2285 <para>
2286 All configuration values can be either specified via command line or global
2287 extradata, whereas command line values always have a higher priority when set.
2288 Some of the configuration values also be be specified on a per-VM basis. So
2289 the overall lookup order is: command line, per-VM basis extradata (if available),
2290 global extradata.
2291 </para>
2292
2293 <sect2 id="vboxwatchdog-ballonctrl">
2294 <title>Memory ballooning control</title>
2295 <para>The memory ballooning control inflates and deflates the memory balloon
2296 of VMs based on the VMs free memory and the desired maximum balloon size.</para>
2297
2298 <para>To set up the memory ballooning control the maximum ballooning size a
2299 VM can reach needs to be set. This can be specified via command line with
2300 <screen>--balloon-max &lt;Size in MB&gt;</screen>, on a per-VM basis extradata value with
2301 <screen>VBoxManage setextradata &lt;VM-Name&gt; VBoxInternal2/Watchdog/BalloonCtrl/BalloonSizeMax &lt;Size in MB&gt;</screen>
2302 or using a global extradata value with
2303 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonSizeMax &lt;Size in MB&gt;</screen>
2304 <note><para>If no maximum ballooning size is specified by at least one of
2305 the parameters above, no ballooning will be performed at all.</para></note>
2306 </para>
2307
2308 <para>Setting the ballooning increment in MB can be either done via
2309 command line with
2310 <screen>--balloon-inc &lt;Size in MB&gt;</screen> or using a global
2311 extradata value with
2312 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonIncrementMB &lt;Size in MB&gt;</screen>
2313 Default ballooning increment is 256 MB if not specified.</para>
2314
2315 <para>Same goes with the ballooning decrement: Via command line with
2316 <screen>--balloon-dec &lt;Size in MB&gt;</screen> or using a global
2317 extradata value with
2318 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonDecrementMB &lt;Size in MB&gt;</screen>
2319 Default ballooning decrement is 128 MB if not specified.</para>
2320
2321 <para>To define the lower limit in MB a balloon can be the command line with
2322 <screen>--balloon-lower-limit &lt;Size in MB&gt;</screen> can be used or using a global
2323 extradata value with
2324 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonLowerLimitMB &lt;Size in MB&gt;</screen>
2325 is available. Default lower limit is 128 if not specified.</para>
2326 </sect2>
2327
2328 <sect2 id="vboxwatchdog-hostisln">
2329 <title>Host isolation detection</title>
2330 <para>To detect whether a host is being isolated, that is, the host cannot
2331 reach the VirtualBox server instance anymore, the host needs to set an
2332 alternating value to a global extradata value within a time period. If
2333 this value is not set within that time period a timeout occurred and the
2334 so-called host isolation response will be performed to the VMs handled.
2335 Which VMs are handled can be controlled by defining VM groups and assigning
2336 VMs to those groups. By default no groups are set, meaning that all VMs
2337 on the server will be handled when no host response is received within
2338 30 seconds.</para>
2339
2340 <para>To set the groups handled by the host isolation detection via
2341 command line:
2342 <screen>--apimon-groups=&lt;string[,stringN]&gt;</screen> or using a global
2343 extradata value with
2344 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/APIMonitor/Groups &lt;string[,stringN]&gt;</screen>
2345 </para>
2346
2347 <para>To set the host isolation timeout via command line:
2348 <screen>--apimon-isln-timeout=&lt;ms&gt;</screen> or using a global
2349 extradata value with
2350 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/APIMonitor/IsolationTimeoutMS &lt;ms&gt;</screen>
2351 </para>
2352
2353 <para>To set the actual host isolation response via command line:
2354 <screen>--apimon-isln-response=&lt;cmd&gt;</screen> or using a global
2355 extradata value with
2356 <screen>VBoxManage setextradata global VBoxInternal2/Watchdog/APIMonitor/IsolationResponse &lt;cmd&gt;</screen>
2357 The following response commands are available:
2358 <itemizedlist>
2359 <listitem>
2360 <para><computeroutput>none</computeroutput>, which does nothing.</para>
2361 </listitem>
2362 <listitem>
2363 <para><computeroutput>pause</computeroutput>, which pauses the
2364 execution of a VM.</para>
2365 </listitem>
2366 <listitem>
2367 <para><computeroutput>poweroff</computeroutput>, which shuts down
2368 the VM by pressing the virtual power button. The VM will not have
2369 the chance of saving any data or veto the shutdown process.</para>
2370 </listitem>
2371 <listitem>
2372 <para><computeroutput>save</computeroutput>, which saves the current
2373 machine state and powers off the VM afterwards. If saving the machine
2374 state fails the VM will be paused.</para>
2375 </listitem>
2376 <listitem>
2377 <para><computeroutput>shutdown</computeroutput>, which shuts down
2378 the VM in a gentle way by sending an <computeroutput>ACPI</computeroutput>
2379 shutdown event to the VM's operating system. The OS then has the
2380 chance of doing a clean shutdown.</para>
2381 </listitem>
2382 </itemizedlist>
2383 </para>
2384 </sect2>
2385
2386 <sect2 id="vboxwatchdog-moreinfo">
2387 <title>More information</title>
2388 <para>For more advanced options and parameters like verbose logging check
2389 the built-in command line help accessible with
2390 <computeroutput>--help</computeroutput>.</para>
2391 </sect2>
2392
2393 </sect1>
2394
2395 <sect1 id="otherextpacks">
2396 <title>Other extension packs</title>
2397
2398 <para>Starting with VirtualBox 4.2.0 there is another extension pack,
2399 <code>VNC</code>, which is open source and replaces the previous
2400 integration of the VNC remote access protocol. This is experimental code,
2401 and will be initially available in the VirtualBox source code package only.
2402 It is to a large portion code contributed by users, and is not supported
2403 in any way by Oracle.</para>
2404
2405 <para>The keyboard handling is severely limited, and only the US keyboard
2406 layout works. Other keyboard layouts will have at least some keys which
2407 produce the wrong results (often quite surprising effects), and for layouts
2408 which have significant differences to the US keyboard layout it is most
2409 likely unusable.</para>
2410
2411 <para>It is possible to install both the Oracle VM VirtualBox Extension
2412 Pack and VNC, but only one VRDE module can be active at any time. The
2413 following command switches to the VNC VRDE module in
2414 VNC:<screen>VBoxManage setproperty vrdeextpack VNC</screen></para>
2415
2416 <para>Configuring the remote access works very similarly to VRDP (see
2417 <xref linkend="vrde" />), with some limitations: VNC does not
2418 support specifying several port numbers, and the authentication is done
2419 differently. VNC can only deal with password authentication, and there
2420 is no option to use password hashes. This leaves no other choice than
2421 having a clear-text password in the VM configuration, which can be set with
2422 the following command:<screen>VBoxManage modifyvm VMNAME --vrdeproperty VNCPassword=secret</screen></para>
2423
2424 <para>The user is responsible for keeping this password secret, and it
2425 should be removed when a VM configuration is passed to another person,
2426 for whatever purpose. Some VNC servers claim to have "encrypted" passwords
2427 in the configuration. This is not true encryption, it is only concealing
2428 the passwords, which is exactly as secure as clear-text passwords.</para>
2429
2430 <para>The following command switches back to VRDP (if
2431 installed):<screen>VBoxManage setproperty vrdeextpack "Oracle VM VirtualBox Extension Pack"</screen></para>
2432 </sect1>
2433
2434 <sect1 id="autostart">
2435 <title>Starting virtual machines during system boot</title>
2436
2437 <para>Starting with VirtualBox 4.2.0 it is possible to start VMs automatically during
2438 system boot on Linux, Solaris and Mac OS X for all users. </para>
2439
2440 <sect2 id="autostart-linux">
2441 <title>Linux: starting the autostart service via <computeroutput>init</computeroutput></title>
2442
2443 <para>On Linux, the autostart service is activated by setting two variables in
2444 <computeroutput>/etc/default/virtualbox</computeroutput>.
2445 The first one is <computeroutput>VBOXAUTOSTART_DB</computeroutput> which
2446 contains an absolute path to the autostart database directory.
2447 The directory should have write access for every user who should be able to
2448 start virtual machines automatically. Furthermore the directory should have the
2449 sticky bit set.
2450 The second variable is <computeroutput>VBOXAUTOSTART_CONFIG</computeroutput>
2451 which points the service to the autostart configuration file which is used
2452 during boot to determine whether to allow individual users to start a VM
2453 automatically and configure startup delays.
2454 The configuration file can be placed in <computeroutput>/etc/vbox</computeroutput>
2455 and contains several options. One is <computeroutput>default_policy</computeroutput>
2456 which controls whether the autostart service allows or denies to start a VM
2457 for users which are not in the exception list.
2458 The exception list starts with <computeroutput>exception_list</computeroutput>
2459 and contains a comma seperated list with usernames. Furthermore a separate
2460 startup delay can be configured for every user to avoid overloading the host.
2461 A sample configuration is given below:</para>
2462
2463 <para><screen>
2464# Default policy is to deny starting a VM, the other option is "allow".
2465default_policy = deny
2466
2467# Bob is allowed to start virtual machines but starting them
2468# will be delayed for 10 seconds
2469bob = {
2470 allow = true
2471 startup_delay = 10
2472}
2473
2474# Alice is not allowed to start virtual machines, useful to exclude certain users
2475# if the default policy is set to allow.
2476alice = {
2477 allow = false
2478}
2479 </screen></para>
2480
2481 <para>Every user who wants to enable autostart for individual machines
2482 has to set the path to the autostart database directory with
2483 <screen>VBoxManage setproperty autostartdbpath &lt;Autostart directory&gt;</screen>
2484 </para>
2485 </sect2>
2486
2487 <sect2 id="autostart-solaris">
2488 <title>Solaris: starting the autostart service via SMF</title>
2489
2490 <para>On Solaris hosts, the VirtualBox autostart daemon is
2491 integrated into the SMF framework. To enable it you have to point the service
2492 to an existing configuration file which has the same format as on Linux (see <xref linkend="autostart-linux" />):
2493 <screen>svccfg -s svc:/application/virtualbox/autostart:default setprop config/config=/etc/vbox/autostart.cfg</screen>
2494 </para>
2495
2496 <para>When everything is configured correctly you can start the
2497 VirtualBox autostart service with the following command:<screen>svcadm enable svc:/application/virtualbox/autostart:default</screen></para>
2498
2499 <para>For more information about SMF, please refer to the Solaris
2500 documentation.</para>
2501 </sect2>
2502
2503 <sect2 id="autostart-osx">
2504 <title>Mac OS X: starting the autostart service via launchd</title>
2505
2506 <para>On Mac OS X, launchd is used to start the VirtualBox autostart service. An
2507 example configuration file can be found in
2508 <computeroutput>/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.plist</computeroutput>.
2509 To enable the service copy the file to <computeroutput>/Library/LaunchDaemons</computeroutput> and change the
2510 <computeroutput>Disabled</computeroutput> key from
2511 <computeroutput>true</computeroutput> to
2512 <computeroutput>false</computeroutput>. Furthermore replace the second parameter
2513 to an existing configuration file which has the same format as on Linux (see <xref linkend="autostart-linux" />).
2514 To manually start the service use the following command:
2515 <screen>launchctl load /Library/LaunchDaemons/org.virtualbox.vboxautostart.plist</screen>
2516 For additional information on how launchd services could be
2517 configured see <literal><ulink
2518 url="http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html">http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html</ulink></literal>.</para>
2519 </sect2>
2520 </sect1>
2521</chapter>
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