This is Part 6 of my series on vSphere Performance data. Part 1 discusses the project, Part 2 is about exploring how to retrieve data, Part 3 is about using Get-Stat for the retrieval. Part 4 talked about the database used to store the retrieved data, InfluxDB. Part 5 showed how data is written to the database. This …
Read MoreThis is Part 5 of my series on vSphere Performance data. Part 1 discusses the project, Part 2 is about exploring how to retrieve data, Part 3 is about using Get-Stat for the retrieval. Part 4 talked about the database used to store the retrieved data, InfluxDB. This one will do some actual work and will retrieve data …
Read MoreWe are using Storage Policies on all VMs in our environment and rely on those to give the VM's the correct storage. Storage Policy based management is a key area for VMware going forward it seems, especially with things like vSAN and VVOL. In addition to matching a VM and it's storage we are using the policies to set …
Read MoreThis is Part 4 of my series on vSphere Performance data. Part 1 discusses the project, Part 2 is about exploring how to retrieve data, Part 3 is about using Get-Stat for the retrieval. This post will be about the database used to store the retrieved data, InfluxDB. The last post left of with the beginning of a script …
Read MoreThis is the Part 3 in my series on vSphere performance data. Part 1 discussed the project, Part 2 was about checking the methods of retrieving data and ended with me realizing I would use Get-Stat against all (4000) VMs to retrieve data. Part 2 was posted over a month ago as I have been busy preparing for the VCP 6.5 …
Read MoreDifferences and bugs in Windows 2016 Task Scheduler
I'm using the Scheduled Tasks functionality in Windows Server quite extensively. I have tasks for importing stuff to a database with Powershell scripts, running some cleanup scripts etc Almost all of my scripts run on different intervals during the day. Some maybe just once a day and some might run every x minutes. …
Read MoreIn my last post about upgrading vCenter to 6.5 I've outlined the steps I needed to do for the migration. Both pre-migration, the actual migration and some post-migration steps. Today we were about to upgrade/migrate one of our oldest and biggest vCenters which presented some additional steps to consider for the …
Read MoreIn a previous postI talked about the upgrade of our vSphere environment. The first post described the upgrade and migration of the Platform Services Controller (PSC) from a version 6 running on Windows to a 6.5 Appliance. Our upgrade path would be PSC -> vCenter -> Hosts. Our environment consists of several vCenters so …
Read MoreThis is part 2 of my vSphere Performance Data series. Part 1described the project and my goals with the project. This post will be my thoughts on retrieving performance data from our vSphere environment. As I described in part 1 our environment consist of 100+ hosts and 4000+ VMs. These are hosted in 3 different …
Read MoreThere is lots of posts on retrieving performance data from your vSphere environment (I'll probably use a lot of them in this series), but here's my take on it. My ultimate goal is to build my own database of performance data and have a nice front-end presenting this. I also want to have an API that extracts data from …
Read More