[Horizon View] Fix : Server’s certificate cannot be checked
[Horizon View] Fix : Server’s certificate cannot be checked How to fix the error message in VMware Horizon View : Server’s certificate cannot be checked
[Horizon View] Fix : Server’s certificate cannot be checked How to fix the error message in VMware Horizon View : Server’s certificate cannot be checked
[Powercli] Script : deploy VMs with random configuration How to deploy VMs with random configurations based on a template for your lab or infrastructure
I have to installed the VMware Client integration plugin on my MAC. But it didn’t work properly. Even with a successful installation, i came back on the vSphere Web client and the browser didn’t see the plugin. I will tell you how to fix this issue.
In your vmkernel.log file you can see ” NFSLock: 2210: File is being locked by a consumer on host”. In my case, all the Hosts which shared the same NFS Datastore had the same error.
When a HA occur in your cluster, some VMs can remains “disconnected” after a HA failure. HA should normally restart your VM after a host failure. If your VM is still accessible from another ESX, you can execute a command through ssh. So , start an ssh session on your host and execute this…
With this script you will be able to export a list of VMs with Network Cards disconnected. The script will generate a csv file. And at the end of the script you will be able to modify all the network cards that were in a disconnected states. ######################################################################################### ## Script check VM netword cards …
Recently, i have worked on a script to automate these operations because it involved a lot of datastores. The script only works if the LUN hosting the datastore has previously been expanded. For more information regarding the command line describe in this article you can check this 2002461. Update :02/06/2015 – Add Powershell + plink…
After updated a VM Linux (Centos) I realized that the VMware tools were not starting over automatically. This post is based on the KB : 2050592 You can follow these step to resolve the issue : Log in to your virtual machine and locate the vmware-tools-config.pl file. [root@test01 /]# find -name vmware-config-tools.pl ./usr/bin/vmware-config-tools.pl Then execute…
vCenter 5.5 : Error : Failed to connect to VMware Lookup Service If you are facing with one of the following errors when you try to connect to vCenter with the vSphere Web Client: Failed to connect to VMware Lookup Service https: //VCENTERIP:7444/lookupservice/ sdk – SSL certificate verification failed. Failed to communicate with the vCenter Single Sign…