Andre
What should we look for in the VMs vmware.log file to ensure EPT is enabled? In my case I am running a Dell T110 w/ a Xeon x3430, I want to ensure my systems is using EPT for all my VMs what is the best way to do this?
(btw, I got this by browsing the datastore my VMs is on in the vCenter datastore browser, copied to my desktop and opened w/ Notepad++)
If I see "EPT memory type WB" = yes (as in bold below) does this mean the VM is using EPT?
2011-08-30T19:05:32.002Z| vmx| VPID and EPT Capabilities (0x00000f0106114141)
2011-08-30T19:05:32.002Z| vmx| R=0/W=0/X=1 yes
2011-08-30T19:05:32.002Z| vmx| Page-walk length 3 yes
2011-08-30T19:05:32.002Z| vmx| EPT memory type WB yes
2011-08-30T19:05:32.002Z| vmx| 2MB super-page yes
2011-08-30T19:05:32.002Z| vmx| INVEPT support yes
2011-08-30T19:05:32.002Z| vmx| Type 1 INVEPT yes
2011-08-30T19:05:32.002Z| vmx| Type 2 INVEPT yes
2011-08-30T19:05:32.002Z| vmx| INVVPID support yes
2011-08-30T19:05:32.002Z| vmx| Type 0 INVVPID yes
2011-08-30T19:05:32.002Z| vmx| Type 1 INVVPID yes
2011-08-30T19:05:32.002Z| vmx| Type 2 INVVPID yes
2011-08-30T19:05:32.002Z| vmx| Type 3 INVVPID yes
Thanks.
Jonathan Reininger