Changes

From SME Server
Jump to navigationJump to search
1,332 bytes added ,  12:10, 28 July 2014
Move OpenNode to different section
Line 217: Line 217:     
the workaround is to set virtualbox to use the host I/O disk cache : see settings/storage/controller and activate the option
 
the workaround is to set virtualbox to use the host I/O disk cache : see settings/storage/controller and activate the option
 +
 +
 +
== OpenNode ==
 +
See this [http://forums.contribs.org/index.php?topic=50994 forum] post
 +
 +
{{Warning box|The procedures listed here are outside normal SME operation. They are not guaranteed to work. Make sure you fully understand what you are going before proceeding}}
 +
Example to create a SME Server 8.1-x86_64 VM :
 +
 +
1) you have to install OpenNode, it can be installed after a CentOS6 on cloud hosting : http://opennodecloud.com/downloads/
 +
 +
 +
2) Connect to your VE :
 +
 +
ssh -c blowfish -X -C root@YourServerIP
 +
 +
 +
3) Download SME Server ISO :
 +
 +
cd /storage/local/iso/
 +
wget http://mirror.smeserver.eu/smeserver/releases/8.1/iso/x86_64/smeserver-8.1-x86_64.iso
 +
 +
 +
4) Pre-create VM disk image :
 +
 +
qemu-img create -f qcow2 -o preallocation=metadata /storage/local/images/smeserver8vm.qcow2 10G
 +
 +
 +
5) Launch installation inside screen :
 +
 +
screen
 +
virt-install --connect qemu:///system \
 +
--name smeserver8vm --ram 1024 --vcpus 1 \
 +
--disk path=/storage/local/images/smeserver8vm.qcow2,format=qcow2,bus=virtio,cache=none \
 +
--network=bridge:vmbr0,model=virtio --vnc --os-type=linux --os-variant=rhel5 \
 +
--cdrom /storage/local/iso/smeserver-8.1-x86_64.iso --accelerate --noautoconsole --keymap=fr
 +
 +
 +
6) Detach screen :
 +
 +
[CTRL+A+D]
 +
 +
 +
7) launch virt-manager to manage your VM
 +
 +
virt-manager
 +
 +
 +
You will find help in the opennode's wiki and forum.
    
= SME Server as a Host server =
 
= SME Server as a Host server =

Navigation menu