Line 226: |
Line 226: |
| * Contribs.org [[Vmware|Wiki page]] on installing VMware on SME Server | | * Contribs.org [[Vmware|Wiki page]] on installing VMware on SME Server |
| * Interesting guide from [http://support.theenterprisecloud.com/kb/default.asp?id=355&Lang=1&SID= Verizon] on performance tuning. | | * Interesting guide from [http://support.theenterprisecloud.com/kb/default.asp?id=355&Lang=1&SID= Verizon] on performance tuning. |
| + | |
| + | |
| + | |
| + | == 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. |
| + | |
| | | |
| | | |