Questions tagged [virtualization]

Virtualization is the creation of a virtual—rather than actual—version of something, such as a: hardware platform, operating system, 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.

2366 questions
16
votes
1 answer

virsh list command not showing any domain

I am running Ubuntu 12.04 on a VM on Fedora 18 host using QEMU/KVM and libvirtd. Now, when I fire up the virsh and give list command, it doesn't show any domain running, though my VM is running quite fine. Any idea what am I doing wrong?
Pensu
  • 3,263
  • 10
  • 46
  • 71
16
votes
6 answers

How can i Extract Files From VDI

I was using VirtualBox on my PC(WIN 7) I managed to View some files in my .VDI file.. How can I open or view the contents of my .vdi file and retrieve the files from there?
Rai Micheal
  • 387
  • 2
  • 6
  • 14
16
votes
2 answers

qemu KVM kernel module no such file or directory

I am currently taking an operating systems class and I need to use qemu to run a small operating system that my professor provided. I am trying to use qemu within an ubuntu 12.04 virtual machine on virtualbox on my macbook air 5.2. I know the…
user1820145
  • 227
  • 1
  • 2
  • 4
15
votes
4 answers

Android emulator: how to find out if hardware virtualization feature is used?

Starting with Android SDK Tools rev 17 the Android emulator supports using the hardware virtualization feature (Intel VT, VT-x, vmx and AMD-V, SVM) which should speed-up x86 based emulator images a lot:…
Robert
  • 39,162
  • 17
  • 99
  • 152
15
votes
2 answers

binary translation

The VMM traps privileged instructions and they are translated using binary translation, but actually into what are these special instructions translated into? Thanks
user44444444
  • 787
  • 3
  • 10
  • 12
15
votes
3 answers

Vt-x/AMD-V hardware acceleration is not available on your system

I imported a VM from Oracle and tried to open it. When I try to run the VM, i get the following message: VT-x/AMD-V hardware acceleration is not available on your system. Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to …
mikcutu
  • 1,013
  • 2
  • 17
  • 34
15
votes
6 answers

VMWare - Virtual operating system static IP address

What is the best way to have a virtual operating system have a static IP address in VMWware. I would like to keep the IP address static since it is a virtual server.
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
15
votes
12 answers

How do you set up your virtual machines?

Recently the buzz of virtualization has reached my workplace where developers trying out virtual machines on their computers. Earlier I've been hearing from several different developers about setting up virtual machine in their desktop computers for…
Spoike
  • 119,724
  • 44
  • 140
  • 158
15
votes
4 answers

Could not open avd_name.avd/cache.img

When i run emulator, i get the following error: Cannot launch AVD in emulator. Output: Hax is enabled qemu-system-x86_64.exe: -drive if=none,index=1,id=cache,file={path_to_SDK}\SDK.android\avd{AVD_name}.avd/cache.img: could not open disk image…
15
votes
1 answer

Difference between -net user and -net nic in qemu

I am trying to boot a virtual machine with my a custom IP address using qemu-system-x86_64. Referring to qemu-system-x86_64's tutorials, I found this: -net nic[,vlan=n][,macaddr=mac][,model=type] [,name=name][,addr=addr][,vectors=v] …
jobin
  • 2,600
  • 7
  • 32
  • 59
15
votes
6 answers

What is difference between File.Exists("") and FileInfo exists

I have an *.exe file in \ProgramFiles(x86)\MyAppFolder. In x86 application I check if the file exists (64 bit system). simple: bool fileExists = File.Exists(@"\ProgramFiles(x86)\MyAppFolder\Manager.exe"); The result is: "fileExists == false" (the…
Baranovskiy Dmitry
  • 463
  • 2
  • 5
  • 23
15
votes
1 answer

Enable kvm on Ubuntu running on VirtualBox on Windows

I have a Windows machine with an Intel CPU (VMX Enabled on boot menu). I am running Ubuntu Guest on top of it using VirtualBox. I am running qemu on top of it to run another Guest OS, using kvm (the -enable-kvm option). I get the following error on…
Shehbaz Jaffer
  • 1,944
  • 8
  • 23
  • 30
15
votes
2 answers

How can I create virtual machines as part of a build process using MSBuild and MS Virtual Server and/or Hyper-V Server Virtualization?

What I would like to do is create a clean virtual machine image as the output of a build of an application. So a new virtual machine would be created (from a template is fine, with the OS installed, and some base software installed) --- a new web…
Adam
  • 28,537
  • 15
  • 60
  • 73
14
votes
4 answers

WPF Data virtualizing ListView

In our current WinForms app, we are displaying millions of records in ListView, using virtualization. Rows are loaded from DB as they are requested. This works well, with good performance. This is a showstopper for migrating to WPF for us. We need…
Robert Jeppesen
  • 7,837
  • 3
  • 35
  • 50
14
votes
4 answers

In QEMU, is it possible to intercept packets being sent/received by the Linux Guest OS?

We are doing a little project that involves monitoring the Guest OS (for example Linux) from the hypervisor layer (i.e. QEMU). One of the things that we want to monitor is network traffic going in/out of the Guest OS. Is it possible to do so without…
Wasif
  • 161
  • 1
  • 5