thinking sysadmin

qstat -u aleonard -s z

Archive for the ‘virtualization’ Category

ESX Swap on NFS or Not?

4 comments

Scott Lowe recently linked to a VMware KB article entitled Storing swap files on VMFS when running virtual machines from NFS. The article (from 3/31/2008) is perhaps the latest word from VMware in the frustrating back-and-forth on whether placing an ESX VM’s swap on NFS is acceptable or not.
Read the rest of this entry »

Written by Andy

October 17th, 2008 at 9:23 am

Posted in virtualization

Tagged with , , ,

Quick and Dirty VMware ESX Patching

leave a comment

On the ESX console, do the following:

  • Read the documentation for each patch.
  • Group patches that can be installed together into a directory, possibly an NFS mount available on all your ESX hosts.
  • Cd into the patch directory and untar the patches:

    for i in `ls *.tgz`; do
    tar -xvzf $i
    done

  • Install the patches:

    for i in `ls`; do
    if [ -d $i ]; then
    cd $i
    esxupdate --noreboot update
    cd ..
    fi
    done

  • Reboot.

Written by Andy

July 31st, 2008 at 1:41 pm

What is up with VMware’s patch download applet?

leave a comment

Am I the only one that hates VMware’s patch download site and its corresponding applet? (Maybe – I couldn’t find anyone complaining about it looking quickly on VMware’s message boards, which I found most odd.) I’ve never been able to get it to launch under Firefox, only under IE (even on the same machine with the same JVM). And when it does launch, it is slow as molasses.
Read the rest of this entry »

Written by Andy

June 27th, 2008 at 10:56 am

Posted in virtualization

Tagged with , , , , , ,

Capacity limit on OpenSolaris 2008.05 AMI

leave a comment

I missed this: Apparently the OpenSolaris 2008.05 AMI on EC2 has reached a capacity limit. So, while I got Sun’s approval this morning for their OpenSolaris/SXCE.79 on EC2 beta, I don’t get to use OpenSolaris until they add more capacity; SXCE.79 is a nice consolation prize, though.

Written by Andy

June 4th, 2008 at 11:27 am

VMware’s Comparison of Storage Protocol Performance

2 comments

VMware has just released a paper entitled Comparison of Storage Protocol Performance (seen at Scale the Mind and blog.scottlowe.org); maybe this will help deflate some of the too-often repeated speculation that NFS is too slow for VMware ESX.
Read the rest of this entry »

Written by Andy

February 8th, 2008 at 9:18 pm

Posted in storage,virtualization

Tagged with , , , ,

Running FreeBSD 6.3 on VMware ESX (Updated)

leave a comment

So, you recognize that FreeBSD isn’t officially supported on VMware ESX, but you want to give it a try anyway? Here’s what I did to get it installed, with VMware Tools and using e1000 Ethernet drivers:

Installation was for the most part straightforward – I chose “Other” for the operating system type, and allocated resources like I would for pretty much any other operating system. The install from an NFS-mounted ISO image worked fine; I’ve only run into two issues so far: Installing VMware Tools and changing the Ethernet drivers from the default Lance drivers.
Read the rest of this entry »

Written by Andy

January 30th, 2008 at 4:26 pm

Thoughts on a VMware ESX Deployment

leave a comment

Given my last post, it’s pretty ironic that I’m right now in the middle of a VMware ESX deployment at work. VMware seems to have this reality distortion field around it that makes tech management think that – despite its substantial overhead – it’s the only “real” virtualization product out there: The rest are just hacks, so we bought VMware. Now that I’m knee-deep in working with it, a few other thoughts:
Read the rest of this entry »

Written by Andy

December 16th, 2007 at 8:32 am

Posted in virtualization

Tagged with ,

The Zenith of VMware

3 comments

While I use VMware’s free products – VMware Server and Player – on a daily basis, I’m very much given to wondering whether VMware has a future. As a company, they seem to be surrounded on all sides – Xen and Microsoft’s Viridian are closing in fast on one flank (well, at least Xen is – but I’m sure Microsoft isn’t going to let this opportunity pass by), and I wonder if Solaris Containers, Virtuozzo/OpenVZ and technology like FreeBSD Jails have escaped their blind spot on the other side.
Read the rest of this entry »

Written by Andy

June 17th, 2007 at 6:26 am

Posted in virtualization