I’ve been doing alot of Linux stuff lately and have been playing with Ansible to create a hosts setup for my Kubernetes nodes. Now, since i’m still at the ‘try-till-you-break-the-environment’ stage, using VMware snapshot has been very valuable to me. No need to reinstall or “oops moment” for me. Originally, I’ve been doing snapshot manually from the WebClient but it’s g
Long time no post. I’ve been playing around NSX-T and encounter a situation where uninstall won’t work from the NSX-Manager so I had to uninstall the kernel modules manually. Unfortunately, it’s not a straight-forward ordeal since there are a multiple VIBs included in the software bundle and dependencies are intertwined. Anyway, managed to deal with it and here’s the sequence of how i did it.
For the past 3 weeks I’ve been doing testing in the DevOps/ Open Source space just to break the monotony of working with anything V*. Specifically, I’ve been doing alot of: CoreOS, RancherOS, K8S, Docker/ Container in my spare time and I wanted to correlate the jargons in the area with that of VMware to help newcomers (like me) easily grasp the concepts. So here’s a quick list of what I’ve lea
Long time no post. Anyway, I’ve been wanting to update my homelab to 6.5U1 and wanted to use a REPO for a quick way to do it since the lab consists of 4 components (2xVC; 2xPSCs). I dont to trouble myself in using LINUX so i just went ahead in using MS IIS. Doing this is straight forward – Enable IIS – Create Virtual DIrectory – Dump the UPDATE ZIP into the Virtual Directory via the local path
I had the opportunity in deploying vCD 8.10 for a POC. I kept experiencing the following error when deploying an Edge Gateway: Error: “No host is compatible with the virtual machine” Solution: Make sure VXLAN/ Transport Zone in NSX is using Unicast. Right now, multi-cast is not supported.
Here’s a quick a powerCLI script to set local datastore as persistent log location on ESXi. This is part of the hardening requirement for vSphere which any security concerned customers are looking at implementing. Enjoy!
Ok. We recently experience this when adding new storage on ESXi host takes awhile when you have multiple “new” LUNs presented on the host. The setup is common for environments with LUN replication and you would be attaching the LUNs manually on the DR site. Apparently, this is normal as ESXi is making sure that the “new” LUNs is not owned by anyone. In the wizard, it takes 30 seconds per Datas
VMware’ re-branded Arkin software is now available from MyVmware website (actually, it”s been there since last March 2016). It is now named: vRealize Network Insight which helps provide visibility into your Software Defined Datacenter. Since my homelab is getting huge (long overdue post on the current setup incoming!), this is a great opportunity to see how it feels. The solution consists of two OVA: PLAT
Recently had a request to provide statistics/ script-out the data that is exposed by vSphere Replication report tab. Based from a post from Virtu-al, you can get the transferred bytes from one of the Arguments value in the Completed Event. Here’s a quick one liner to expose all the events. Get-VIEvent -MaxSamples ([int]::MaxValue) | Where { $_.EventTypeId -match “hbr|rpo” } | Select CreatedTi
In my homelab, since I upgraded to vSphere6, I can’t seem to make the “use windows credentials” button to work for both VMware vSphere Client and Web Client. For VMware vSphere Client, i keep getting the following error: Windows session credentials cannot be used to log into this server I checked internally in VMware and found the following solution that worked: Make sure components are joine