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
57
votes
11 answers

Unable to start Docker Service in Ubuntu 16.04

I've been trying to use Docker (1.10) on Ubuntu 16.04 but installation fails because Docker Service doesn't start. I've already tried to install docker by docker.io, docker-engine apt packages and curl -sSL https://get.docker.com/ | sh but it…
Salva Corts
  • 822
  • 1
  • 6
  • 11
55
votes
7 answers

Cannot change permissions of folders within vagrant home folder

When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the vagrant user folder, and for files within the vagrant user folder. But cannot change permissions for folders under the vagrant user folder. I have…
kayaker243
  • 2,420
  • 3
  • 19
  • 29
52
votes
1 answer

Difference between Docker and OpenVZ

I am newbie to the world of virtualization. Can some one explain to me the differences between OpenVZ and Docker? What could be good for the future? Pros and cons?
forum.test17
  • 1,881
  • 4
  • 26
  • 54
50
votes
4 answers

Is there a virt-manager alternative for Mac OS X?

Here at work, we use a virtual infrastructure. We use virt-manager a lot, but I'm on a Mac and can't get it to work. Is there a way to make it work or an alternative ? Thanks,
Happynoff
  • 1,358
  • 1
  • 13
  • 27
50
votes
10 answers

Need a good Internet Explorer 6, 7, 8 standalone

Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine I need recommendations on a good Internet Explorer standalone for Internet Explorer 6, Internet Explorer 7 and Internet Explorer…
47
votes
9 answers

How to run "Oracle VirtualBox (VBOX)" like a service after boot in fully background "Microsoft Windows (WIN)"?

PROBLEM I want to run autostart "Virtual Machine (VM)" without "Oracle VirtualBox (VBOX)" "Graphical User Interface (GUI)" on local DEV machine with "Microsoft Windows (WIN)". How can I do that in fully running background process?
BG BRUNO
  • 5,012
  • 4
  • 37
  • 46
46
votes
3 answers

Does it make sense to dockerize (containerize) databases?

I can understand the benfits behind dockerizing stateless services, such as web servers, appservers, load balancers, etc... If you are running these services on a cluster of machines, it is very easy to move these containers around with low…
Keeto
  • 3,624
  • 8
  • 31
  • 51
46
votes
9 answers

VT Not Supported when Installing HAXM

I am trying to install fast Android emulator which uses Intel x86 emulator accelerator. I've downloaded the accelerator via SDK manager but when I tried to install it I got following error message in the beginning of the installation: I know that…
Aleksei Petrenko
  • 5,624
  • 7
  • 42
  • 80
46
votes
2 answers

How to enable support of CPU virtualization on Macbook Pro?

I have the VirtualBox installed on my Macbook Pro, and I want to install a linux VM on VirtualBox. When I launched the new VM, it prompts that "Your CPU does not support long mode. Use a 32bit distribution." After searching for this problem, I…
David Wu
  • 681
  • 2
  • 7
  • 9
43
votes
7 answers

check if VT-x is activated without having to reboot in Linux?

I have a laptop with Intel Core i5 M 450 @ 2.40GHz which apparently has VT-x but not VT-d. I have Ubuntu 12.04 32bit but would like to have a virtual 64bit terminal-based Linux running on it. How do I know if the BIOS has this VT-x feature activated…
719016
  • 8,262
  • 17
  • 72
  • 140
41
votes
9 answers

How to detect if my application is running in a virtual machine?

How can I detect (.NET or Win32) if my application is running in a virtual machine?
Jason
  • 16,287
  • 23
  • 84
  • 136
41
votes
3 answers

VM Player: is it possible to create snapshots?

I am currently using VMPlayer to host Windows 2008/SharePoint 2010. I created a virtual environment and I would like the ability to revert to snapshots or restore points. Is this possible?
David
  • 2,871
  • 4
  • 40
  • 72
41
votes
1 answer

What does Apache Mesos actually do?

I am trying to wrap my head around Apache Mesos and need clarification on a few items. My understanding of Mesos is that it is an executable that gets installed on every physical/VM server ("node") in a cluster, and then provides a Java API…
smeeb
  • 22,487
  • 41
  • 197
  • 389
40
votes
10 answers

Determine when running in a virtual machine

Is there an official way for an application to determine if it is running in VMWare or Virtual PC (or whatever Microsoft is calling it now)? The code I have seen is usually a hack that took advantage of some odd behavioral side effect in a specific…
Jim McKeeth
  • 37,154
  • 23
  • 116
  • 187
38
votes
8 answers

Full emulation vs. full virtualization

In full emulation the I/O devices, CPU, main memory are virtualized. The guest operating system would access virtual devices not physical devices. But what exactly is full virtualization? Is it the same as full emulation or something totally…
user44444444
  • 737
  • 3
  • 9
  • 12