Archive

Posts Tagged ‘VMware’

vShield Zones – Some Serious Gotchas

March 12th, 2010 Dave Convery 3 comments

OK..I’ll admit it: I am spoiled by the capabilities of vSphere. What other platform lets you schedule system updates that will occur unattended and without outages of the applications being used? I don’t mean the winders patches, they require a monthly reboot. I am talking about the hypervisor updates. VMware Update Manager coordinates all of this for you. Then along comes vShield Zones to break it all.

First, let me explain what I am trying to do. To simplify things, vShield Zones is a firewall for vSphere Virtual Machines. Rather than regurgitate how it works, take a look at Rodney’s excellent post. A customer has decided to use vShield Zones to help with PCI Compliance. The desire is that only certain VMs will be allowed to communicate with certain other VMs using specific network ports, and to audit that traffic. ’nuff said.

Read more…

ESX vs ESXi which is better(Revisited vSphere 4.0)

March 12th, 2010 Sid Smith 1 comment

Back in April I wrote a blog aimed and the differences between ESX and ESXi. The original post was written for ESX 3.5 and with the introduction of vSphere I think it’s about time i have revisited this topic and looked at the pros and cons of ESX4 and ESX4i. Now before we dig into the technical details there is one big thing you should all be aware of. The FAQ page published by VMware states “VMware ESXi is the recommended platform for both new and existing customers. Future hypervisor releases will solely be based on this architecture.

For most that should be enough said. After reading that I would seriously start rolling out ESXi in a lab and start figuring out how I could maintain my needs without the service console most of us have become to know and love. I would also start brushing up on the RCLI as well as the PowerCLI if you are currently dependent on scripts that run in the service console. The good news is almost everything you do today in the service console can be achieved one way or another with ESXi as well. OK with that said lets talk about some of the other limitations.

Read more…

VMware SDK and Visual Studio 2008

March 2nd, 2010 Sid Smith No comments

I went to install the VMware SDK for vSphere 4.0 on to my desktop running Windows 7 64-bit, Visual Studio 2008, and .Net 3.5 SP1 and discovered the SDK setup is not friendly with these versions.  According to VMware you need Visual Studio 2005 and .Net 2.0 if you want to run the SDK.

So like most of you reading this I turned to my trusted adviser…google to find the answer I was looking for.  Much to my disappointment after 5 minutes of searching around I didn’t find any instant gratification for my problem so I decided to just go ahead and figure it out on my own.

Read more…

Community Lab – WE NEED YOUR HELP!

February 9th, 2010 Sid Smith 9 comments

We all have come to love many free services that we have integrated into our daily lives.  Things like free email, free voice mail, free open source applications, free video streaming, social networking sites, operating systems, and many other services that make our lives better.  At dailyhypervisor.com we are working on a new type of free service that can help all of you in the technical community.  A free community lab.  A free community lab would provide access to an environment that would grant everyone the opportunity to learn IT hands on and provide the ability for those who don’t have the means to test and learn about new technologies.

Tackling something of this scale will not be easy, but with help from the community hopefully we can make this something extraordinary.  I personally will be donating some of my own lab equipment to the first generation of this lab environment.  I’m currently working on building the lab for early beta testing by the end of March 2010.  The first generation of this lab will consist of 3 servers running ESX4i.  The servers have limited resources but each one consists of a single Quad-Core AMD Phenom 9850 processor, 8GB of Memory and access to 1TB of NFS storage.  Access to the lab in the beginning will be by invite only much like other beta offerings.  If you are interested in participating and leveraging this opportunity please register with dailyhypervisor.com and post a comment to this blog post stating your interest in participating.  In your post please provide a brief description of how you would leverage this and also anything you would like to see available in the lab.  All early beta users will be also to provide feedback on the lab and may be asked to participate as environment moderators once the lab goes GA.  Much like community forums the goal is to make this community driven and supported by user moderators and the such.

Read more…

Creating an Automated ESXi Installer

January 25th, 2010 Dave Convery No comments

Back in the summer, I saw Stu’s Post about automating the installation of ESXi. I was reminded again by Duncan’s Post. Then, I found myself in a situation when a customer bought 160 blades for VMware ESXi. With this many systems, it would be almost impossible to do this without mistakes. I took the ideas from Stu and Duncan and created an ESXi automated installer that works from a PXE deployment server, like the Ultimate Deployment Appliance. I took it a step further and added the ability to use a USB stick or a CD for those times when PXE is not allowed. The document below is a result of it.

This is a little different than the idea of a stateless ESXi server, where the hypervisor actually boots from PXE. This is the installer booting from PXE so that the hypervisor can be installed on local disk, an internal USB stick or SD card. You could also use it for a “boot from SAN” situation, but extreme care should be taken so you don’t accidentally format a VMFS disk.

Read more…

vSphere 4.0 Quick Start Guide Released

December 1st, 2009 Dave Convery No comments

The vSphere 4.0 Quick Start Guide: Shortcuts down the path of Virtualization has finally arrived!

I received a pre-release edition of the book at VMworld 2009. This guide has a great selection of shortcuts, tips and best practices for setting up and maintaining vSphere 4. I would be an excellent addition to any VMware administrator’s bookshelf. The book’s size also makes it a great reference for consultants as well. It will easily fit into your backpack.

Read more…

Behind the Scenes Photos of VMworld Data Center

August 21st, 2009 Dave Convery No comments
Categories: VMware, VMworld Tags: ,

Keep it simple stupid – registering unregistered vm’s

July 27th, 2009 Sid Smith No comments

Last week my boss came to me and asked if I could write a script for a customer to register VM’s after being replicated from once VI environment to another.  I agreed to take on the project and go for it.

Like everything I do these days I decided to use powershell to write the script.  I have taken a liking to it and the fact that I can run the scripts on both ESX and ESXi hosts saves me from having to re-create scripts all the time.  So I plugged away to 3am wrote the script, tested it inside out and sideways in my lab.  I was confident in the scripts ability to register all vm’s form all datastores I went ahead and sent it off to the customer.

Read more…

VI3 ATDG Available as a free download now!

July 19th, 2009 Dave Convery No comments

Just like they did with the Advanced Technical Design Guide for VI2, Scott, Mike and Ron are releasing the VI3 ATDG today. I read it when it was first released and it is a great reference.

Go get some -> http://www.vmguru.com/

vSphere Service Console and Disk Partitioning

July 13th, 2009 Sid Smith No comments

Everyone at this point should be aware that the Service Console is now located in a vmdk on a VMFS partition.  The Service Console vmdk must be stored on a vmfs datastore and the datastore must either be local stoage or SAN storage that is only presented to the one host.  So I guess no shared vmfs datastores to house all the Service Consoles…….  The next question I had about the new service console was the /boot partition.  Where is it and how is the server bootstrapping?  Well I can’t say I have totally gotten to the bottom of this yet but I have discovered a few things.  When digging into scripting installations of vSphere I first looked at the disk partitioning which sheds a little light on the boot process.  Here is what the disk partitioning portion of the script looks like:

part /boot –fstype=ext3 –size= –onfirstdisk
part storage1 –fstype=vmfs3 –size=30000 –grow –onfirstdisk
part None –fstype=vmkcore –size=100 –onfirstdisk
# Create the vmdk on the cos vmfs partition.
virtualdisk cos –size=8000 –onvmfs=storage1
# Partition the virtual disk.
part / –fstype=ext3 –size=0 –grow –onvirtualdisk=cos
part swap –fstype=swap –size=1600 –onvirtualdisk=cos

Read more…