• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Yellow Bricks

by Duncan Epping

  • Home
  • Unexplored Territory Podcast
  • HA Deepdive
  • ESXTOP
  • Stickers/Shirts
  • Privacy Policy
  • About
  • Show Search
Hide Search

Server

Tool: Checking the status of VMware Tools and updating

Duncan Epping · Mar 30, 2008 ·

Rob de Veij created a cool tool for checking the status of VMware Tools and easily upgrading to the latest version of the tools by just selecting the appropriate VM.

RVTools is a small .NET 2.0 application which uses the VI SDK to display the version of the installed VMware tools.It also shows if the tools are upgradeable. The button “Upgrade VMware Tools” starts an UpgradeTools_Task for every selected VM.


Download now

Installing VMware Tools fails with “internal error 2203”

Duncan Epping · Mar 27, 2008 ·

When updating VMware Tools the setup constantly bailed out without a decent error. So I decided to un-install the Tools and install them again. Un-installing went smooth but when installing it again I ended up with the error “internal error 2203”. After googling this error the Citrix website gave me the solution, check your tmp and temp environment variables. Indeed both variables pointed out to the CD-Rom player for some strange reason. I changed it to c:\temp and the installation of VMware Tools went smooth…

VI Powershell: Creating a PSDrive to browse your inventory

Duncan Epping · Mar 26, 2008 ·

Just stumbled upon this cool article about mounting your VI inventory as a drive via Powershell:

source – Hal Rottenberg aka halr9000:

  1. Establish a connection to your the server using the Get-VIServer command:
    Get-VIServer -Server
    


    for example,

    Get-VIServer -Server 192.168.10.10
    


    When prompted, provide the administrator’s username and password to authenticate access on the server.

  2. Get the root folder of the server:
    $root = Get-Folder -NoRecursion
    
  3. Create a PowerShell drive named VI, based on the server root folder. You can use the built-in New-psDrive cmdlet.
    New-PSDrive -Location $root -Name vi -PSProvider VimInventory -Root '\' 


    In this release, a single backslash is the required value for the -Root parameter.

  4. Access the new drive by typing the following command:
    cd vi:
    


    To list the drive content, use Get-ChildItem or its alias Dir.

  5. Navigate through your server inventory using the cd command with the full path to the host. For a fictional VI inventory it may looks like the following:
    cd Folder01\DataCenter01\host\Web\LiveHost01
    

New VMware patch download section

Duncan Epping · Mar 20, 2008 ·

It took me a while before I got used to the new layout of the VMware website, especially the forums and blogs… But the new download section is definitely an improvement. Just tick the patches you need and click download. A “download manager java applet” will be launched which will download the patches into the default location. This is the only thing I would love to see improved, I should be able to change that download location before the patches are downloaded. Don’t leave the download page while downloading by the way!

Overcommiting memory, the war is on…

Duncan Epping · Mar 19, 2008 ·

I blogged about this yesterday, and a couple of hours later several articles on this topic popped up on the VMware website. Read them, and be prepared for another round of Citrix/MS blogs trying to discredit this feature. In my opinion it’s simple any feature that lets me virtualize more users / servers on the same or less hardware without significantly reducing the performance is worth looking into/testing. Looking at the “Services”(SBC/VDI) that are discussed in these topics I can imagine why Citrix is fully defending their technology and discrediting this feature, this is something that they didn’t think of or have developed yet.

  1. VMware: Memory Overcommitment in the Real World
  2. Scott Lowe: More on memory overcommitment
  3. Cheap HyperVisors
  4. The comment
  5. The Discussion

Talking about competition and cheap hypervisors…. Rumors are going around that Dell will be supplying servers with VMware ESX 3i with any additional costs, free, no license… So the war is on, but before you guys start bashing check the numbers in article number 1… 178 VM’s with 512MB of memory only using 19.07GB instead of the 89GB is would be using otherwise.

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 318
  • Page 319
  • Page 320
  • Page 321
  • Page 322
  • Interim pages omitted …
  • Page 336
  • Go to Next Page »

Primary Sidebar

About the Author

Duncan Epping is a Chief Technologist and Distinguished Engineering Architect at Broadcom. Besides writing on Yellow-Bricks, Duncan is the co-author of the vSAN Deep Dive and the vSphere Clustering Deep Dive book series. Duncan is also the host of the Unexplored Territory Podcast.

Follow Us

  • X
  • Spotify
  • RSS Feed
  • LinkedIn

Recommended Book(s)

Also visit!

For the Dutch-speaking audience, make sure to visit RunNerd.nl to follow my running adventure, read shoe/gear/race reviews, and more!

Do you like Hardcore-Punk music? Follow my Spotify Playlist!

Do you like 80s music? I got you covered!

Copyright Yellow-Bricks.com © 2026 ยท Log in