LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   Virtualised Intel Vt-x/Ept requres execution mode (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/virtualised-intel-vt-x-ept-requres-execution-mode-924717/)

call_krushna 01-19-2012 10:31 PM

Virtualised Intel Vt-x/Ept requres execution mode
 
Hi Team,

I am installing Esx 5.0 in vmware workstation in Ubuntu 10.10 .It is showing error Virtualised Intel Vt-x/EPt requires execution mode an execution mode of Intel Vt-x/EPT .

Pc spec :- Intel I5@3.20 ,Intel 67cl with 16gib memory

Steps I have taken

1.Cross checked in Bios ,intel vt is enabled

2.In Vmware workstation -> processor setting tried to enable Virtualisation engine as Intel VT

3.#grep --color vmx /proc/cpuinfo

flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat pln pts tpr_shadow vnmi flexpriority ept vpid

4.#tail -f /var/log/vmware/hostlog
2012-01-20T09:31:47.383+05:30 [7F93F2966710 verbose 'Locale'] Default resource used for 'guestos.solaris6Guest.label' expected in module 'gos'.
2012-01-20T09:31:56.491+05:30 [7F93F2966710 verbose 'Ticket 52 f1 88 f2 e0 8d a4 c2-d9 1c 59 4e 41 53 c2 87'] Ticket invalidated
2012-01-20T09:36:47.193+05:30 [7F93EF7DE710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"
2012-01-20T09:41:47.196+05:30 [7F93EF7DE710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"
2012-01-20T09:46:47.200+05:30 [7F93F2925710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"
2012-01-20T09:51:47.203+05:30 [7F93EF860710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"
2012-01-20T09:56:46.772+05:30 [7F93EF81F710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"
2012-01-20T09:56:46.772+05:30 [7F93F2925710 verbose 'PropertyProvider'] RecordOp ASSIGN: info, haTask--vim.ServiceInstance.currentTime-9
2012-01-20T09:56:46.772+05:30 [7F93F2925710 verbose 'PropertyProvider'] RecordOp ASSIGN: info, haTask--vim.ServiceInstance.currentTime-9
2012-01-20T09:56:47.206+05:30 [7F93EF81F710 verbose 'SoapAdapter'] Using SOAP envelope handler for version URI "urn:vim25/5.0"

Please help me to get rid of this error so that I can able to install 64bit VMs inside vsphere.

Is there any other path to find vmware logs in Ubuntu

call_krushna 01-20-2012 07:42 AM

Waiting for reply .

garytorner 01-27-2012 08:05 PM

add this lines to the vmx-file then it should work


monitor.virtual_mmu = "hardware"
monitor.virtual_exec = "hardware"
vhv.enable = "TRUE"
monitor_control.restrict_backdoor = "true"

or

Right click the VM in question and select "Settings".

Hardware Tab > Processors > Tick the option to enable VT-x/EPT or V/RVI > OK.

all the i3,i5,i5 are EPT capable

call_krushna 01-31-2012 09:03 AM

Thanks garytorner .It helped me a lot .

GajananPatil 04-09-2013 01:54 AM

@garytorner and @Krushna;

i tried all the steps you mentioned; i am still facing same error.


All times are GMT -5. The time now is 12:18 PM.