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

Vmware linux automated install

Does vmware products has a linux automated installing feature? (like windows auto install) Or if not how implement this feature?
Cus
  • 133
  • 3
1
vote
1 answer

Are Azure VM Metrics Always Accurate?

I have an Azure VM that is supposedly sized at [Standard B8ms (8 vcpus, 32 GiB memory)]. The Azure metric is pegged at 16%. When I log in to the server, the server is maxed out. The services/applications it runs have not changed, but the performance…
1
vote
2 answers

Do I need UFW in a Linux VM in Azure?

Access to Azure VMs are controlled by the "Network Security Group" (NSG) settings. I am in the process of setting up a Linux VM with a public IP on Azure and would like to know whether the NSG settings are sufficient to protect my VM, or do I need…
András Aszódi
  • 291
  • 3
  • 9
1
vote
0 answers

OpenVPN server cluster - CentOS 7 - 2 VM's with Virtual IP - UDP 1194

I need to configure an ha cluster for OpenVPN server. I'm using 2 VM's behind a firewall with a public static IP. I tried to use pacemaker + corosync with virtual ip. I can connect usign SSH using Virtual IP but when I tried to add OpenVPN…
1
vote
1 answer

Is it possible to extract / copy the content of a VHDX file

I have recently created a Raspian VM using Hyper-V on Windows 10 so I can start learning the OS as part of a personal project. What I would like to be able to do is take the content of this VM image and drop it onto an SD card, plug it into a…
1
vote
3 answers

Migrate a Server 2008 R2 VM from atlantic.net to AWS

I have a number of servers on the Atlantic Net Cloud put up many years ago, and now we have most of our stuff on AWS. The nice thing about AWS is it allows me to shut down (and not pay for) a rarely used machine. I would like to take advantage of…
1
vote
2 answers

How to get the sound on a VMware ESXi virtual machine?

We are using VCSA 6.7 with five ESXi 6.7 hosts and multiple VMs are are running inside the ESXi hosts. I have no sound card installed on the ESXi hosts but we need sound from VMs. Can we do that?
03amittrivedi
  • 19
  • 1
  • 1
  • 3
1
vote
1 answer

Migrating from EC2 to Proxmox VM

So I am currently running 3 servers on EC2 with total of 3 cores. And 4 GB for the main server and 1 gb each for the dns servers. The bill doesn't make any sense to me paying 70 ish $ a month. I decided to move to dedicated server. I installed…
1
vote
1 answer

Virtual machine disk I/O latency spikes

Since past few days I have strange I/O spikes in one virtual machine. Its 2.6.32-504.el6.x86_64 #1 SMP Tue Sep 16 01:56:35 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server release 6.6 (Santiago) Around 50G of memory and…
1
vote
1 answer

Hyper-V server 2019 – Internet not working for Guest VM

I’m trying something apparently very simple, and I reviewed former posts for 2 days about the subject without success: Setup a Hyper-V Server 2019 On that server, install a Gen-2 guest Virtual Machine (Windows server 2016 standard) That's ALL ! I…
0
votes
1 answer

resolve VMs to subdomain

I have a dedicated server which has only one public IP address (eg.10.20.30.40) and a domain dedicated to it (example.com) on that server I have lots of virtual machines hosted on an ESXi Hypervisor, and each vm does a different job (mail server,…
dexi
  • 3
  • 1
0
votes
1 answer

CentOS7 VM server on vmware - Network error - Destination Host Ureachable

Before you try to mark this as duplicate, please note that i tried almost everything and that nothing worked. I tried finding a solution but no success. Therefore, i need a fresh look on my problem. I have been trying to set up a CentOS7 virtual…
0
votes
1 answer

Find/Allocate IP to new VM for ssh

I created a virtualbox vm with bridge connection. How do I find its IP address, or set its IP, so I can ssh into it and use it? It has a mac address, can I use this at all to set a route through arp ?
omgj
  • 101
0
votes
2 answers

How to use Ansible to control VM servers running Vagrant?

I've got a couple of servers running each few virtual machines. On each server I use Vagrant to create and control VMs. Now I want to find some tool (thought about Ansible cause I know it a little bit) to control all VMs on all servers. For example,…
0
votes
4 answers

Do I need 2 Domain Controllers?

Where I work we currently have 1 domain controller for around 35 PCs. It is a virtual DC running off Hyper-V on our Server. We also have other VM'S for Exchange, Apps etc. Do we need to have 2 DCs? Would it be beneficial to us to have 2 with one…