Questions tagged [virtualization]

Virtualization is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, a storage device or network resources

Virtualization is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, a storage device or network resources.

Virtualization helps in:

  1. Better use of under-utilized computers
  2. Hardware Independence
  3. Data protection

I) Virtualization can be done at zonal level, software or hardware.

The main reason for server virtualization is to maximize the utilization of resources. In the conventional system each application will have its own dedicated server. The drawback is that most of the resources remain unused most of the time. Typically, less than 20% of a physical server resource gets utilized. Companies still need to spend money, energy and resources for updating each of these physical servers and keeping them up and running. Virtualization divides each of the physical servers into multiple virtual servers, thus creating multiple logical instances of software on a single physical hardware. Thus multiple applications can run on a single server and each application running on a virtual server is made to feel that it is the unique holder of the physical resource. Thus it maximizes resource utilization and reduces the cost of maintenance by reducing the number of physical servers.

II) Network Virtualization: Given a physical network, virtualization allows for multiple logical networks to run atop(parallely) the common physical substrate. Thus, multiple users can share the network resources and it provides a secure/ reliable connection among the virtually connected nodes.

2317 questions
0
votes
0 answers

How many virtual processors can be assign to virtual machines in Hyper-V manager

can you easily explain, how many virtual processors I can assign to virtual machines in Hyper-V manager? Example: I have computer with 4 cores and 8 logical processors. I have created 4 virtual machines. Can I only assign 2 virtual processors per…
Majkl
  • 175
  • 1
  • 7
0
votes
0 answers

WPF - Panel seems to load all item at once

I want to show 2000 items with image (thumbnail). If I use normal list view, it will consume about 2GB memory with UI virtualization. Therefore, I tried to handle this problem using Data Virtualization followed…
0
votes
1 answer

Virtualization and Clipboard Sharing

Hey all, I was wondering how does clipboard-sharing work when using a hosted virtualized OS. I mean, how would I go about writing such a bridge, for say a Windows host running a Linux guest?
Trevor
  • 1,563
  • 3
  • 18
  • 27
0
votes
1 answer

How do I deploy a web service to a virtual server from the host?

all. First of all I am sorry if this question is better for SuperUser, I couldn't tell. If it is it would be great if someone could migrate it. So anyway, I'm building this service for SharePoint in Visual Studio 2008 with C#. Of course I need to…
0
votes
2 answers

Libvirt dnsmasq is running on all interfaces, this is undesired

So currently I'm running libvirt on my debian box, and it's DHCP server is listening on all interfaces, I would like to restrict that down to the bridge interface where the VMs would live. I can kill off the dhcp server temporarily to accomplish…
WTFoxtrot
  • 1
  • 1
0
votes
0 answers

Virtualize specific environment (CPU, cache, clock)

I have written some code that's supposed to run on a certain hardware-setup. I'd like to test it to get some preliminary metrics, but without buying the hardware setup, since it's very expensive. At first I, naively, thought I could set some…
Benjamin Larsen
  • 470
  • 5
  • 18
0
votes
2 answers

Error not a valid device model name in Qemu

I am trying to add a custom device in Qemu source code. Below are the steps which I followed to add a device in Qemu source code: Go to directory where qemu is installed Then created a custom device file in hw/misc/.c created a entry in…
0
votes
2 answers

How to use virtualbox in a Windows 10 azure virtual machine

I've been reading about it, and I don't know if there is anyway of doing it. I want to create a Virtualbox virtual machine inside another virtual machine I created in azure, and I don't have Hyper-V activated. My virtual machine doesn't have a…
0
votes
1 answer

Microsoft Application Virtualization - Export to Excel

It is possible to add 'Export to Excel' context menu item as shown here This is done by adding res://C:\Program Files\Microsoft Office\OFFICE12\EXCEL.EXE/3000 via regedit. Is it possible to do the same with Microsoft Application Virtualization?…
purum
  • 263
  • 1
  • 8
  • 16
0
votes
1 answer

WVD (Windows virtual desktop) vs HVD (hosted virtual desktop)

Hopefully this is correct group to ask that question... What is the difference between HVD technology and new WVD? My understanding both run in the cloud, provide simplified centralized management, and both support RDS (Remote Desktop Services). So…
user1112906
  • 61
  • 1
  • 8
0
votes
0 answers

VM & host can't ping eachother over bridge

I have a host machine with Debian 10 & QEMU-KVM. I installed packages and rebooted: sudo apt install qemu-kvm virt-manager sudo reboot So now I want to create a bridge that will enable my virtual servers to (a) connect to network and (b) to be…
71GA
  • 1,666
  • 5
  • 30
  • 53
0
votes
1 answer

Virt-manager gives out only one ip for guests. Steals the IP from previous guest

I'm completely new to KVM and virt-manager. I tried to have multiple Ubuntu 18.04.3 VM's. In the end they should be accessed from the hosts network. If I'm right I need a routed network setup to achieve this. But I have a different problem before…
obvg
  • 43
  • 9
0
votes
1 answer

what is difference between RHV and OpenStack

Red Hat say RHV(Red Hat Virtualization) is specialized in running traditional apps requiring stability and high performance. but, as far as I know, these features (instance HA, vertical scaling, ...) are also supported by cloud solutions like…
hihi
  • 1
  • 2
0
votes
2 answers

Scripting using powerCLI Scripts

Is it possible to do scripting using powerCLI scripts to automate VM creation using notepad? or any powerCLI developing tool? How to go about studying PowerCLI scripting from scratch to automate VM creation?
user448402
  • 159
  • 1
  • 18
0
votes
1 answer

qemu can't start OpenWRT after Ubuntu upgrade

When I had Ubuntu 18.04 I stated OpenWRT with the following command: qemu-system-arm -machine virt -cpu cortex-a15 -nographic -netdev bridge,id=lan,br=br-lan,helper=/usr/lib/qemu/qemu-bridge-helper -device…
Andrii K.
  • 17
  • 5
1 2 3
99
100