Category: vCenter

vSphere 7 – Certificate Management

vCenter

With vSphere 7 the management of certificates became much easier. For starters the solution certificates are deprecated, being replaced under the hood with a less complex but equally secure method of connecting other products like vRealize Operations, vRealize Log Insight, etc. Furthermore, there are now REST APIs for handling vCenter Server certificates. VMware Certificate Authority…

Read more

How to Configuring Identity Federation to Use Windows ADFS

vCenter

Ok, you want to use multi-factor authentication accessing your vCenter? With vSphere 7 you can configure ADFS (Active Directory Federation Services) ADFS is a software component to provide users with single sign-on access to systems and applications that are located across organizational boundaries. Here is my playbook video: Here is my playbook Go to Menu…

Read more

Before and After vCenter FQDN and IP (PNID) change – IMPORTANT!

vCenter

So you wanna change FQDN or IP of your vCenter? Here is a couple things to consider: BEFORE CHANGE: If you run vCenter in HA mode, you need to disable it Must unregister solutions: SRM, vROps, vRNi etc AFTER CHANGE: Regenerate and replace vCenter Server certificates Configure vCenter Server High Availability Add vCenter Server with…

Read more

Transfer failed: IO error during transfer : java.io.EOFException: Unexpected EOF read on the socket

vCenter

That error was a bummer. I was trying to deploy Dell SRS. When I received error: Transfer failed: IO error during transfer : java.io.EOFException: Unexpected EOF read on the socket. SITE NOTE: What is SRS – Secure Remote Services (formerly ESRS) is a highly secure, two-way connection between your Dell EMC products and Dell EMC Customer Support that helps…

Read more

vCenter Server Managed Object Browser (MOB) reports a 503 Service Unavailable error

vCenter

If you cannot access the vCenter Server Managed Object Browser (MOB) at https://vCenterFQDN/mob/ and your browser shows this error: 503 Service Unavailable but all other services are up and running, this mean it has been disabled. The issue occurs if the <enableDebugBrowse> parameter in the vpxd.cfg config file is set to false Here is a runlist to resolve this issue: SSH to…

Read more

How to uninstall SimpliVity plug-in form vCenter

vCenter

After successful decommission of HPE Simplivity, time came to uninstall vCenter plug-in. Here is my runlist: SSH to vCenter server If you do not see bash shell type in command shell Go to plug-in location, follow this commands to uninstall plug-in: Press ENTER once prompted The plug-in has been uninstalled. In my case the process…

Read more

How to add SimpliVity datastore to standard ESXi server

vCenter

But why one may ask… I came across this issue once I was actually decommissioning SimpliVity cluster and I had to vMotion all Virtual Machines to another host with local datastore. vMotion was failing for some reason and the only way to resolve it was to attach Simplivity to the target host. Here is my…

Read more