Changes

Jump to navigation Jump to search
737 bytes added ,  08:57, 4 November 2013
Line 15: Line 15:     
=== Installation ===
 
=== Installation ===
 +
You have to be sure that your server  has '''the kernel up-to-date''' before to install virtualbox, else the installation will fail.
 +
 +
yum update
 +
signal-event post-upgrade;  signal-event reboot
 +
 
This contrib is currently held in several repositories, so the following commands will install on your smeserver.
 
This contrib is currently held in several repositories, so the following commands will install on your smeserver.
   Line 26: Line 31:  
Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. You can not reach this contrib trought internet.
 
Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. You can not reach this contrib trought internet.
 
Your credentials are the user admin of SME Server but you can add more users by the db commands.
 
Your credentials are the user admin of SME Server but you can add more users by the db commands.
 +
 +
===Optional : Change your kernel boot options===
 +
 +
Optionally, for best results with SME 8.x, modify /etc/grub.conf, adding divider=10 to the kernel boot options in order
 +
to reduce the idle CPU load with VirtualBox. For example, if your kernel boot line is:
 +
kernel /vmlinuz-2.6.18-348.6.1.el5 ro root=/dev/main/root
 +
change it to:
 +
kernel /vmlinuz-2.6.18-348.6.1.el5 ro root=/dev/main/root divider=10
 +
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.
    
===Kernel Upgrade===
 
===Kernel Upgrade===

Navigation menu