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
0
votes
1 answer

Unable to remove invalid VM

After adding an USB controller to a running VM, the VM crashed. In vShpere the VM was marked as (invalid). After some Googling I removed the VM from the inventory, tried to readd the VM, but the option is grayed out. Then I tried to delete the VM…
MeMario
  • 65
  • 1
  • 7
0
votes
0 answers

What issues are there running VM images for large Visual Studio Projects instead of imaging PCs?

We have been running HyperV VMs for a few years now as development machines, as it is a quick and easy way to manage, update and replace enviroments. Of late Visual Studio, with upwards, if not more than, 50 projects per solution has become…
lagerdalek
  • 153
  • 1
  • 3
  • 11
0
votes
1 answer

Windows Memory Usage - Is something throttling available RAM

Can anyone tell by the images below if this machine is unnaturally throttling memory usage. The memory was upgraded from 32GB-64GB for SSRS report rendering, which is the only sizable process to run. SSRS went into panic mode. There was a log entry…
0
votes
1 answer

How much resources to allocate for a VM running a selenium remote control

Not sure if this belongs here or on stackoverflow... When I run my selenium tests, the cpu usage on the (windows) VM running the selenium RC goes up to 100% cpu usage for about a third of the time. I thought maybe I'm not allocating enough resources…
olamundo
  • 129
  • 1
  • 2
  • 7
0
votes
1 answer

Create VM from raw file in ProxMox

I created a snapshot of a VM in ProxMox and generated a raw file of a VM. That ProxMox of mine is runnning into problems and i need to create a VM in another ProxMox using that raw file... The raw file is already in a storage of the ProxMox i need…
Raul Chiarella
  • 216
  • 1
  • 4
  • 17
0
votes
1 answer

Tips on Activating KMS host in Azure

In Azure, a KMS host will be managing Office 2019 licenses for a VM Scale Set. The KMS host requires a minimum of 5 clients with unique SID and CID to start giving out licenses. Once activated, it can go lower without issue. Since VMs in the Scale…
0
votes
0 answers

SSH host key has changed after VM switched node, can't login

I have a server in a cloud service that has been running smoothly. I've only ever connected via SSH. Yesterday, they had a node malfunction and moved all VM:s to another node/other nodes. After the outage, I could not connect and gave me the host…
webejaxx
  • 101
  • 1
0
votes
2 answers

What is the Google Cloud platform equivalent to a Digital Ocean Droplet?

What is the Google Cloud platform equivalent to a Digital Ocean Droplet? Is it a Compute engine? or can a Compute Engine have multiple 'droplets'? If I have 10 droplets on Digital Ocean each with their own VM and IP address, how do I achieve the…
0
votes
1 answer

Looking for a virtualization guide, looking to virtualise SBS 2008 and Server 2008 machines

I would like to "play" around and find out more about Virtualisation, mainly for Microsoft servers and PC's. Any good guides or blogs would be great thanks!
MikeT505
  • 431
  • 3
  • 8
  • 22
0
votes
1 answer

Cloudendure to migrate VM to GCP

I'm using Cloudendure to migrate VM to GCP. Learnt that Cloudendure is deprecating, is there any shutdown schedule for it ? Regards, Henry Kwong
0
votes
1 answer

OS recommendation for Oracle XE on a virtual machine?

I'm after advice on the best way to proceed, still new to some of this: I'm looking into deploying a virtual machine solely for handling a copy of oracle database XE on it. Currently we are solely running a virtual windows 2012 R2 server with…
0
votes
1 answer

Migrate a Classic Azure VM to RM in a different region and subscription

I have an SFTP server on a classic Azure VM running in the Southeast Asia region. I would want to migrate the VM to the resource manager version in a different subscription in the East US 2 region. How can I do that?
Akash Masand
  • 111
  • 4
0
votes
0 answers

Internal server error when RDP to Windows 10 VM unless already logged in

We have a Windows server Hyper-V running Server 2012 R2 which has a Windows 10 VM on it. This VM is for 1 user to remote into. Recently we have an issue where when they try to RDP it gives the error: "Internal Server Error". It does this until you…
0
votes
0 answers

Slow File Transfer with IPSecSlow File Transfer with IPSec Site to Site VPN to Azure VM

I have managed to successfully establish an IPSEC tunnel (Site to Site VPN) between my Azure environment and my on-prem RRAS server using IKEV2. My Azure setup is as follows: 192.168.0.0/16 Address space with 2 subnets: default subnet 192.168.0.0/24…
0
votes
1 answer

Notify an ansible server to run a playbook on a VM

I have a virtual machine set up with Vagrant. The plan is to provision the vm with a shell script. The Script shall do things, connect to my company's ansible server and let the server run a playbook with the hostlist set to the vm. Now the problem…
1 2 3
99
100