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
Dec 23, 2010I just noticed this in /config/tmm_base.tcl:
----------------------------------------------------------------------------------------------
if { [string compare $platform "C36"] == 0 } {
scheduler::rtc_frequency 2048
scheduler::sleep_range 122070 1000000
} elseif { [string compare $platform "Z99"] == 0 } {
scheduler::sleep_range 1000000 1000000
VirtualBox has a disagreeable LAPIC. Workaround by using the RTC
if { [ file exists "/var/run/VirtualBox" ] } {
scheduler::rtc_frequency 256
scheduler::use_rtc true
} else {
scheduler::rtc_frequency 1024
scheduler::use_rtc false
}
}
----------------------------------------------------------------------------------------------
and this in dmesg:
----------------------------------------------------------------------------------------------
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
Using local APIC timer interrupts.
WARNING calibrate_APIC_clock: the APIC timer calibration may be wrong.
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
* Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
Assertion failed! tmict >= tmcct,/home/f5cm/cm/bigip10.1.0-luxor/90741/f5_build/BUILD/lapict-10.1.0/main.c,countdown,line=852
Assertion failed! tmict >= tmcct,/home/f5cm/cm/bigip10.1.0-luxor/90741/f5_build/BUILD/lapict-10.1.0/main.c,countdown,line=852
Assertion failed! tmict >= tmcct,/home/f5cm/cm/bigip10.1.0-luxor/90741/f5_build/BUILD/lapict-10.1.0/main.c,countdown,line=852
Assertion failed! tmict >= tmcct,/home/f5cm/cm/bigip10.1.0-luxor/90741/f5_build/BUILD/lapict-10.1.0/main.c,countdown,line=852
Assertion failed! tmict >= tmcct,/home/f5cm/cm/bigip10.1.0-luxor/90741/f5_build/BUILD/lapict-10.1.0/main.c,countdown,line=852
----------------------------------------------------------------------------------------------
So on Xen you might want to touch /var/run/VirtualBox
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