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

KVM Live Migration- VM is already active

I'm trying to perform a live migration from one KVM host to another, both SLES12SP5, share the same subnet. 'kvm_one' hosts the server 'login01'. 'kvm_two' hosts no servers. Executing the following command: kvm_one:~# virsh migrate --live…
1
vote
2 answers

No admin/elevated privileges in PowerShell on Azure VM

I have set up an Azure VM with Windows 10 Pro for our custom DevOps build Agent. The user that I've created is Administrator and is in the Administrators group too. However, if I do: RDP to VM via that user with admin privileges Run PowerShell (not…
krs
  • 131
  • 1
  • 4
1
vote
1 answer

Cannot access azure ubuntu vm after restart

I am not able to access an ubuntu vm on azure after restart. This is happening several times. Basically I created an ubuntu 18.04 LTS VM on azure and after creation I can access the machine using ssh and the correspondent keys. When the machine is…
1
vote
0 answers

How to get Azure File Share to work with Wordpress multisite domain mapping when file share mounted to wp-content to resolve eorror 520

I am getting an error 520 on my images from sub-sites that domain mapped in wordpress. I am running azure file share with an azure vm that I plan to expand to more vm's. The File share is mounted to the wp-content blogs.dir folder. If I move the…
1
vote
0 answers

Website unavailable after resuming VM Instances

I use GCP to host my company wordpress website. I originally had the "free" trial for the first 3 months. When it ran out, my website was disabled. So after paying my charges on Monday, I resumed my VM instances to hopefully have my website back…
Kathleen
  • 11
  • 1
1
vote
2 answers

Change Azure VM Update Policy

I have multiple VMs running on Azure but noticed that the Windows update policy differs. Unfortunately, I cannot locate the setting in the Azure portal. Below is a screenshot from the first VM that has the option "Never check for updates"…
1
vote
1 answer

Get details of current Azure VM from inside the VM using PowerShell

Suppose I have a Virtual Machine provisioned in Azure running Windows Server 2016 standard Azure image. Without installing anything onto the VM, how can I retrieve the details of the current VM using PowerShell from inside the VM? Some properties I…
A X
  • 469
  • 4
  • 10
  • 31
1
vote
0 answers

How to establish requirements for a virtual machine for running a kind of MES system

I want to upgrade my existing VM to (Windows Server, more RAM, better CPU, etc) - but I do not know how to evaluate current needs. I am not a software engineer :) and I need your help in defining the proper configuration for a VM. This is the VM…
Lucian Bumb
  • 111
  • 2
1
vote
1 answer

How to join an instance to AD in GCP Managed Instance Group - AutoScaling?

I am creating a Managed Instance Group in GCP. Below are my steps: Created a disk image from exiting Windows VM (name: app01) Created an Instance template with disk Image Created a Managed Instance Group from Instance template As of now,…
1
vote
0 answers

Hyper-V Centos VM (VHDX) to ISO for Virtualizor VPS Deployments

I have an application that is installed on a customized version of CentOS 8 with various dependencies. I set this Virtual Machine up on my Windows laptop with Hyper-V. Hyper-V uses VHDX files. The Virtual Machine provisioning software I am using…
Ajility
  • 121
  • 2
1
vote
0 answers

How does terraform ssh to virtual machines in vsphere if It didn't set a password before

I am trying to deploy a linux VM on Vmware ESXI using terrafom but I don't understand how in the documentation they use a given username and password to ssh to a machine without having set this credentials beforehand. Now I found the directives to…
1
vote
1 answer

Attempt to copy files from google cloud bucket to VM instance using gsutil is falling after reaching size limit

I have a bucket with a file whose size is larger than 11 GB. I note that I can access all bucket's data from the standard google cloud console. Unfortunately, this console has very limited configurations since, I believe, it was primarily thought of…
Lucas
  • 113
  • 6
1
vote
1 answer

Is it possible to ping to an interface that is a part of a Linux bridge?

My goal is to connect a virtual machine A with a virtual machine C through a virtual machine B that has two interfaces. When I create a bridge on these two interfaces I can ping A<-->C but I cannot ping from A<-->B and B<-->C. If the bridge works in…
user6758
  • 59
  • 1
  • 6
1
vote
1 answer

Libvirt guest hostnames DNS resolution from host and guests

I have set up multiple virtual machines with libvirt and kvm on Ubuntu server 20.04, which work just as expected. The only thing I cannot figure out at this point is how to make their hostnames resolvable between the guests and from the host, at the…
1
vote
2 answers

KVM hypervisor - Windows 32bit VM, RAM up to 2GB usable

I've got a Debian 10 KVM hypervisor, no libvirt or other tool to administrate it, using QEMU scripts. I need a 32bit Windows VM for a legacy app, but on a supported OS (not XP), either Windows 8.1 or 10 32bit. Both Windows 8.1 & 10 present a message…