Hallo zusammen,
ich habe einen Rhel 7.5 Server und möchte auf diesem mit Vagrant virtuelle Boxen erzeugen. Beim Start der Box mittels 'vagrant up' bekomme ich folgende Fehlermeldung:
Ich habe folgende CPU-Daten aus dem /proc/cpuinfo-File:
Weiß jemand wie ich VT-x aktivieren kann oder ob es überhaupt unterstützt wird?
ich habe einen Rhel 7.5 Server und möchte auf diesem mit Vagrant virtuelle Boxen erzeugen. Beim Start der Box mittels 'vagrant up' bekomme ich folgende Fehlermeldung:
Code:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "d1388df4-65d4-4fda-98df-a1f043c88294", "--type", "headless"]
Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Ich habe folgende CPU-Daten aus dem /proc/cpuinfo-File:
Code:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 62
model name : Intel(R) Xeon(R) CPU E7-4820 v2 @ 2.00GHz
stepping : 7
microcode : 0x70d
cpu MHz : 1995.192
cache size : 16384 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx hypervisor lahf_lm epb dtherm ida arat pln pts
bogomips : 3990.38
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
Weiß jemand wie ich VT-x aktivieren kann oder ob es überhaupt unterstützt wird?