Posts

Subscribe via RSS →
2 min read

Creating and Storing PowerShell Credentials

I actually do not understand why I have not put this in a blog post before, but it is about time - because I used it again today. Sometime you need to store a credential for a number of purposes, be …

  • Management
  • Scripting
  • Powershell
  • Administration
1 min read

VMworld 2012 US–Registration is now open!

Just got this from Twitter. Registration for VMworld US is Now Open https://t.co/NSofq9kFFri May 11 06:57:19 via Twitterrific Bas Vinken Registration is now Open Convince your Boss Hotels and Travel …

  • VMworld
  • VMware
2 min read

Automating vSphere With VMware vCenter Orchestrator

I had some time this past week to read Automating vSphere: With VMware vCenter Orchestrator by Cody Bunch. I stand by my views that vCenter Orchestrator is one of those uncovered gems that …

  • Book
  • Orchestrator
  • VMware
  • vCenter
5 min read

Should You Patch the vCenter Server Virtual Appliance?

With vCenter 5 came the release of the the vCenter Server Virtual Appliance. This move was applauded by many due to the fact that VMware made the first step in the direction of removing their …

  • Security
  • Appliances
  • VMware
  • vCenter
2 min read

vExpert 2012–Thank You!

I am proud to announce that I have been awarded the VMware vExpert award for the year 2012. The current list has been posted here. It is nice to receive such an honor but I would rather like to take …

  • Miscellaneous
  • VMware
  • vExpert
1 min read

What Happens When No Swap Volume is Available?

Have you ever asked yourself that question? A customer of mine a small number of VM’s on one host that were continuously crashing. He would power them up and within less than 5 minutes – they would …

  • vSphere
  • ESXi
  • Administration
  • VMware
2 min read

The Wind of Change

Of course the title of this post was blatantly borrowed from the Scorpions (I do love the song) For the past 5 years I have designed, implemented and supported our corporate IT infrastructure. We have …

  • bio
  • Miscellaneous
3 min read

Quick and Dirty PowerCLI to Repair a Disk Space Problem

I ran into a case of a datastore that ran out disk space (why that happened is a whole different story – don’t go there… really…) but because of a whole strange chain of event this …

  • Scripting
  • Powershell
  • VMware
  • Troubleshooting
2 min read

Open-SDK–Opening the vSphere Management SDK

When writing scripts (I am a fan of PowerCLI of course) there is many a time when I need to get something out of the vSphere SDK so I can dig in and get the details that I am looking for. Of course …

  • vSphere
  • Scripting
  • Powershell
  • VMware
3 min read

Cause a Linux Kernel Panic or a Windows BSOD

In some testing I was doing with VM HA monitoring – and I would highly recommend Duncan’s post for some more information on the subject - I needed to crash a VM to test the functionality. So in …

  • Linux
  • Windows
  • Administration
  • VMware