Questions tagged [virtual-machines]

A virtual machine (VM) is a completely isolated guest operating system installation within a normal host operating system. It is a software implementation of a machine (i.e. a computer) that executes programs like a physical machine.

Modern virtual machines are implemented with either software emulation or hardware virtualization. In most cases, both are implemented together. Usually the term refers to system virtual machines which provide a complete system platform which supports the execution of a complete operating system (OS). Note that process virtual machine exist too, which are designed to run a single program (a single process).

An essential characteristic of a virtual machine is that the software running inside is limited to the resources and abstractions provided by the virtual machine—it cannot break out of its virtual environment.

2821 questions
11
votes
4 answers

EC2 VM import: VirtualBox

I would like to know if it's currently possible to import a virtualbox vm on the ec2 cloud, I have tried with a virtualbox vmdk but it did not succed. Apparently it is designed for VMware's vmdk files. Is there a trick I could use to convert my…
mnml
  • 337
  • 1
  • 7
  • 21
11
votes
6 answers

Perfmon - Cannot start data collector set

While running perfmon on Windows 2008 server after creating a data collector set and attempting to start I receive the following error: "The Data Collector Set or one of its dependencies is already in use." I have two virtual machines configured the…
M.R.B.
10
votes
5 answers

How to add virtual storage as SSD in KVM

Being previously a VirtualBox user, I moved to KVM(QEMU/libvirt or whatever it's called) recently. I know that in VirtualBox, when you add a new storage device to the VM, there is a checkbox labeled Solid-state Drive, if checked, the guest system…
10
votes
3 answers

Adding VM's to Domain

I am trying to configure SP farm, in Azure, following steps mention in this article - https://technet.microsoft.com/en-us/library/mt723354(v=office.16).aspx But after creating Sql VM('sqlVM' ), I am not able to add this to the AD domain. Below…
user389275
  • 111
  • 2
10
votes
1 answer

Configuring 1:1 Nat using Firewalld for VM's

I've setup 2 vm's within my server and I'm trying to setup a 1:1 NAT for them with firewalld on CentOS 7. Currently both vm's are behind a virtual bridge (virbr0, vnet0, vnet1) and I've made copies of the NIC for each IP to be used with them. I…
dstana
  • 285
  • 2
  • 10
10
votes
4 answers

Do Hyper-V Virtual Machine Guest Operating systems need to be shut down before restarting Windows Server 2012 R2 they are running on?

I am fairly new to using Hyper-V. I am trying to learn the best practice for shutting down and restarting my server when virtual machines are running on it. I have a physical server running MS Windows Server 2012 R2. I have two Virtual Machines…
9
votes
4 answers

issue when trying migration via Microsoft Virtual Machine Converter

I want to migrate my Esxi VM from on promise to Azure cloud. I've found solution which provides it to me. Microsoft Virtual Machine Converter, provides migrating to Azure Cloud. During migration procedure application wants " Subsciption ID and…
Amir Damirov
  • 99
  • 1
  • 4
9
votes
2 answers

ESXi 6.5 server (no vSphere) sched.mem.min error related to PCI passthrough

I have an ESXi 6.5 server without vSphere I've been running for a couple years. I have a VM with PCI passthrough of a cougar point SATA controller from the SM X9SCL-F-O motherboard. I wanted to move the CP controller to another VM, but no matter…
9
votes
2 answers

virsh command that displays the cpu and memory consumption?

I want to know if there is a command virsh to display the cpu and memory consumption of each machine virtual. I created the virtual machine using KVM in ubuntu system.
9
votes
3 answers

Likely causes of NTPD dying unexpectedly and solutions

On a web application which uses s3 for physical document storage, we are experiencing issues with NTP continuously dying. This seems to happen roughly once or twice a day. There is very little information provided when this occurs, other than that…
user275940
  • 191
  • 1
  • 4
9
votes
2 answers

Vagrant not ready for SSH error on VirtualBox and Laravel Homestead

Vagrant Version: 1.6.3 VirtualBox: 4.3.14 Ubuntu 14.04 LTS 64 Bit I have been on this for a pretty good while now and cannot figure this out. I have my public and private keys setup and they work. I know they are not the problem at they worked fine…
devcflynn
  • 91
  • 1
  • 1
  • 2
9
votes
5 answers

Can a Windows 7 Ultimate product key be used for virtual machines as well?

Possible Duplicate: Can you help me with my software licensing question? I have Windows 7 Ultimate running on my computer, and I thought I would set up a few virtual machines to help me when I develop so I don't mess up my main system with…
Svish
  • 6,977
  • 15
  • 38
  • 45
9
votes
6 answers

Securing a guest VM to give it internet access, but block access to host LAN

I have a Linux guest VM running under a Windows host. If I set the networking mode to NAT, the guest can get internet access (which I want), but can also access the hosts LAN (which I dont). For various reasons, I cannot set up a separate network…
Francis Appa
  • 131
  • 1
  • 2
  • 6
9
votes
6 answers

Ubuntu inside VirtualBox is slow

I am running an Ubuntu instance on VirtualBox inside XP. Here are the details: Host: Windows XP Pro Guest: Ubuntu 8.10 Total RAM: 3GB RAM For VM: 1GB Total Video Memory: 128MB Video Memory for VM: 40MB Hard Drive: 200GB Hard Drive for VM:…
Kapsh
  • 519
  • 2
  • 6
  • 7
9
votes
3 answers

Application "not supported" in a VM?

We bought some software from a small'ish company, it's a Windows 32-bit video content workflow manager, there's been some customisation by them. We've been working fine for over a year running this code in a VMWare ESXi 4.1u2 VM on W2K3EE-32-bit…
Chopper3
  • 101,299
  • 9
  • 108
  • 239