Jume - My Virtualization Blog

My personal and professional virtualization blog. Everything about VMware, PowerCLI, Powershell, Agile, Scrum, VSAN and Cloud related.

.InstanceUuid≠ .ExtensionData.Client.ServiceContent.About.InstanceUuid

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...

Continue reading
  2298 Hits

Duplicate your prod environment to a container based dev environment

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...

Continue reading
  3121 Hits

Running vcsim native on Mac Silicon with M1 chip in docker

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...

Continue reading
  3310 Hits

Passed: 2V0-21.19 Professional VMware vSphere 6.7 - my exam from home experience

​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 ...

Continue reading
  4891 Hits

Access VM console in a secured environment - part 1

​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...

Continue reading
  12794 Hits

PowerShell 7.0 GA

​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...

Continue reading
  12132 Hits

vEXPERT 2020 in the pocket!

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...

Continue reading
  10991 Hits
Tags:

Some short PowerShell tips #4

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...

Continue reading
  7592 Hits

VMUG Advantage - cont.

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...

Continue reading
  8586 Hits

The query execution timed out (DatastorePropertyProvider)

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...

Continue reading
  8605 Hits

Some short PowerShell tips #3

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 ...

Continue reading
  5137 Hits

VMUG Advantage

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...

Continue reading
  5517 Hits

Some short PowerShell tips #2

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 &...

Continue reading
  7552 Hits

Some short Powershell tips #1

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...

Continue reading
  5496 Hits

Tricking the VM BIOS RTC to set a time

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...

Continue reading
  10765 Hits

NLVMUG: Here I come!

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: ...

Continue reading
  7203 Hits

Solving PSOD 'Panic Requested by another PCPU'

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 ...

Continue reading
  23265 Hits

Troubleshooting disk latency (cont.)

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.

Continue reading
  9009 Hits

Troubleshooting disk latency

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...

Continue reading
  9777 Hits

Blogging again

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, ...

Continue reading
  6763 Hits