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

VT-x is not working after enabling from bios. Disabling it shows VT-x available from intel identifications

I have read almost all the post to make VT-x working. I tried to disable Hyper-V, enable Virtual Machine features etc. I found one weird thing. If in DISABLE VT-x from bios: i cupid, intel identification app and securable is saying I have VT-x. (See…
0
votes
1 answer

qemu: installating ubuntu through ISO gets stuck, shows "SVM" CPU bit warning

I am trying to install ubuntu in one of the qcow2 images I have created, using the below command sudo qemu-system-x86_64 -enable-kvm -nographic -smp 8 -m 8G -cpu qemu64 -cdrom ubuntu-19.10-live-server-amd64.iso -boot d…
Haris
  • 11,514
  • 6
  • 36
  • 63
0
votes
1 answer

How (docker) virtual networks actually work?

Can someone explain me how these virtual networks work? I know how "normal" networks work, when we have some pc with its MAC adress connecting by his private IP address to some router which has some public IP address, but I just don't get what these…
stef
  • 1
  • 2
0
votes
1 answer

Deploying a Windows virtual machine on OpenShift Online (Starter Plan)

I would like to achieve exactly what is on this video of OpenShift: https://youtu.be/Kx110kqoHo0 (Deploying a Windows virtual machine on OpenShift). However on the dashboard of my free OpenShift Starter account, I cannot find the sub-menu "Virtual…
0
votes
1 answer

API/CLI to trigger KVM actions

I could successfully create a VM with CLI/API in VMWare but I'm struggling with KVM. Is there a (similar to VMware) way to trigger KVM actions like: provision a new vm start a vm stop a vm I've not found any api/webservice documentation that…
nirvana002
  • 75
  • 1
  • 7
0
votes
1 answer

Nested virtualization (KVM based) to build a disaster recovery solution

I've been working on Nested virtualization and came across a very important use case, that is, using Nested virtualization to build a disaster recovery solution for an on premises workload running on KVM based virtual machine. However I'm not sure…
0
votes
1 answer

How to measure the cache miss of the process in virtual machine?

I used to measure the cache misses of a certain process using perf_event_open(). Now I need to measure cache misses of the process in the virtual machine in similar way. But perf_event_open() regards the virtual machine at just one process. It seems…
0
votes
0 answers

Suddenly cant open Emulator in Android Studio

i started my PC today and all of a sudden I cant get my emulator to start in AndroidStudio. I have an AMD Ryzen 2600X It says HAXM is not installed. I have HyperV disabled, I have Windows-Hypervisor-Platform enabled. It used to work just yesterday,…
DP DOOM
  • 1
  • 5
0
votes
0 answers

How to enable or check Intel "VT-d" in a GCP VM

I am using nested virtualization in GCP. I can achieve it by adding the support of Intel "VT-x" via following the Google provided document: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances. Now I am looking…
0
votes
1 answer

How to make Guest (Windows 10) full screen in iOS (host) in Virtual-Box

I am using Windows10 as Virtual-box guest from iOS host. It works fine, except the fact that I cant make the Guest as full screen i.e. occupying entire screen of my iMac without distorting the aspect ratio and resolution. When I searched over…
Bogaso
  • 1,787
  • 15
  • 25
0
votes
1 answer

How can I communicate a guest VM to Host using Host-Only Adapter? (Virtual Box)

I'm trying to make a connection from a guest virtual machine (VM) to host. I can from host to the guest VM, but not viceversa. The context: I'm trying to gain root access on a CTF VM from VulnHub.com, and I configured the guest VM (the CTF VM)…
0
votes
0 answers

Start a container without restricting its network access

Would there be a way to get runC to start a container without restricting its network access? After reading a little about cgroups I imagine it would be technically possible; but not sure how / if runC would expose this option (or perhaps some other…
brent
  • 1,005
  • 8
  • 26
0
votes
1 answer

How many threads for a kubernetes application?

I have a multithreaded application which does a CPU-intensive task that I want to run on Kubernetes. The node I'm using has 56 cores and I set a request and limit of 2 cores for my pod. Since it's CPU-intensive, typically there would be no point…
Display Name
  • 775
  • 2
  • 6
  • 17
0
votes
1 answer

qemu doesn't recognize block device file

I have a working QEMU image emulating an ARM vexpress-a9 and I run it like so: sudo qemu-system-arm -m 512M -M vexpress-a9 -D qemu.log -d unimp -kernel buildroot-2019.02.5/output/images/zImage -dtb…
HighOnMeat
  • 886
  • 11
  • 29
0
votes
1 answer

Problem with connecting the Storage Domain (Host host2 cannot access the Storage Domain(s) )

Problem with connecting the Storage Domain (Host host2 cannot access the Storage Domain(s) ) Hello, everyone! I need specialist help, because I'm already desperate. My company has four hosts that are connected to the storage. Each host has its own…
1 2 3
99
100