Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 39: Line 39:  
change it to
 
change it to
 
kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root divider=10</pre>
 
kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root divider=10</pre>
<b>Reminder: if you subsequently update SME Server to use a newer kernel, you will need to change
+
<b>Reminder: if you subsequently update SME Server to use a newer kernel, you may need to change
 
your kernel boot line to reflect the update.</b>
 
your kernel boot line to reflect the update.</b>
   Line 50: Line 50:     
ln <b>–s</b> /usr/src/kernels/<b>`uname –r`</b>-<b>`uname -m`</b> /lib/modules/<b>`uname -r`</b>/build<br />
 
ln <b>–s</b> /usr/src/kernels/<b>`uname –r`</b>-<b>`uname -m`</b> /lib/modules/<b>`uname -r`</b>/build<br />
<b>Reminder: if you subsequently update SME Server to use a newer kernel, you will need to recreate the symbolic link.</b>
+
<b>Reminder: if you subsequently update SME Server to use a newer kernel, you may need to recreate the symbolic link.</b>
    
   <li value="10">Check that the symbolic link was properly created by doing a directory listing.</li>
 
   <li value="10">Check that the symbolic link was properly created by doing a directory listing.</li>
Line 112: Line 112:  
var $noAuth = true;</pre>
 
var $noAuth = true;</pre>
   −
Adjust the consoleHost ip address to an unused static ip address on your internal network
+
Set the consoleHost parameter to the hostname of the server running VirtualBox
 
       <pre>// Host / ip to use for console connections
 
       <pre>// Host / ip to use for console connections
//var $consoleHost = '192.168.100.1';</pre>
+
//var $consoleHost = 'host-name-of-the-server-running-virtualbox';</pre>
    
       <pre>/* Enable advanced configuration items (normally hidden in the VirtualBox GUI)
 
       <pre>/* Enable advanced configuration items (normally hidden in the VirtualBox GUI)
Line 134: Line 134:  
   <li value="26">Disable authentication of ''vboxwebsrv'' (this is not recommended, but at this stage, this is the only setup that works). Login to the server’s SSH and type this command.</li>
 
   <li value="26">Disable authentication of ''vboxwebsrv'' (this is not recommended, but at this stage, this is the only setup that works). Login to the server’s SSH and type this command.</li>
 
       <pre>vboxmanage setproperty websrvauthlibrary null</pre>
 
       <pre>vboxmanage setproperty websrvauthlibrary null</pre>
<!--
  −
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
  −
        available for the current kernel (2.6.18-238.19.1.el5) or it failed to
  −
        load. Please recompile the kernel module and install it by
  −
  −
          sudo /etc/init.d/vboxdrv setup
  −
  −
        You will not be able to start VMs until this problem is fixed.
  −
-->
   
   <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>
   Line 180: Line 171:  
         <li>Create a new virtual machine (e.g. vmXP)</li>
 
         <li>Create a new virtual machine (e.g. vmXP)</li>
 
         <li>Enable network card (either NAT or Bridged) so you can connect to your new VM console.</li>
 
         <li>Enable network card (either NAT or Bridged) so you can connect to your new VM console.</li>
        <li>Open an RDP client (run->mstsc) then type your server’s domain name (e.g. mydomain.com) or ip address e.g. (192.168.100.1)</li>
   
       </ul>
 
       </ul>
 
[[File:virtual_box.jpg]]
 
[[File:virtual_box.jpg]]
</li value="34">
+
 
<li>Install the VirtualBox Guest Additions iso into your newly setup VM.</li>
+
  <li value="34">Ensure you are connected to the server's internal network, then open a Remote Desktop client program.
 +
      <ul>
 +
      <li> On Windows, open an RDP client (run->mstsc) then type your server’s domain name, (e.g. mydomain.com), hostname (e.g. myserver), or ip address (e.g. 192.168.100.254)</li>
 +
      </ul>
 +
  </li>
 +
  </li>
 +
 
 +
  <li value="35">Install the VirtualBox Guest Additions iso into your newly setup VM.</li>
 
</ol>
 
</ol>
  
38

edits

Navigation menu