Questions tagged [hypervisor]

This is one of many hardware virtualization techniques that allows multiple "guest" operating systems to run concurrently on a "host" computer. Also known as virtual machine manager (VMM).

Hypervisor, also called virtual machine manager (VMM), is one of many hardware virtualization techniques allowing multiple operating systems, termed guests, to run concurrently on a host computer. It is so named because it is conceptually one level higher than a supervisory program. The hypervisor presents to the guest operating systems a virtual operating platform and manages the execution of the guest operating systems. Multiple instances of a variety of operating systems may share the virtualized hardware resources. Hypervisors are very commonly installed on server hardware, with the function of running guest operating systems, that themselves act as servers.

Source: wikipedia

158 questions
1
vote
1 answer

Machine Compatibility Test

We currently have a server running VMware server 1.0X. I'm trying to get it ready to install ESXi. I'm running the compatibility test on the go.vmware.com site and I'm getting a failure. Number of processors does not meet the minimum requirements…
fineprint
1
vote
1 answer

How to use hosts with no storage disks and virtual machine instances with no local drive in Openstack

In Openstack, is it possible to create compute nodes with no hard drives and use PXE in order to boot the host's system and therefore launch instances with no local drive which is needed to boot the VM's image. If not what's the minimum storage…
1
vote
2 answers

KVM hypervisor - Windows 32bit VM, RAM up to 2GB usable

I've got a Debian 10 KVM hypervisor, no libvirt or other tool to administrate it, using QEMU scripts. I need a 32bit Windows VM for a legacy app, but on a supported OS (not XP), either Windows 8.1 or 10 32bit. Both Windows 8.1 & 10 present a message…
1
vote
0 answers

KVM/QEMU - best practice for creating snapshots of your guests regarding disk space on the hypervisor

I have several KVM/QEMU guests with each having one hard disk based on the qcow2 format. As I understand, I have two option for creating snapshots. First is to create a snapshot inside the qcow2 image: virsh snapshot-create {vm_name} The second…
manifestor
  • 5,329
  • 5
  • 21
  • 33
1
vote
0 answers

Dedicated IPv4 address for a KVM guest

I have a dedicated bare metal server, which is a KVM host and which has it's own IPv4 address. I just ordered another seperate IPv4 address for a KVM guest and which should be used for the KVM guest only. How I can I use both IPv4 addresses, one…
1
vote
1 answer

Is pausing/suspending VM into memory for long periods (months) recommended?

I am running KVM with some Ubuntu VM's as guest machines. The guest machines contain an application that does not need to be run most of the time, but once every few months, there are unexpected, random triggers that require it to be run immediately…
1
vote
1 answer

Powershell: unable to create new Hyper-v VM remotely

To simplify our current setup. We have SRV01, SRV02, and SRV03. All Windows Server 2016 with Hyper-V installed and joined to our domain. SRV01 host a shared folder "\\SRV01\VM-ONLINE-STORAGE\Test" All servers on same network subnet and their windows…
Aboodnet
  • 63
  • 5
1
vote
1 answer

KVM VM which MAC address to give hosting company (Fasthosts)

To allow traffic to be routed through there network for my KVM VM my hosting company want to know the MAC address. The way I have it set up is my VM used a different IP from the host. I have bridges and the VM (which uses the second IP I got from…
Ben Edwards
  • 301
  • 3
  • 12
0
votes
1 answer

Installing an Operating System onto Microsoft Hyper-V Server 2019

I have downloaded and installed Microsoft Hyper-V Server 2019 on a laptop, I am using Hyper-V Manager in another laptop and have created a virtual machine in the Hyper-V Server. Now, how to provide the OS to the virtual machine as it is neither…
0
votes
1 answer

Nested Hyper-V not working error 41 - Hypervisor launch failed; Either VMX not present or not enabled in BIOS

I would like to run hyper-v on a hyper-v server which in theory is possible. But when I try to start a VM in the child hyper-v I get an error. I checked the Event log and there it is, code 41. Hypervisor launch failed; Either VMX not present or not…
Laci K
  • 113
  • 1
  • 4
0
votes
1 answer

Is PCIe passthrough on Citrix Xen Hypervisor persistent?

I am virtualising my firewall, NAS and other services to reduce hardware diversity. Specifically I want to run at least PfSense and OpenMediaVault over Citrix Hypervisor (v8 at the time of writing). This requires switching off network checksum…
andybjackson
  • 105
  • 4
0
votes
1 answer

Fresh ESXi 6.7u2 install not accessible on management IP

After building the server, I connected my laptop to Ethernet port marked as 1 and attempted to ping the IP. This failed. I tried the other 3 ports, same result. Server has 4 NICS so I connected them all to a gig switch along with my laptop, but…
Dacid Salin
  • 186
  • 3
  • 12
0
votes
2 answers

Installing KVM on Oracle Solaris

As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?
R1w
  • 138
  • 3
  • 10
0
votes
2 answers

Identical Processor - Live Migration Error

I have production problem thats why Im asking for fast help :/ Environment 2 new HyperV Host with Windows 2016 in Failover Cluster Both with CPU: Intel® Xeon® Silver 4116 Processor 2.10 Ghz Live migration VM started on node 1 to node 2 success with…
0
votes
1 answer

Windows 2012 Hypervisor shuts down VM but cannot start it again

The last few days, one of the virtual machines, a VM running Centos 7 is shut down late in the evening and then not restarted. When I try and start it manually I get the error 'CENTOS7' failed to start worker process: Logon failure: the user has…
Dennis
  • 103
  • 1