- How to use VMware vSAN ReadyNode Configurator - Fri, Dec 17 2021
- VMware Tanzu Kubernetes Toolkit version 1.3 new features - Fri, Dec 10 2021
- Disaster recovery strategies for vCenter Server appliance VM - Fri, Nov 26 2021
One of the first announcements that caught my attention was the fact that VMware is phasing out external Platform Services Controller (PSC) deployments. And as such, 6.7 U2 is the last version where you'll be able to choose and deploy an external PSC when you deploy vCenter Server.
However, you'll see a warning message that will inform you there will be no support for this architecture in the next major release of VMware vSphere.
You can use an embedded PSC and still benefit from Enhanced Linked Mode (ELM), which lets you link up to 15 vCenter Server instances in the embedded PSC topology.
This wasn't previously possible; you had to have an external PSC to use ELM. This greatly simplifies the overall architecture by eliminating the need for load balancers.
New vCenter Server Converge Tool and UI
Earlier, 6.7 U1 introduced a vCenter Converge Tool with a command-line interface (CLI). When you have PSC separate from vCenter in an external deployment, the PSC runs on a separate node (on a separate VM).
Thus, the PSC RPMs are not installed on the registered vCenter Server. And that's what the Converge Tool will do. It will install the PSC RPMs on the vCenter Server to have everything running on a single node.
The 6.2 U2 provides a user interface (UI) that lets you converge your vCenter Server with an external PSC into an embedded architecture. VMware calls it a table view or topology view where you can see all vCenter Servers and PSCs. You can also identify the replication partners within this view.
And after doing the convergence, you can also decommission the old PSCs from the same UI. Select the PSC to decommission and click Decommission PSC to unregister the external node from its vCenter Server. Once decommissioned, the PSC powers down automatically.
The UI does exactly the same as the CLI tool.
vSphere Health
The vSphere Health introduced in 6.7 brought some major interesting features that let you identify and resolve potential issues within the vSphere environment. It collects and analyzes telemetry data from the vSphere environment, using it to guide the vSphere administrator through a remediation process.
The 6.7 U2 pushes this even further by grouping these alarms into four categories:
- Online availability
- Compute
- Network
- Storage
As VMware introduces more and more health checks, it will keep things more organized, as shown in the screenshot below.
Content library enhancements in vSphere 6.7 U2
When 6.71 U1 introduced storing VM template (VMX) files, we thought this was it. VMware has put a final piece in the content library. There is nothing more to improve. But yes, there is.
The 6.7 U2 has brought the possibility of syncing native VM templates between content libraries when you have an architecture with vCenter Server ELM or Hybrid Linked Mode (HLM).
This way, you don't have to create your VM templates three times if you're running let say three vCenter Servers in ELM.
Note: The difference between ELM and HLM is simple. HLM lets you link your VMware Cloud on an AWS vCenter Server instance with an on-premises vCenter Single Sign-On domain. ELM is only for local vCenter Servers (not those on AWS).
You have a new Publish button letting you sync the local library to selected subscription libraries.
vSphere Code Capture and API Explorer
Recently, you can capture a code by activating a red record button at the top. After you finish the actions you want to do via the GUI, you hit the red button again to stop the capture. This takes you to the code capture window and then shows you the code generated when you perform the action through the GUI. It generates PowerCLI code easily reusable as a PowerCLI script.
Another feature added to the Developer Center is API Explorer. This 6.7 U2 brings API Explorer into the vSphere Client where previously you had to enter an extra authentication before you could interact with the representational state transfer (REST) APIs.
vSphere Update Manager enhancements
Now you can do actions in a single step whereas previously you needed to pass through two windows. You can now do Attach, Check Compliance, and Remediate actions all from one screen.
Remediation action updates now include attaching and remediating multiple baselines, and you can also disconnect removable devices or enable Quick Boot.
Further improvements let you view more details of an ESXi Image within vSphere Update Manager (VUM). You can now see the Name, Version, Vendor, Acceptance Level, and other attributes for all packages included in the selected image.
Final words
With the 6.7 U2, the VMware vSphere architecture is evolving, and the next major release of vSphere will no longer let you install external PSCs. VMware has deprecated this architecture. For now, you can still deploy external PSCs, but the onscreen message tells you about the deprecation.
Subscribe to 4sysops newsletter!
More features added in every vSphere release, even minor ones, make this platform compatible with latest Microsoft operating systems, such as Windows Server 2019.
Two vCenter servers which have their own embedded PSC, but separate domain (vsphere.local).
Can we implement ELM?
Yes it's possible to repoint existing PSC to the "other" domain. (even if both carries the same name – vsphere.local).
The setup should be as following:
Site A:
Site B:
BUT, If you already configured two SSO domains "vsphere.local" on each site, you have to go to Site B and reconfigure SSO domain (using the installer setup) to join the Site A appliance.
The procedure is here.