Forum Discussion
treepose_102627
Feb 18, 2010Historic F5 Account
What Hypervisors have you tried LTM VE in?
While VMware Workstation 7, ESX and ESXi 4 are supported, many of the other Hypervisors on the market are not. This does not mean that the LTM VE will not run in them. Folks have had great success w...
Dave_Whitla_254
Nimbostratus
Aug 24, 2011With the advent of 10.2.2 and some changes to support Citrix XenServer some minor config changes are necessary to run LTM VE on Open Source Xen 4.0.x.
Below is the config for a working LTM VE 10.2.2 on Debian Squeeze with Xen 4.0.1.
import os, re
arch = os.uname()[4]
device_model = '/usr/lib/xen-default/bin/qemu-dm'
pae=1
acpi=1
apic=1
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncconsole=1
vncpasswd=''
stdvga=0
serial='pty'
kernel = '/usr/lib/xen-default/boot/hvmloader'
builder = 'hvm'
vcpus = '2'
memory = '2048'
shadow_memory = 8
uuid = '74929553-f637-3dc3-7499-2184e93eb57b'
Physical volumes
disk = [
'phy:/dev/guest/dmzlb.tst1-root,hda,w',
]
boot on floppy (a), hard disk (c) or CD-ROM (d)
default: hard disk, cd-rom, floppy
boot = 'c'
Hostname
name = 'dmzlb.tst1'
Networking
dhcp = 'off'
vif = [
'mac=00:16:3e:3d:cd:00,type=ioemu, model=rtl8139, bridge=mgmt',
'mac=00:16:3e:3d:cd:01,type=ioemu, model=rtl8139, bridge=lacp',
'mac=00:16:3e:3d:cd:02,type=ioemu, model=rtl8139, bridge=lacp',
]
'mac=00:16:3e:3d:cd:03,type=ioemu, model=rtl8139, bridge=lacp',
Behaviour
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'preserve'
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects