When we try to edit the Network settings through VAMI appears black Box, this situation happens with chrome the workaround is to use firefox.
When we try to edit the Network settings through VAMI appears black Box, this situation happens with chrome the workaround is to use firefox.
When we try to update the VMtools we got an installation package vc_runtimeminimum_x86.msi’ error appears, to correct this problem you must follow the following steps.
Run regedit.exe as administrator
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products
Perform a search for the string {2E72FA1F-BADB-4337-B8AE-F7C17EC47D1D}
You should find the path being referenced in one of the subkeys (see attached example)
Delete the key {2E72FA1F-BADB-4337-B8AE-F7C17EC47D1D}.
Unable to backup on version 7u2a, checking the logs from /var/log/vmware/applmgmt/backup.log is:
This is generally caused by an interruption to the backup, or a restore from backup, leaving a flag file in place.
Remove or rename /etc/vmware/backupMarker.txt
and re-run the backup.
Since the upgrade to version ESXi 6.7 U1 and newer, it’s impossible to enable Hardware-Assisted Virtualization with PCI Passthrough Devices by GUI and it’s not supported by VMware, but it’s possible to enable by editing the VMX file.
Follow the procedure:
1- Shutdown the VM
2- Add this configuration
3- Power On the VM
Issues with LifeCycle Manager where we could not download updates from VMware Depot and we got the error below. Communication with VMware is done by proxy.
The workaround is following:
If you have recently upgraded to the version 7, you probably noticed twice the amount of HBA ports in your ESXi.
For EMULEX HBA:
esxcli system module parameters set -m lpfc -p lpfc_enable_fc4_type=1
Reboot the host.
For QLOGIC HBA;
esxcfg-module -s ‘ql2xnvmesupport=0’ qlnativefc
Reboot the host.
Follow this procedure.
1 – Download VMware Tools Offline VIB Bundle https://customerconnect.vmware.com/en/downloads/details?downloadGroup=VMTOOLS1200&productId=1259&rPId=85322
2 – Upload the file to a datastore.
Login to Vmware Vsphere web client, Select Esxi server or datastore, on the Configure tab / Manage tab for ESXi, Select Storage/ Datastores, right-click datastore, where you want to upload files, click Browse Files from the context menu.
3- Enable SSH on ESXi Host
4- Connect by ssh
5- Locate the file cd /vmfs/volumes and cd the datastore you upload the file and type the ls to locate the file.
6- Verify the profiles available to install change the “/vmfs/volumes/DatastoreUUID/” for the location of file and type
7 – esxcli software vib install -d “/vmfs/volumes/DatastoreUUID/VMware-Tools-12.0.0-core-offline-depot-ESXi-all-19345655.zip”
After this update the default will be VMtools 12.
To be able to access the vCenter with WinSCP it is necessary to change the default shell to Bash
For more information:
https://kb.vmware.com/s/article/2107727
Partition /core becomes full due to too many files, following the commands you needed to delete those files.
cd /storage/core/
rm core.in\:imfile.*
You can use this command to check free space
df -h
For more information:
https://kb.vmware.com/s/article/81327
To check if you need run the KB https://kb.vmware.com/s/article/87274
Open a SSH and run the command
openssl dgst -verify /var/vmware/applmgmt/fileintegrity/pub.key -signature /var/vmware/applmgmt/fileintegrity/fileintegrity_config.sig /etc/vmware/appliance/fileintegrity_config.json
If the result is Verification Failure, Follow the steps:
Note: If you faced an error while trying to login to VCSA through WINSCP , please run the below command on VCSA (SSH):
# chsh -s /bin/bash root
# python generate_signature.py
# openssl dgst -verify /var/vmware/applmgmt/fileintegrity/pub.key -signature /var/vmware/applmgmt/fileintegrity/fileintegrity_config.sig /etc/vmware/appliance/fileintegrity_config.json
This should return a “Verified OK” response.
service-control –stop applmgmt
rm -rf /storage/core/software-update/*
rm -rf /storage/db/patching.db
mv /storage/core/software-packages/staged-configuration.json /storage/core
mv /etc/applmgmt/appliance/software_update_state.conf /storage/core
service-control –start applmgmt