Page 1 of 1

VBoxManage command not found in Bio-Linux

Posted: 5. May 2012, 07:07
by brianxleon
Hi everyone,

I really have tried to find this question but had no success. I have a Windows 7 64bit host and I'm running a Bio-Linux which is Ubuntu Linux 10.04 OS guest. I got it from nebc.nerc.ac.uk/tools/bio-linux which was used on a bioinformatics workshop and suggested by a professor. Sadly the guest I made hast too little disk memory so I tried using VBoxManage commands and it said that the command wasn't found. I tried googling for a solution on installing or locating the command but nothing seems to help. In advance I can say that this isn't a case problem, I did type it in every case variation from VBoxManage to vboxmanage. Also tried locate command on them but it did not work. Any help would be appreciated.:)

Thanks in advance,
B

Re: VBoxManage command not found in Bio-Linux

Posted: 5. May 2012, 12:47
by mpack
The path to VBoxManage is "c:\Program Files\Oracle\VirtualBox". You need to add that path to your system path, or include that path when you type the VBoxManage command.

The VBoxManage command is on your host, you will not find it "in Bio-Linux", which incidentally is (AFAICS) just an application, not a new guest OS.

Moving this discussion to "Windows Hosts".

Re: VBoxManage command not found in Bio-Linux

Posted: 5. May 2012, 18:02
by brianxleon
mpack wrote:The path to VBoxManage is "c:\Program Files\Oracle\VirtualBox". You need to add that path to your system path, or include that path when you type the VBoxManage command.
The VBoxManage command is on your host, you will not find it "in Bio-Linux", which incidentally is (AFAICS) just an application, not a new guest OS.
Moving this discussion to "Windows Hosts".
Thanks for the help! I tried adding the VirtualBox file to the path with

Code: Select all

PATH=$PATH:C:\Program\ /Files\Oracle\VirtualBox
export PATH
It didn't work, which I suspected since the file is in the host and since my knowledge on this is still rudimentary. Would you mind telling me the commands necessary to add the VirtualBox commands to the path from the "c:\Program Files\Oracle\VirtualBox" on the host?

Re: VBoxManage command not found in Bio-Linux

Posted: 5. May 2012, 18:14
by Perryg
VBoxManage is a HOST program and as such must be run from the host. Add the environmental variable to the host.

Re: VBoxManage command not found in Bio-Linux

Posted: 6. May 2012, 02:53
by brianxleon
Got it working, thank you both. I can proceed to make VBoxManage modifyhd work for me. :D

Re: VBoxManage command not found in Bio-Linux

Posted: 5. Sep 2013, 08:20
by Deepak2013
Hi brianxelon!
Hi Peryg

Please tell the steps to add environment variable in case of VBoxmange to host.

Re: VBoxManage command not found in Bio-Linux

Posted: 5. Sep 2013, 11:08
by mpack
Tuition in the use of your chosen host OS is beyond the scope of these forums. I'm sure Google can help you however.