Hi,
I've been looking around the net to see if the suggested solutions could help me, unfortunately it didn't.
I installed VMware Server (VMware Server 1.0.2 build-39867) on top of Ubuntu 7.04 (2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux) which is installed on a Dell Poweredge server (2 x 4 core@1.86Ghz, 8GB).
Then I started to deploy virtual machines: ubuntu, debian, everything was fine.
Then I had to install Red Hat product from Oracle E-delivery (for Oracle Server), and I noticed that the time was drifting terribly, like 4-6 times slower than my Ubuntus.
I tried several Red Hat mediapack: 4.5 32-bit and 64-bit , 5.0 32-bit and 64-bit yesterday 5.1 64-bit with develepment kit in order to have the Kernel sources.
First, I installed vmware-tools provided within the VMware server kit (linux.iso), btw it says "vmware tools out of date", don't think it's a big deal...
I checked kernel compilation:
5:# define HZ CONFIG_HZ / Internal kernel timer frequency /
6:# define USER_HZ 100 / .. some user interfaces are in "ticks /
I changed kernel boot options:
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pmtmr
OR
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pit
OR
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pit nosmp noapic nolapic
I also changed <my-vm>.vmx file with:
tools.syncTime = "TRUE"
tools.syncTime.period = "1"
I also tried to add:
host.cpukHz = 1860000
host.noTSC = TRUE
ptsc.noTSC = TRUE
Nothing works, it's still slow... I'm going mad with this Red Hat.
The only way to fasten the clock is to run hwclock in background with no wait but it consumes 40% of cpu time.
But I still need more ticks
Can anyone help ?
I've been looking around the net to see if the suggested solutions could help me, unfortunately it didn't.
I installed VMware Server (VMware Server 1.0.2 build-39867) on top of Ubuntu 7.04 (2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux) which is installed on a Dell Poweredge server (2 x 4 core@1.86Ghz, 8GB).
Then I started to deploy virtual machines: ubuntu, debian, everything was fine.
Then I had to install Red Hat product from Oracle E-delivery (for Oracle Server), and I noticed that the time was drifting terribly, like 4-6 times slower than my Ubuntus.
I tried several Red Hat mediapack: 4.5 32-bit and 64-bit , 5.0 32-bit and 64-bit yesterday 5.1 64-bit with develepment kit in order to have the Kernel sources.
First, I installed vmware-tools provided within the VMware server kit (linux.iso), btw it says "vmware tools out of date", don't think it's a big deal...
I checked kernel compilation:
5:# define HZ CONFIG_HZ / Internal kernel timer frequency /
6:# define USER_HZ 100 / .. some user interfaces are in "ticks /
I changed kernel boot options:
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pmtmr
OR
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pit
OR
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 clock=pit nosmp noapic nolapic
I also changed <my-vm>.vmx file with:
tools.syncTime = "TRUE"
tools.syncTime.period = "1"
I also tried to add:
host.cpukHz = 1860000
host.noTSC = TRUE
ptsc.noTSC = TRUE
Nothing works, it's still slow... I'm going mad with this Red Hat.
The only way to fasten the clock is to run hwclock in background with no wait but it consumes 40% of cpu time.
But I still need more ticks
Can anyone help ?