Introduction connection.InstanceUuid ≠ connection.ExtensionData.Client.ServiceContent.About.InstanceUuid Let's connect to vCenter and check the two: if (! $creds) { $creds = Get-Credential}$connection = Connect-VIServer -Server '<vcenterFQDN>' -Credential $creds$connection.InstanceUuid$connection.ExtensionData.Client.ServiceContent.Abou...
Jume - My Virtualization Blog
In my previous post I explained how you can run VCSIM in a native M1 container. If you don't use a Mac with that CPU you can just download the official container and run it local in Docker. Now, VCSIM contains a cool feature to load in an environment. William Lam did a great article about that. You first need to export it first using GOVC: Lin...
So, I bought this brand new laptop to do some development work. For a couple of reasons, the MacBook Pro with an M1 chip (either Pro or Max - you cannot go wrong here) suited best for me. It has long battery life, it's very powerful, silent, and has high memory for loads of simultaneous containers (and hopefully in the future x86/x64...
It was about time do run a new VCP exam. Even though the status doesn't expire anymore, I planned it for this year anyway. So after some study and hands-on, I just gave it a go. I used the 20% discount attached to the VMUG Advantage (which actually worked pretty well, saved me about 40 euro's). These days (due to Corona COVID-19) you can now ...
Accessing the VM console always requires a direct connection to the ESXi host running the VM. If you've got a user/insecure network and you firewalled your ESXi/vCenter servers, you cannot access the console without opening the port for that whole network (you never know who requires a connection to any of the hosts for that console). This ar...
Some great news came overnight. Microsoft has announced the release of PowerShell 7.0.0. After a couple of release candidates we now have 7.0.0! Awesome! But does PowerCLI work? Let's check that out!!! Something to note (from the original article): Which Microsoft products already support PowerShell 7? Any module that is already support...
Last year I wrote this article: https://www.jume.nl/blogging-again - Blogging again My main frustration was seeing all those Twitter and Blog posts where a lot of people were receiving the vEXPERT award. So I started blogging again, sharing knowledge on forums and tried to be the go-to guy in my customer organizat...
Tip 5: Try a container! As a followup on tip 4, you can also try (and of course even run in production) PowerShell (and PowerCLI) in a container with for example Docker! This allows you to investigate if PowerShell is something for you. If you're a long time PowerCLI user, grab that container too! Links: Official PowerShell container:&n...
Last week I decided to buy VMUG Advantage. Apparently, the post was picked up by Jochen Ramm. And as I replied: the onboarding was a smooth experience. But there is more!!! I posted VMUG Advantage so often, but maybe people believe more in the guys who really know what they are talking about ;-) https://t.co/wy3JcNWdAH @VMUG_RheinRuhr @Germany...
In case of a host with a lot of snapshots or read-only enabled LUNs (which could be the case when you've got a host dedicated as standby host in DR site), mounting an existing datastore can be a challenge through the UI. The activity bar keeps running for minutes and then presents an error: The query execution timed out because of a back-end p...
Tip 4: We left off with tip 3, using group-object. This tip is about the PowerShell version. Did you know every version of PowerShell gets lots of performance optimizations? So my tip for now: try out different PowerShell versions! At the time of writing, PowerShell 5.1 Desktop is installed on Windows 10, and the latest stable is 6.2.3 ...
Today I decided to buy the VMUG Advantage Membership. The membership is around for a while now but for some reason; I never cared to take a good look at it. It provides some great resources and discounts, and since I plan to go to VMworld, get some certifications and play around in the homelab this year, I thought: why not... VM...
Tip 3: Are you using Where-Object or if/else/elseif in a loop to filter out or to process whatever you need? Consider using: Group-Object. PS H:\> Get-Help Group-ObjectNAME Group-ObjectSYNTAX Group-Object [[-Property] <Object[]>] [-NoElement] [-AsHashTable] [-AsString] [-InputObject <psobject>] [-Culture &...
Tip 1: If you're in a folder (using your file explorer), and want to open a Powershell box there (or command box also works), type 'powershell.exe' in its path and the new window opens at that location. If you run PowerShell Core, you can also use 'pwsh' or if you want a command box window, use 'cmd'. Tip 2: Last few days I've been crea...
Remember this one? You can select the VM BIOS RTC clock to a certain time!!! And that is cool because this is still 'supported' - or at least it's working! It took me some searching and some blog and forum posts are 12 years old! All you need to do is edit your VM's configuration and add the following lines: time.synchronize.c...
Tomorrow (21-3-2019) a new NLVMUG event is starting. And I'm going!!! I'm really looking forward to this event: so many great sessions, great presenters, great sponsors and not so great venue (I think parking would get troublesome, however, there is a bus driving from a parking lot). I've been building my session list, check it out: ...
I've been hunting down this issue for one of my clients. They have brand new Dell T440 servers (I've also seen this issue on brand new DELL T640 servers). Great gear - however, after running for a couple of weeks we got this PSOD on one of the servers. This PSOD is not good (in general: PSOD's never are, haha). As this is a brand new server, I did ...
So yesterday we left off after changing the power setting in the BIOS. Now after a day, I've got results, and they are promising!!! Let's start with some CPU metric comparison.
I was asked to troubleshoot a VM. SCOM was reporting the following message: "Logical disk transfer (reads and writes) latency is too high - The threshold for the Logical Disk\Avg.". Also, jobs (this is a SQL server) took longer to run (almost twice a long). Now, this seems like an issue with disk I/O: the path to storage endpoint (SAN), i...
That's it! I'm starting blogging again. The reason? That's easy - yet another year has passed by without blogging. Triggered by all those great messages from the community on Linked In, Twitter and various websites tagged: #vExpert. Don't get me wrong and I must admit: I was a bit jealous and angry. Angry to myself! What happened? Call it lazy, ...