Hi readers, This will be a short post. However, I want to take my time now and highlight a new creation from Gary Blake, Giuliano Bertello and Brandon Willmott called PowerVCF. PowerVCF is, as from their GitHub page: “PowerVCF is a PowerShell Module for interacting with the VMware Cloud Foundation (SDDC Manager) public …
Read MoreHi everyone, You may have heard me mention VMware Hands on Labs a few times, but what exactly is it? VMware Hands on Labs allows you to test drive products within your browser, at no cost. With HOL, you can evaluate the features and functionality of VMware products without the need to have your own physical lab …
Read MoreHi everyone, EDIT: The vExpert 2020 first half applications are now closed! Don’t forget to apply for vExpert if you haven’t already! According to Twitter, the closing date has moved to 1/13 at 10 AM MT. Apply here with your blog posts, VMUG events, other events, talks, and much more. There are also more paths, like …
Read MoreHello readers, In this part, we will be deploying VMware Cloud Foundation in a nested environment using vCF Lab Constructor, which you can read more about here. TLDR: it is a PowerShell script designed to automatically deploy vCF along with the management Workload Domain (WLD). VCF Lab Constructor (aka VLC) is a great …
Read MoreHi everyone, This post will be about a nice trick I learned to get the maximum out of your VMware Homelab. TPS, or Transparent Page Sharing, is a function where, in short, multiple identical virtual memory pages are pointing to the same page within the memory of the host. Here is a whitepaper that goes more in-depth. …
Read MoreHi readers, Currently, I temporarily have access to a server with enough memory to run a Cloud Foundation lab until January 2nd 2020. This gave me the inspiration to build a Cloud Foundation lab and tinker around with it, along with tinkering with an automatic lab deployment script called VLC (VCF Lab Constructor). …
Read MoreHello! Inspired by my last blog post, here are more PowerCLI scripts to make life easier. Script one; get VMs on a specific host with a specific Port Group $viserver = "vCenter IP/FQDN here" $t_host = "ESXi FQDN/IP here as used in vCenter" $portgroup = "port group name here" Connect-VIServer $viserver Get-Cluster …
Read MoreHi everyone, In this post I am sharing a PowerCLI script that I made in order to easily migrate VMs from one network to the other. There are two versions of this script, one version has a hard-coded ESXi/vCenter instance, and the other one asks for the vCenter on each run. Version 1 (hard coded ESXi/vCenter): Do { …
Read MoreHi everyone, This post will be out about me moving back from NSX-T to NSX-V due to weird deploying issues. NSX-V is no longer being developed, so this has caused me to try to migrate to the new NSX-T, however I moved back to NSX-V when my NSX-T Edge nodes started to fail. The Geneve tunnels to the ESXi host randomly …
Read MoreHi readers, This short post will be about how I had to set-up a static route on ESXi to my VPN subnet. My setup is as follows: I have an ESXi server in DC1, and a ESXi server at home. The Home ESXi server has vCenter and vRealize Operations Manager on it. My goal was to have vRealize Operations Manager give rightsize …
Read More