One of my clients who has TAM services was trying to run the TAM Insights script to provide their TAM with some data. This script can take some time to run and must be run against each vCenter. For compliance purposes this client cannot have an idle session on their terminal servers used to accessContinue reading “TAM Insights and K8s”
Category Archives: Uncategorized
Certificate Replacement on vCenter: Part 2
Following up on my post about vCenter Certificate Replacement. I needed a scheduled way to update the certificate so I didn’t forget again and end up in the mess I was in to begin with. This turned out to be very simple. First I had to download the certificate from the load balancer again usingContinue reading “Certificate Replacement on vCenter: Part 2”
Horizon Client on Pi4
I was looking at my Raspberry Pi 4 the other day thinking of new uses for it. I thought I’d try to build a thin client. I went out to the VMware Horizon View Client download page and pulled down the latest Linux tarball. The tarball has an armhf directory and I thought “great! ThisContinue reading “Horizon Client on Pi4”
Certificate Replacement on vCenter
I use a Let’s Encrypt certificate on my VCSA. It validates and give me a pretty padlock in my address bar. Generally I use a wildcard cert for all my services but vCenter wont take that. So I have a “regular” server certificate for vCenter. As with all Let’s Encrypt certificates it expires regularly. ThisContinue reading “Certificate Replacement on vCenter”
Multi Cluster NSX-T NVDS to VDS Migration
With the release of the converged VDS (CVDS) in ESXi 7 NSX-T users are able to convert back to a vCenter managed VDS. This helps in reducing management overhead for the environment and you can read all about it elsewhere. For people who have a multi transport VLAN confguration on your N-VDS the regular migrationContinue reading “Multi Cluster NSX-T NVDS to VDS Migration”
Calendar Roulette
My calendar has been pretty packed recently. I’m covering an extra territory, interviewing people for positions, doing internal training, and a bunch of other things. With all that I have had some times when I’ve been septuple booked. That’s seven meetings at once. When they are all important how do you pick which one toContinue reading “Calendar Roulette”
Microsoft Graph and Salesforce
Does anyone else remember trying to programmatically read exchange emails back in 2009? What a pain it was. At the time I was on the Fulton County help desk. I would take calls and emails then turn them into tickets. It was painful. So I automated it… I was using Perl at the time. ThereContinue reading “Microsoft Graph and Salesforce”
TDS DSL Bridge Mode
I’ve got TDS DSL at a location. I was using their modem/router/wifi device for a while but wanted to have a site to site vpn to another location that didn’t require funky routing. So I picked up a pfSense box to use as the router. I hooked it up and everything seemed OK. Got myContinue reading “TDS DSL Bridge Mode”
Salesforce Automation
This is probably a little sales specific but since I spent some time writing some automation figured I’d post it. I was tired of having to go through all of my open opportunities in Salesforce (SFDC). The lightning version that is being pushed out is SOOOO SLOWWWWW. To the point of being almost unusable (forContinue reading “Salesforce Automation”
Binary Coded Decimal and Assembly
I’ve been learning a little bit of assembly over the last few days. Why in the world would I want to learn assembly? I don’t know. Why not? The code I’ve been writing has been a very simple boot loader. I followed another tutorial on how to get it to load and write some text.Continue reading “Binary Coded Decimal and Assembly”