User Tools

Site Tools


vmware:esx:misc

VMware - ESX - Miscellaneous

Documentation

Knowledge Base Articles

Overview of VMware Tools (340)
Choosing a network adapter for your virtual machine
Virtual machine hardware versions (1003746)
Understanding virtual machine snapshots in VMware ESXi and ESX (1015180)
Cannot Power On a Virtual Machine with Too Many PCI Devices (1003145) applies to ESX(i) 3.5.x.
Mapping PCI slot numbers to guest-visible PCI bus topology (2047927)

Why do host NICs sometimes change their ordering after an ESX installation? (1007380) applies to ESX(i) 3.0.x and 3.5.x.
ESXi/ESX host loses network connectivity after adding new NICs or an upgrade (2019871) applies to ESX(i) 3.5.x and higher (no mention of 5.5 though).
Virtual NIC settings on a Windows guest are lost after a virtual hardware upgrade (1015572)

False duplicate IP address detected on Microsoft Windows Vista and later virtual machines on ESX/ESXi when using Cisco devices on the environment (1028373) a.k.a:

REM Add registry key.
"%SYSTEMROOT%\system32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v ArpRetryCount /t REG_DWORD /d 0 /f
REM Reboot system
"%SYSTEMROOT%\system32\shutdown.exe" -r -t 0


Datastore appears empty from the datastore browser (1010832)
Creating a persistent scratch location for ESXi 4.x/5.x/6.0 (1033696)

Storage vMotion migration fails with the error: The method is disabled by 'SYMC-INCR dd-mm-yyyy hh:mm' (2008957)
Capturing a network trace in ESXi using Tech Support Mode or ESXi Shell (1031186)
Displaying the ARP and Neighbor Discovery cache for VMkernel network interfaces (2000130)

Configuring VMDirectPath I/O pass-through devices on a VMware ESX or VMware ESXi host (1010789)

Paravirtual SCSI

6.0

5.5

5.0

Storage

Microsoft Clustering

Blogposts/Articles

VMFS Block Size

Command line

Blogposts/Articles

Get information on a QLogic HBA

For the first HBA:

cat /proc/scsi/qla2300/1

Change 1 to 2 for information on the second HBA, 3 for the third HBA, and so on.

From thick VMDK's to thin VMDK's

Execute the following on the console:

vmkfstools -i mydiskfile.vmdk -d thin newdiskfile.vmdk

Edit the VM configuration, remove the fat VMDK and attach the new VMDK.
And then remove the fat VMDK.

SourceDigital Cross - ESX 3.5 Thin Provisioned VMDK

Add NFS datastore from ESXCLI

esxcli storage nfs add -H=192.168.10.1 -s /hammer/hdisk1 -v esx01-nas-dfly-ds-01

Source:ESX Virtualization - ESXi 5.x – Managing and troubleshooting NAS/NFS datastores via CLI

Register VM

vim-cmd solo/registervm /vmfs/volumes/datastore_name/VM_directory/VM_name.vmx 

Source:Registering or adding a virtual machine to the inventory on vCenter Server or on an ESX/ESXi host (1006160)

vmware/esx/misc.txt · Last modified: 2021/03/24 11:03 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki