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
0
votes
1 answer

HyperV Server Recommendations

Looking to implement HyperV on 2008 R2... We currently use an HP DL380, but we are looking to expand a bit and were thinking maybe a blade solution was the answer... Or an HP DL370 G6... Or the Intel Modular MFSYS25... We currently host about 12…
Shoeless
  • 275
  • 2
  • 12
0
votes
1 answer

how to install license to Xen server 7.6

Is it possible to activate Xen server using the trial license(90days)? I have installed xen license server using Citrix License Server Virtual Appliance. And uploaded my trial license file to local license server. But it's giving following error.…
Nyambaa
  • 101
  • 3
0
votes
1 answer

How to compare and rate Virtual CPUs?

I have got two virtual Servers on different Hosters and asking myself how I can get a clue of the CPU Performance. Which metrics can I have a look at and how can I get a feeling for it so that I can say Server 1 is like 1 GHz and Server 2 only 500…
0
votes
1 answer

ESXi 6.5 Pink Screen of Death

I have a server that seems to be cursed. Every 2-5 days it fails (I'm still pretty new to this stuff) I've spent the last couple weeks or so trying to find solutions. But I'm clearly not getting anywhere. Any reference to a PSOD I've found is…
Wayne
  • 27
  • 3
0
votes
1 answer

How does file system selection at hyperviser affect KVM VMs?

I'm new to hypervisors and will be setting up a single host machine with a hyperviser that supports multiple filesystem types (LVM, ZFS, NFS, Glustfs etcetera) - this hypervisor will then run a small number of KVM VMs. I'm a bit confused about the…
0
votes
0 answers

Why does my server suddenly restart?

I have a VMWare ESXI Hypervisor and its been working fine for the past 4-5 months but suddenly it's started randomly crashing after what seems to be under load. There are 2 VM's on this hypervisor one UbuntuServer and Windows Server 2008 The windows…
user427668
0
votes
0 answers

Configuring xen hypervisor with multiple NIC

I want to configure xen with 2 NIC. The dom0 is configured with CentOS7 where the interface eth0 is facing the local LAN (10.12.X.X) and the eth1 (192.x.x.x) is connected to the corporate LAN. Dom0 is configured following the guideline from…
jazaman
  • 101
  • 2
0
votes
2 answers

Solutions to Classical Cluster Problems

This is a multi-step question, so bear with me. I am considering building a small (10 - 20 node) cluster. However, I want normal programs (not designed for clusters) to be able to take advantage of the extra processing speed. In the most ideal…
B00TK1D
  • 685
  • 4
  • 18
0
votes
1 answer

Give Xen HVM DomU Control of Wifi Card

I'm running a Mikrotik Cloud Hosted Router as an HVM DomU under Xen. How do I give it full control of the wifi card instead of my Dom0? The DomU needs to be able to associate and disassociate with networks, as well as host them, so NAT and bridging…
Dessa Simpson
  • 491
  • 7
  • 25
0
votes
1 answer

Virtual machines and dual socket setups: minimizing need for CPU-to-CPU communication

I am planning to build a multi-OS workstation overseen by (probably) KVM, on which I will do a variety of tasks. Some of these tasks lend themselves to multithreading better than others, so I want to maximize clock speed as much as possible. To this…
0
votes
0 answers

Nested Hypervisor Installation - Xenserver in Vmware

I need to do some testing with Citrix Xenserver 7.x (not any guest VMs within it - the hypervisor itself) and want to run it as a Vmware 5.5 guest. I have seen others who have successfully nested this way but I have failed to get it to work at this…
user1801810
  • 133
  • 5
0
votes
1 answer

KVM latest version

So this might be a stupid question. But I'm comparing four different hypervisors (Hyper-V, KVM, RHV, vSphere) and one of the criteria is 'future development'. I was looking for the newest version of KVM but I can't really find it. KVM 1.2.0 seems…
Simone
  • 41
  • 2
0
votes
1 answer

Determine which VIF interface belong to which Xen domain on SLES12.1

As mentioned I have a list of Xen Domain as below: Vm01
Vm02
Vm03
Vm04 And using bright network for communicating outside, After I launched 4 VM it automatically created 4 vif interface, but now I can not determine which interface is…
Ronalkiha
  • 11
  • 5
0
votes
1 answer

Xen: Can't ping from domU to dom0

I have 2 local connected PCs. I'v created 2 VMs on PC1 and added connection through bridging using eth0 interface in dom0. From dom0: #brctl addbr xenbr0 #brctl addif xenbr0 eth0 #ifconfig xenbr0 10.0.2.4 #xl create /etc/xen/dom1.cfg #xl create…
0
votes
1 answer

Effects of Third Party tools on Hypervisor Performance

I am using XEN for managing and introspection of VM's. I used DRAKVUF for sake of introspection. XEN provide built in tools for managing VM's. But I want to use LibVIRT for management. I want to know that the installation of third party tools for…
furusiyya
  • 3
  • 4