[Solved]Commands to obtain information of the environment and the VM

Here you can provide suggestions on how to improve the product, website, etc.
Post Reply
Fielding
Posts: 170
Joined: 3. May 2012, 22:21

[Solved]Commands to obtain information of the environment and the VM

Post by Fielding »

How can I obtain in the most simplest way a complete information about VirtualBox, environment and data of the virtual machine and its configuration ?

Best Regards

Note : I have seen the command vboxmanage, but I would like a more simple information tool.
Last edited by Fielding on 20. Apr 2017, 19:50, edited 1 time in total.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Commands to obtain information of the environment and the VM

Post by mpack »

AFAIK it doesn't get any simpler than VBoxManage. Yes it accepts many commands, but individually each is relatively simple, and I struggle to imagine how any command based interface could be simpler. Of course if you don't want a command line based system then you use the GUI and accept the simplifications.

Moving this topic to Suggestions, since the Q doesn't really concern "Windows Hosts" at all.
Fielding
Posts: 170
Joined: 3. May 2012, 22:21

Re: Commands to obtain information of the environment and the VM

Post by Fielding »

Well done !!!!!!

But for me is not a suggestion. Was a simple question.
Exist a command from the command line pretty enough to give/obtain the more used information for solving problems ?
Something like obtain the general parameters of Virtualbox.

Best Regards
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Commands to obtain information of the environment and the VM

Post by socratis »

Fielding wrote:Exist a command from the command line pretty enough to give/obtain the more used information for solving problems ?
The question is "what's a problem". You can't generalize. Depending on the problem, you use the appropriate tool. The most versatile/flexible tool is VBoxManage.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Martin
Volunteer
Posts: 2561
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: Commands to obtain information of the environment and the VM

Post by Martin »

You could start by telling us which "general parameters" you want to see.
If you want a single command which collects every information into a single file then have a look at VBoxBugReport

Code: Select all

VBoxBugReport -?
Oracle VM VirtualBox Bug Report Tool 5.1.18
(C) 2017 Oracle Corporation
All rights reserved.

Usage: /usr/lib/virtualbox/VBoxBugReport [-h|-?|--help] [-A|--all|<vmname>...] [-o <file>|--output=<file>]
   Several VM names can be specified at once to be included into single report.
   If none is given then no machines will be included. Specifying -A overrides
   any VM names provided and included all registered machines.
Options:
   -h, -help,    --help     Print usage information
   -A, -all,     --all      Include all registered machines
   -o, -output,  --output   Specifies the name of the output file
   -t, -text,    --text     Produce a single text file instead of compressed TAR
   -V, -version, --version  Print version number and exit
Fielding
Posts: 170
Joined: 3. May 2012, 22:21

Re: Commands to obtain information of the environment and the VM

Post by Fielding »

Thanks everybody
Post Reply