VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/collect-debug-info.dita@ 99497

Last change on this file since 99497 was 99497, checked in by vboxsync, 20 months ago

manual: Split out the topics of converted manpages into separate files and generate ditamap files for each manpage to avoid needing to hardcode anything in UserManual.xml. This means that the topics inside a manpage can be supressed from the toc, but otoh, they get numbered (with 4.x). The per-topic files are named by refentry/refsect1/refsect2 @id and are currently not cleaned up by 'kmk clean'. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="collect-debug-info">
4 <title>Collecting Debugging Information</title>
5
6 <body>
7 <p>
8 For problem determination, it is often important to collect
9 debugging information which can be analyzed by Oracle VM VirtualBox
10 support. This section contains information about what kind of
11 information can be obtained.
12 </p>
13 <p>
14 Every time Oracle VM VirtualBox starts up a VM, a so-called
15 <i>release log file</i> is created, containing
16 lots of information about the VM configuration and runtime
17 events. The log file is called <filepath>VBox.log</filepath> and
18 resides in the VM log file folder, which is
19 <filepath>$HOME/VirtualBox
20 VMs/<varname>VM-name</varname>/Logs</filepath> by
21 default.
22 </p>
23 <p>
24 When starting a VM, the configuration file of the last run will
25 be renamed to <filepath>.1</filepath>, up to
26 <filepath>.3</filepath>. Sometimes when there is a problem, it
27 is useful to have a look at the logs. Also when requesting
28 support for Oracle VM VirtualBox, supplying the corresponding log file
29 is mandatory.
30 </p>
31 <p>
32 For convenience, for each virtual machine, VirtualBox Manager can show
33 these logs in a window. Select a virtual machine from the
34 machine list on the left and click
35 <b outputclass="bold">Logs</b> in the machine tools menu.
36 </p>
37 <p>
38 The release log file, <filepath>VBox.log</filepath>, contains a
39 wealth of diagnostic information, such as Host OS type and
40 version, Oracle VM VirtualBox version and build. It also includes a
41 complete dump of the guest's configuration (CFGM), detailed
42 information about the host CPU type and supported features,
43 whether hardware virtualization is enabled, information about
44 VT-x/AMD-V setup, state transitions (such as creating, running,
45 paused, stopping), guest BIOS messages, Guest Additions
46 messages, device-specific log entries and, at the end of
47 execution, final guest state and condensed statistics.
48 </p>
49 <p>
50 In case of crashes, it is very important to collect
51 <i>crash dumps</i>. This is true for both host and
52 guest crashes. For information about enabling core dumps on
53 Linux, Oracle Solaris, and macOS systems, refer to the following
54 core dump article on the Oracle VM VirtualBox website:
55 </p>
56 <p><ph>http://www.virtualbox.org/wiki/Core_dump</ph>.
57 </p>
58 <p>
59 You can also use <userinput>VBoxManage debugvm</userinput> to create
60 a dump of a complete virtual machine. See
61 <xref href="vboxmanage-debugvm.dita">VBoxManage debugvm</xref>.
62 </p>
63 <p>
64 For network related problems, it is often helpful to capture a
65 trace of network traffic. If the traffic is routed through an
66 adapter on the host, it is possible to use Wireshark or a
67 similar tool to capture the traffic there. However, this often
68 also includes a lot of traffic unrelated to the VM.
69 </p>
70 <p>
71 Oracle VM VirtualBox provides an ability to capture network traffic
72 only on a specific VM's network adapter. Refer to the following
73 network tracing article on the Oracle VM VirtualBox website for
74 information on enabling this capture:
75 </p>
76 <p><ph>http://www.virtualbox.org/wiki/Network_tips</ph>.
77 </p>
78 <p>
79 The trace files created by Oracle VM VirtualBox are in
80 <filepath>.pcap</filepath> format and can be easily analyzed
81 with Wireshark.
82 </p>
83 </body>
84
85</topic>
Note: See TracBrowser for help on using the repository browser.

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