NSX-T 2.4 – Unprecedented Enhancements

February 28, 2019 Manny Sidhu 0

NSX-T 2.4 was released about 16 hours ago when VMware’s NSBU put this blog post out. Some pretty cool enhancements to NSX-T in this release have been introduced with some of the key ones being around application-centric SDN, Ansible orchestration, API consumption, data visualization and security, Day 2 and beyond operations (upgrades, troubleshooting and migration). IMO, this brings T just about at-par with V, probably surpasses it. The version isn’t GA by the looks of it, since there isn’t a download available just yet: I took about an hour and a bit to run through what’s available to learn up about this major release and here it is for your easy reading: Increased manageability: A converged appliance cluster that slices […]

ESXi PSOD #Homelab #vExpert #ESXi

February 18, 2019 Bilal Ahmed 0

So I booted up my HP Z600, this houses my main management VMs and ESXi runs off a usb stick. So nothing fancy. On boot up I got this lovely screen of joy: I don’t like PSODs they make me sad. Looking at the error and the fact that it was happening at boot up made me think of some USB drive issue. Let’s think about it for a minute, when ESXi is loaded off a USB/SD card it will then run in memory, and if you make a change it will save it to the drive or it will save automatically every hour (KB ). One thing you have to remember is to make sure you configure the advance […]

Some Basic #PowerCLI using foreach to modify #NTP and do #ESXi host backups #vExpert

February 6, 2019 Bilal Ahmed 0

You will have seen my earlier post about learning PowerShell, and now I am using what I think is one of the best things about PowerShell……The foreach loop. I have seen it used many times, and never fully understood it, I kind of got what it did, but now I am getting it into my head and I have been using it to try and various things. So I have been doing more bits in PowerCLI to help improve my scripting skills and just to see if I can make my life easier. Modifying NTP settings on multiple ESXi hosts There is a known bug in PowerCLI 10 where Remove-VMHostNtpServer looks like it has worked, but does not actually do […]