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
1
vote
1 answer

Migrating AD info from 2008 R2 to 2019 - is the process different for VMs?

I was looking for information on how to migrate domain info from a Windows 2008 R2 server VM to a new 2019 server VM. I found info that essentially says to install a new 2019 server on the domain, promote it to domain controller, transfer all AD…
1
vote
1 answer

I installed a VPN onto a VM, and now I can't connect to it

I installed a (private tunnel open)VPN onto a Google Compute Engine VM. Which was my goal, to ensure that any of the VM's activity on the internet would be encrypted. However, immediately as it was installed I lost connection to the VM. Now I can't…
Joe
  • 11
  • 2
1
vote
1 answer

how to find ESX/ESXi machine manufacturer and model from virtual machine

Using command prompt when running this : 'systeminfo | find "System"` in a physical machine, it's giving the Manufacturer and model, System Manufacturer: Dell Inc. System Model: Latitude 7300 By running same command in Virtual…
1
vote
0 answers

Linux Networking and Port-Forwarding with Virtual Machine

I have an application running on my RaspberryPi4 that sends sensor data through my Fedora32 laptop, to Ubuntu 18.04 on my VM at Gnome-Boxes. The main host is Fedora 32 laptop. The Raspberry Pi board and my laptop are connected in the same wifi…
1
vote
0 answers

Adding a new VLAN to an existing VMware cluster

I need to add an additional VLAN to an existing VWware 6.7 cluster. There is an existing VDS available, however I am not sure what the proper process would be to accomplish that. I understand the main steps is going to be adding a new distributed…
1
vote
1 answer

enablevmaccess Provisioning Failed > Re-Install the VMAccessAgent

I'm a bit of a newb with Azure VM extensions. In a VM that I've inherited the management of, there is an extension that is not properly provisioned. The VM is running Windows Server 2016 and I just installed Azure-Powershell, but most of their…
1
vote
1 answer

Vmware Esxi Vcenter 6.7 Fault tolerance for VM is greyed out

I'm very new to VMWARE. I'm trying to do fault tolerance for one of my VMS on Vcenter 6.7 but the Fault tolerance tab is greyed out for some reason. I have to 2 esxi servers in my vcenter and both are within the same cluster that has HA and DRS…
1
vote
1 answer

Make use of increased storage space on MBR OS disk on Centos 7.3 in Azure

(I'm quite new to disk management and partitions, so some terminology might be mixed and confused) I'm attempting to increase the size of the OS disk on our Centos 7.3 VM on Azure in order to (hopefully) smoothly migrate an existing machine from a…
Kyrre
  • 111
  • 2
1
vote
1 answer

Is it possible to undo virsh undefine on a running VM?

I accidentally wrote the wrong command, as the VM is still running it is not yet removed. Is it possible to undo this action?
1
vote
0 answers

Dedicated IPv4 address for a KVM guest

I have a dedicated bare metal server, which is a KVM host and which has it's own IPv4 address. I just ordered another seperate IPv4 address for a KVM guest and which should be used for the KVM guest only. How I can I use both IPv4 addresses, one…
1
vote
1 answer

Server is down after changing machine type in Google Cloud Platform

I changed my machine type(GCP) by stopping the instance, after increasing the machine type I restarted the instance and now server stopped working, the website is down now. Upgraded from 1 vCPU, 1.7 GB memory to 2 vCPU, 4GB memory. And if I select…
1
vote
1 answer

How to automate VM deployment + configuration without too much overhead

This question is more intended to get some advice. I'm sure there's no straight answer to it. Situation Our internal IT department is responsible for the creation of VMs (mainly Windows Server) that are requested by the business. What happens inside…
EsTeGe
  • 271
  • 1
  • 5
  • 14
1
vote
1 answer

How do I manage xen-hypervisor using virt-manager client?

I've installed xen-hypervisor 4.11 on my debian 10 desktop. But, when I add xen connection to my virt-manager it shows this error. Unable to connect to libvirt xen:///. Failed to connect socket to '/var/run/libvirt/libvirt-sock': Connection…
1
vote
1 answer

Is pausing/suspending VM into memory for long periods (months) recommended?

I am running KVM with some Ubuntu VM's as guest machines. The guest machines contain an application that does not need to be run most of the time, but once every few months, there are unexpected, random triggers that require it to be run immediately…
1
vote
1 answer

Powershell: unable to create new Hyper-v VM remotely

To simplify our current setup. We have SRV01, SRV02, and SRV03. All Windows Server 2016 with Hyper-V installed and joined to our domain. SRV01 host a shared folder "\\SRV01\VM-ONLINE-STORAGE\Test" All servers on same network subnet and their windows…
Aboodnet
  • 63
  • 5