Changes

From SME Server
Jump to navigationJump to search
Line 79: Line 79:  
       <pre>yum install --enablerepo=epel dkms</pre>
 
       <pre>yum install --enablerepo=epel dkms</pre>
 
   <li value="13">Install the VirtualBox repository using the instructions [http://wiki.contribs.org/VirtualBox_Repository here].</li>
 
   <li value="13">Install the VirtualBox repository using the instructions [http://wiki.contribs.org/VirtualBox_Repository here].</li>
   <li value="14">Install <b>VirtualBox</b> (At the time of the last update to these instructions, the latest version was v4.3.4_91027_el5-1).</li>
+
   <li value="14">Install <b>VirtualBox</b> (At the time of the last update to these instructions, the latest version was v4.3-4.3.6-91406).</li>
 
       <pre>yum install --enablerepo=virtualbox VirtualBox-4.3</pre>
 
       <pre>yum install --enablerepo=virtualbox VirtualBox-4.3</pre>
 
   <li value="15">Review the VirtualBox installation log to ensure that the installation was successful.</li>
 
   <li value="15">Review the VirtualBox installation log to ensure that the installation was successful.</li>
Line 147: Line 147:     
Change the tmp location as per below.
 
Change the tmp location as per below.
      <pre>// Path
  −
var $cachePath = '../tmp';</pre>
   
    
 
    
 
   </li>
 
   </li>
Line 155: Line 153:  
   <li value="27">Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. Please install the extension pack with the same version as your installed version of VirtualBox!</li>
 
   <li value="27">Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. Please install the extension pack with the same version as your installed version of VirtualBox!</li>
   −
You can find the extension packs [http://www.virtualbox.org/wiki/Downloads here.] The following commands download and install the extension pack for VirtualBox 4.2-8.
+
You can find the extension packs [http://download.virtualbox.org/virtualbox/ here.] The following commands download and install the extension pack for VirtualBox 4.3.
   −
       <pre>wget http://download.virtualbox.org/virtualbox/4.2.16/Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack
+
       <pre>wget http://download.virtualbox.org/virtualbox/4.3.6/Oracle_VM_VirtualBox_Extension_Pack-4.3.6-91406.vbox-extpack
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack</pre>
+
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.3.6-91406.vbox-extpack</pre>
    
   <li value="28">Update SME, and reboot again</li>
 
   <li value="28">Update SME, and reboot again</li>
Line 172: Line 170:     
   <li value="30">Open a terminal window to the SME Server and create a directory to store the virtual machine images.</li>
 
   <li value="30">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 /opt/vms</pre>
 
   <li value="31">Download the VirtualBox Guest Additions iso for later installation into your virtual machine guests.</li>
 
   <li value="31">Download the VirtualBox Guest Additions iso for later installation into your virtual machine guests.</li>
 
       <pre>mkdir -p /var/lib/VirtualBox/addons
 
       <pre>mkdir -p /var/lib/VirtualBox/addons
cd /opt/VMs/addons
+
cd /opt/vms/addons
wget http://download.virtualbox.org/virtualbox/4.2.16/VBoxGuestAdditions_4.2.16.iso</pre>
+
wget http://download.virtualbox.org/virtualbox/4.3.6/VBoxGuestAdditions_4.3.6.iso</pre>
    
   <li value="32">Using a web browser, Go to http://yourdomain.com/phpvbox and connect to the phpVirtualBox web application.
 
   <li value="32">Using a web browser, Go to http://yourdomain.com/phpvbox and connect to the phpVirtualBox web application.
Line 183: Line 181:  
         <li>Select the "General" tab.</li>
 
         <li>Select the "General" tab.</li>
 
         <li>Change the Default Machine Folder to:  
 
         <li>Change the Default Machine Folder to:  
               <pre>/opt/VMs</pre>
+
               <pre>/opt/vms</pre>
 
         </li>
 
         </li>
 
       </ul>
 
       </ul>
75

edits

Navigation menu