Line 27: |
Line 27: |
| <li value="4">Check your current kernel.</li> | | <li value="4">Check your current kernel.</li> |
| <pre>uname -r</pre> | | <pre>uname -r</pre> |
− | <li value="5">Install kernel-devel to get the latest development tree. Latest kernel at the time of writing is 2.6.18-308.13.1.el5.<br/> | + | <li value="5">Install kernel-devel to get the latest development tree.<br/> |
− | Use this command only if you have a PAE kernel installed: | + | Use the command below, only if you have a PAE kernel installed: |
| <pre>yum clean all | | <pre>yum clean all |
| yum install kernel-PAE-devel kernel-headers | | yum install kernel-PAE-devel kernel-headers |
Line 112: |
Line 112: |
| | | |
| <li value="22">Open a terminal window to the SME Server and create a directory to store the virtual machine images.</li> | | <li value="22">Open a terminal window to the SME Server and create a directory to store the virtual machine images.</li> |
− | <pre>mkdir -p /opt/vms</pre> | + | <pre>mkdir -p /root/VirtualBox VMs/addons</pre> |
| <li value="23">Download the VirtualBox Guest Additions iso for later installation into your virtual machine guests.</li> | | <li value="23">Download the VirtualBox Guest Additions iso for later installation into your virtual machine guests.</li> |
− | <pre>mkdir -p /opt/vms/addons | + | <pre>cd /root/VirtualBox VMs/addons |
− | cd /opt/vms/addons | |
| wget http://download.virtualbox.org/virtualbox/4.3.6/VBoxGuestAdditions_4.3.6.iso</pre> | | wget http://download.virtualbox.org/virtualbox/4.3.6/VBoxGuestAdditions_4.3.6.iso</pre> |
| | | |
| <li value="24">Using a web browser, Go to http://yourdomain.com/phpvirtualbox and connect to the phpVirtualBox web application. | | <li value="24">Using a web browser, Go to http://yourdomain.com/phpvirtualbox and connect to the phpVirtualBox web application. |
− | <ul>
| |
− | <li>From the menu provided, go to select File->Preferences.</li>
| |
− | <li>Select the "General" tab.</li>
| |
− | <li>Change the Default Machine Folder to:
| |
− | <pre>/opt/vms</pre>
| |
− | </li>
| |
− | </ul>
| |
| At this point, VirtualBox should now be configured and running correctly. If you encounter problems, please recheck that you have setup VirtualBox as a service so it starts automatically after a reboot, and that your vbox.cfg file is configured correctly. To manage VirtualBox and any virtual machines, use the command line utility VBoxManage. See VBoxManage --help . For a list of available switches for VBoxManage, see this list. | | At this point, VirtualBox should now be configured and running correctly. If you encounter problems, please recheck that you have setup VirtualBox as a service so it starts automatically after a reboot, and that your vbox.cfg file is configured correctly. To manage VirtualBox and any virtual machines, use the command line utility VBoxManage. See VBoxManage --help . For a list of available switches for VBoxManage, see this list. |
| </li> | | </li> |