VMworld 2016 US Breakout Session Recordings Available
| 1 minutes
Edit: At the time of publishing, the main page at www.vmworld.com is not rendering correctly (it is just showing a blank white page where the videos should be), though it was a few days ago. The URL that should be displaying on the vmworld URL below is http://www.webcastregister2016.com/vmware/form.php, and you can go directly to this URL to access the videos if the URL below is not working when you try.
Reminder - vSphere 5.0 and 5.1 End of General Support
| 2 minutes
In the busy world we live in, a lot can be said for the “time flies when you’re having fun” saying. And with so much happening in the world of the SDDC, it’s easy to forget about some of the core components that, for the most part, sit there reasonably quietly just ‘doing their thing’.
This is just a quick reminder post for those still running vSphere 5.0 or 5.1, that end of general support ends for those products this week, on the 24th of August to be exact.
ESXi and Nimble Storage Unmap SCSI Blocks
| 7 minutes
OverView Back in vSphere 5 a new VAAI primitive called unmap was released. When using thin provisioned volumes or LUNs for VMFS datastores, actions such as storage vMotion, consolidating snapshots and deleting data (such as VMDK files) do not automatically reclaim the space on the underlying datastore. For example, if you have a thin provisioned 1TB datastore that has 2 x virtual machines using 400GB each, and you delete one of these virtual machines (using the ‘delete from disk’ action), the used space on the datastore will still report as 800GB.
vSphere 6 - Add Second External PSC to Nested Lab Environment
| 6 minutes
For my lab, I run everything nested within VMWare workstation, which is running on a single Dell physical host that runs Windows for the base OS. Over the past couple of months, I’ve been trying to spend a bit more time in the lab, mostly for learning some components of the vSphere environment I’m not familiar with, but also as a test area. I deliberately started the environment with a single embedded deployment, so the PSC and VC server was running on the one node.
vSphere 6 - Reconfigure Embedded vCenter to External PSC
| 7 minutes
Introduction As of vSphere 6.0U1, VMware allow an embedded vCenter server deployment to be reconfigured to an external deployment, which demotes the Platform Services Controller (PSC) components of the embedded node and points the VC server to an external PSC node which resides in the same Single Sign On (SSO) domain as the source embedded node.
This is done by using the utility cmsso-util
Before we get too much further, there are two main uses for cmsso-util:
PowerCLI Script- Configure ESXi Host for Connectivity to Nimble iSCSI SAN
| 9 minutes
So last week I noticed that a user by the name of Dean had opened a thread on the Nimble Connect forums with some handy PowerCLI to configure an ESXi host to connect to Nimble Storage arrays. I had done the same thing near the end of 2015 when we installed 6 Nimble Storage arrays in our environment, and I was meant to get around to putting it all together in a powershell function/script.
VMWare SRM Array Based Replication Volume Mounted as 'snap-xxxxxxx-VolumeName' After Failover
| 2 minutes
I’m going through the process of installing VMWare Site Recovery Manager (SRM) 6.1 in our production environment, which is currently running vSphere 6.0U1.
We use Nimble Storage arrays and have elected to make use of array based replication (ABR) for data replication between sites.
During our initial testing and doing full failovers of some dev applications, I noticed that the datastore name within vCenter for the protected volume on the SAN was getting renamed, and had a prefix of snap-5b356a02-VolumeName
VMWare Update Manager sysimage.fault.SSLCertificateError
| 2 minutes
Recently I’ve gone through the process of replacing the machine_ssl certificates on our vCenter and PSC nodes at work, and shortly after I went to use Update Manager and received the following error: sysimage.fault.SSLCertificateError
We opted for the ‘Hybrid’ model of certificates in vSphere 6, where the machine_ssl certificate on the PSC and VC server nodes is replaced with an externally signed certificate, and the VMCA takes care of all of the solution user certificates using the default configuration.