Another lovely Friday starting off with strange issues, when taking a host out of standard maintenance we noticed that HA would not reconfigure, and kept saying The object ‘vim.Datastore:datastore-1131’ has already been deleted or has not been completely created. This was strange because no other hosts had this issue.
I proceeded to follow standard troubleshooting steps, reconfigure HA…same issue….disable HA for entire cluster and …
Read MorevSphere 6.5U1 was released on July 27th. This is an incremental update a lot of people wait for before upgrading from a previous version. I have been lucky to have been running on vSphere 6.5 for quite some time and have been enjoying it very much.
Obviously we never upgrade production first, if we can help it. I decided to attempt an upgrade on one of our QA vCenters that was deployed using the VCHA Advanced workflow. I followed my standard upgrade steps Updating a VCHA 6.5 vCenter however when I went to failover the Active node to the upgraded passive/witness nodes, services would not start, …
Read MoreI have been working on doing a vCenter Consolidation Project. This has meant recreating multiple permissions groups. I couldnt find an easy way to apply permissions at a datacenter so I updated this script to be used.
Pre-Requsites
Link to Script
Preparing to Execute the Script
The script is pretty straight forward, just need to update columns in the CSV such as Datacenter, Group and Role.
Read MoreWarning:
A few others and myself have noticed that when updating a VCHA Cluster to 6.5U1 it resets the hostname to localhost.localdomain stopping vCenter Web Client from Loading.
It seems to be isolated to Advanced Deployments and not Basic. I would recommend destroying your VCHA Cluster, updating, then redeploying in this scenario.Warning2:
It also seems that if you try to redeploy VCHA Advanced after an upgrade, it still resets the hostname, I have a case opened and will update here as neccessary.
The first vSphere 6.5 Patch (6.5a) was just released! So far it seems there are a few …
Read MoreI wanted to share this handy script i created when you have a need to build out a new vCenter.
This script can be extremely handy as it will take care of creating the datacenter, cluster, adding hosts, creating datastores and then applying the appropriate host profile. It is all done via CSV files so it is extremely customizable.
Files to modify to customize your configuration
- createdatacenter.csv - Contains the name of the datacenter to create.
- createcluster.csv - Contains the name of the cluster to create and the datacenter to put it in.
- createhosts.csv - Contains the Name of the host and …