Questions tagged [esxi]

VMware ESXi is a bare metal embedded hypervisor that allows guest virtual servers to run directly on host server hardware without requiring an additional underlying operating system.

VMware vSphere Hypervisor or commonly known as ESXi. VMware ESXi is a bare-metal embedded hypervisor that allows guest virtual servers to run directly on host server hardware without requiring an additional underlying operating system. ESXi can or could be managed using vSphere Client and VMware Infrastructure.

References:

458 questions
20
votes
2 answers

Unsupported or invalid disk type 2 for 'scsi0:0'. Ensure that the disk has been imported

I just created a new virtual machine (kerio connect) on esxi 6.5 server from an existing .vmdk file. when I try to start the virtual machine, I keep getting the following error: Unsupported or invalid disk type 2 for 'scsi0:0'. Ensure that the disk…
Jaz
  • 689
  • 1
  • 5
  • 11
13
votes
2 answers

ESXi host won't power on, in current state (powerd off)

I had this working Windows Server 2012 VM, that needed a reboot. After I rebooted the vm, changed some settings (attached a dvd drive), it would boot up again. Now it says: Failed - The attempted operation cannot be performed in the current state…
DawgVonT
  • 199
  • 2
  • 3
  • 11
13
votes
2 answers

Convert qcow2 to vmdk and make it ESXi 6.0 Compatible

I am currently working on VMWare virtualization; I am trying to make a converted image from qcow2 to vmdk work with ESXi Server 6.0. I have myImage.qcow2 with a disk which is thin provisioned for 300GB. I used the image converter tool qemu with the…
sgTheUser
  • 131
  • 1
  • 1
  • 3
11
votes
1 answer

How to configure a Docker container for acquiring DHCP IP/s from dhcp server running on ESX

My host is SLES12 VM running on an ESX server. VM Host has interfaces which acquire DHCP IPs from the DHCP server running on ESX. In my docker container (docker image: opensuse) I am running a NFS server and hence need external access. I want the…
Anupam
  • 111
  • 1
  • 1
  • 4
9
votes
1 answer

Generating function calls on data accesses in VMware ESXi

I am currently using a Simics module (see chapter 6) to listen for instruction fetches and data accesses, and run callbacks on all of those events so as to instrument a kernel that is running on Simics x86. For example, I can create a Simics module…
Byte Lab
  • 1,576
  • 2
  • 17
  • 42
8
votes
7 answers

move a virtual machine from one vCenter to another vCenter

I have the following problem: There two separate vCenters (ESXi). They cannot see each other or communicate in any way. I can create a Clone of a VM in vCenter1 but then I want to move that Clone in vCenter2. Is there a way that I can copy the…
PinkSheep
  • 415
  • 2
  • 4
  • 12
8
votes
2 answers

How to connect to vmware ESXi remote console

I need to know what is the protocol used in vmware ESXi vSphere client to connect to the remote console? Is this protocol open source ? Is their any vmware/third party applications enables VM Remote console connection other than vsphere client ?
Montaro
  • 9,240
  • 6
  • 29
  • 30
7
votes
2 answers

Send email with netcat

I try to send emails from my ESXI servers but for a reason I don't know I get errors. this is the command I use to send the email : nc -Cv smtp.relay.us 25 < /vmfs/volumes/Vcloud-Datatstore/Tools/mail.txt And this is the file mail.txt: HELO…
Processor
  • 304
  • 1
  • 3
  • 14
7
votes
2 answers

Will processes running on Vmware ESXI host shell via SSH continue if SSH session is disconnected?

I've got a VMware ESXi server that I connected to via SSH to run a process. (I was running "vmkfstools --punchzero myVirtualDrive.vmdk" to reclaim space on a virtual disk). The SSH client connection was disconnected when the process was only 70%…
NumericOverflow
  • 899
  • 8
  • 17
6
votes
1 answer

Shared folders options for vmware in ESXi server

I am using ESXi server and run VMs using vSphere client. I was using shared folders options in VMware but I cannot find this option in these VMs now. How can I create a shared folder or how can I transfer files between VMware virtual machines…
snvngrc
  • 177
  • 2
  • 4
  • 12
5
votes
3 answers

How to run automated GUI tests on a remote headless ESXi Virtual Machine?

I'm trying to setup automated GUI tests in ESXi Virtual Machines using TestComplete. The problem, as I understand it, is that when no remote desktop connection is made to the ESXi virtual machine, then it is impossible for TestComplete to perform…
jonjbar
  • 3,896
  • 1
  • 25
  • 46
5
votes
2 answers

SCP in ESXi not working

Everytime I try to copy files from ESXi machine to other Linux machine it always fails. Either it waits for longer time or ends up with time out error. Cmd used: scp local_file root@:IP:path/to/folder cmd err:ssh: connect to host port 22: Connection…
Vicky
  • 431
  • 1
  • 6
  • 12
5
votes
4 answers

Is vmware vCenter server necessary for esxi + terraform

I am currently investigating terraform, is it possible to create VM with Terraform on Esxi 6 without vCenter Server? Since I only have free version of Esxi 6 installed. Thank you in advance.
perigee
  • 9,438
  • 11
  • 31
  • 35
5
votes
1 answer

Is there a way to delete a guest vm using the pyvmomi API?

I've been pouring through the documents and example for the official VMWare pyvmomi API and for the life of me I cannot find an obvious way to just nuke a VM off of an ESXi server. Can anyone provide an example or point me to someone who has…
synthesizerpatel
  • 27,321
  • 5
  • 74
  • 91
5
votes
1 answer

vmware - revert to snapshot from within the GUEST?

i have virtual machines running on vmware ESXi and vmware workstation. i need to execute "revert to snapshot" from inside the guest. i have done so much searching, but all solutions proposed so far suggest doing it from "outside" - either some…
Opmet
  • 1,754
  • 18
  • 20
1
2 3
30 31