Archives for: February 2011
PowerCLI reference book

I blogged about this almost two months ago and just on Luc’s blog that the release date has been set and the cover art was released. I wanted to remind all of you the book that is one of a kind, VMware vSphere PowerCLI Reference: Automating vSphere. Release date: 28th of March Authors: Luc Dekens, Alan Renouf, Glen Sizemore, Arnim [...]

By with 1 comment
Converting Open Virtualization Format (OVF) -Virtual Machines to VMware Fusion

I needed to run an appliance inside VMware Fusion on my Mac, the appliance was in OVF format. VMware Fusion currently does not support this format and requires you to convert the image with a tool called ovftool which can be downloaded at the following location: http://communities.vmware.com/community/vmtn/vsphere/automationtools/ovf Conversion is as simple as: ./ovftool “source.ovf” “target” Optionally you could use parameters [...]

By with 2 comments
RE: VMFS 3 versions – maybe you should upgrade your vmfs?

I was just answering some questions on the VMTN forum when someone asked the following question: Should I upgrade our VMFS luns from 3.21 (some in 3.31) to 3.46 ? What benefits will we get? This person was referred to an article by Frank Brix Pedersen who states the following: Ever since ESX3.0 we have used the VMFS3 filesystem and [...]

By with 27 comments
Storage vMotion performance difference?

Last week I wrote about the different datamovers being used when a Storage vMotion is initiated and the destination VMFS volume has a different blocksize as the source VMFS volume. Not only will it make a difference in terms of reclaiming zero space, but as mentioned it also makes a different in performance. The question that always arises is how [...]

By with 14 comments
Connection problems with PowerCLI due to proxy settings

I was able to connect my PowerCLI instance without any problems to my vCenter, until all of a sudden I got the following error: Connect-VIServer : 8/12/2010 11:51:36 Connect-VIServer Could not connect using the requested protocol. I discovered that this was due to a change in the Proxy Server settings on the client. After removing this proxy address everything was [...]

By with 2 comments
Using the Out-GridView feature in PowerCLI

I wanted to output some data with PowerCLI using the Out-GridView cmdlet. Reason for using this cmdlet is that I needed to create an index for the .vmdk’s  attached to the virtual machines and the number varies, however I encountered the following error on my system: Out-GridView : To use the Out-GridView cmdlet, install the Windows PowerShell Integrated Scripting Environment [...]

By with 2 comments
Installing drivers during a scripted install of ESXi

As you hopefully have read I have been busy over the last weeks with a new project. This project is all about enabling migrations to ESXi. I wrote two articles for the ESXi Chronicles blog of which the first article describes the scripted install procedure and the seconds gives some additional advanced examples of what is possible in these scripts. [...]

By with 8 comments
Page 1 of 3123