PowerCLI 11.1.0

PowerCLI 11.1.0 – More on Linux Side

During the last few days of December 2018, VMware released the 6th PowerCLI version of the year: PowerCLI 11.1.0. The coolest new features move around Site Recovery Manager:

  • Support for SRM module in MacOS and Linux
  • Support for Site Recovery Manager 8.1 API features
  • VMware.VimAutomation.Storage module received updates on 2 cmdlets: Get-VsanDisk and Start-SpbmReplicationTestFailover

There is nothing new on the install / update routines for Windows, so if you need guidance you can take a look at one of my previous article: VMware PowerCLI 10.1.0.

Read More

PowerCLI 10.0.0 Linux Error in VMware.VimAutomation.Srm Module

VMware released recently version 10.0.0 of PowerCLI. One of the major “selling” points for PowerCLI 10.0.0 is the way it works exactly the same regardless of the platform: Windows, Linux, and Mac OS. As a result, immediately after I updated my Windows installation to 10.0.0, I proceeded to install a Linux version of PowerCLI.

I will document in this article how to install PowerShell Core 6.0.1 on Linux and how to install PowerCLI 10.0.0. I will then write about the error I met (“Import-Module : VMware.VimAutomation.Srm module is not currently supported on the Core edition of PowerShell”) and how I solved it. Update 5 May 2018: VMware released a new version 10.1.0, same error is present.

First stop was “Compatibility Matrixes for VMware PowerCLI 10.0.0”. The only supported Linux OS is Ubuntu 16.04. I then installed a VM running this Ubuntu version. I then followed the Microsoft provided instructions to install PowerShell Core 6.0.1. (On a related note, I ran PowerCLI 10.0.0 on CentOS 7 without other issues – except of course for the modules errors).

Read More

How to Trust vCenter SSL Certificate

These days it’s easy to find small environments where VMware vCenter SSL certificate is not signed by a proper certification authority. For example, you just installed vCenter Server in your lab as described in How to Install VCSA 6.5 (VMware vCenter Server Appliance).

Below picture is something you see often in these environments. In this article I will show how to trust all vCenter issued certificates on a single Windows computer. This will take care of vCenter SSL certificate and also the ESXi servers certificates (only for the ESXi servers under vCenter management, of course) in Internet Explorer, Microsoft Edge and Google Chrome.

vCenter SSL Certificate - Internet Explorer Error

Read More

Latest vCenter and Latest Chrome = No Love

Yesterday I first noticed this Flash plugin crash in my Chrome soon after I entered my vCenter credentials: “Shockwave Flash has crashed – Reload”.
Flash crash in Chrome

I’m running vCenter Server Appliance 6.5 Update 1 (6.5.0.10100 Build Number 6671409) and Chrome Version 61.0.3163.100 (Official Build) (32-bit). Initially I thought this is something related to my setup, I reverted to the old Internet Explorer to do my job, and I forgot about the error.

Read More

Into the Lab – This version of vCenter Server does not support Deploy OVF Template…

When trying to start the “Deploy OVF Template” wizard from vSphere Web Client 6.5, you may meet this error:

Deploy OVF template error

This version of vCenter Server does not support Deploy OVF Template using this version of vSphere Web Client. To Deploy OVF Template, login with version 6.5.0.0 of vSphere Web Client.

This error was reported for earlier versions of vSphere 6.5 and VMware released this KB article. VMware added a fix in VMware vCenter Server Appliance 6.5 b.

The issue reappeared in some cases after a new upgrade to the latest vSphere 6.5 Update 1 and it’s treated in the second KB article.

Read More