So, I've managed to get the VMs to run at least.. But now I have a real problem keeping the clock correct in all the VMs. Currently I have:
tools.syncTime = "FALSE" host.useFastclock = "FALSE"
in my .vmx files, and clocks are drifting FAST. The services in the VMs are MySQL, IMAP, SMTP and more, and naturally they should keep the time in sync with reality. Any ideas on how? Besides calling an ntp clock every ten minutes or so...