Archive

Archive for the ‘VMware’ Category

vShield Zones – Some Serious Gotchas

March 12th, 2010 Dave Convery 5 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…

Citrix Xen Desktop (DDC) / Provisioning Server (PVS) & vSphere SDK

February 9th, 2010 Sid Smith No comments

I’m sure many of you have run into an issue with setting up Citrix Xen Desktop (DDC). As i was setting up a new “Desktop Group” I ran into a problem when trying to configure the vCenter SDK address. The configuration wizard show you an example that looks say ‘For example, https://VirtualCetner.example.com/sdk” which is what you would expect to use and you would also expect it to work. Think again. When you try to setup your vCenter SDK address you will be presented with and error “The hosting infrastructure could not be reached at the specified address.” Citrix takes security serious so unless you plan on replacing the default SSL certificate on your vCenter server you will need to hack out a work around. Now I would agree that in production you should replace the default SSL but if your just trying to spin up a demo or test environment it can be a hassle.

So I searched the web over and over and found a number of threads with many of ways to resolve the issue only none of them seemed to work for me. However a combination of a number of things that I found did. So I’m here to save you the trouble of finding all of various pages with partial solutions. Below you will find exactly what you need to do to make this work.

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…

VMware SRM is it the right choice?

February 2nd, 2010 Sid Smith No comments

VMware SRM is gaining a lot of traction and many companies are quickly making it the defacto choice for DR in their environments, but is SRM the right choice?  For those of you who haven’t had the opportunity to get familiar with SRM (Site Recovery manager), it is a Disaster Recovery automation product from VMware that integrates into vCenter.  Through the use of SRA’s (Storage Replication Adapters) SRM is able to integrate with many storage arrays making it aware of Datastores that are replicated.  Some of it’s most popular fetures include the ability to group servers in to recovery groups giving you the ability to fail groups of servers or a whole datacenter.  It also allows you to perform live failover tests on the  the same groups of servers or an entire site.  These are some of the most popular reasons companies are implementing SRM.  The ability to easily run DR tests without impacting live running systems has made it a huge success.  SRM also allows you to create DR run book automation through the use of linear workflows that you create to perform different steps and tasks involved with failing over from the primary site to a secondary.

All of this is great stuff right?  What could possibly be better that this?   What can’t SRM do?

Read more…

Creating an Automated ESXi Installer

January 25th, 2010 Dave Convery 2 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…

We’ll Miss You VI:OPS of Yore

January 15th, 2010 Dave Convery 11 comments

VI:OPS is was a VMware Forum that dedicates dedicated itself to providing information related to operations surrounding a VMware Infrastructure. The “Proven Practice” documents are were submitted and reviewed by moderators before they are published. The published documents allow for peers to comment on the documents.

I made it point to meet Stevie Chambers because he used to be the driving force behind VI:OPS. When he took his helmet with the big red plume and his sword and armored kilt over to Cisco, everything seemed to just freeze at VI:OPS. It took a week to have my last post approved. PMs were not returned quickly. It just died. No gladiator to defend it.

Read more…

Categories: Other, VCB, VMware Tags: ,

Is Your Blade Ready for Virtualization? A Math Lesson.

December 19th, 2009 Dave Convery 12 comments

I attended the second day of the HP Converged Infrastructure Roadshow in NYC last week. Most of the day was spent watching PowerPoints and demos for the HP Matrix stuff and Virtual Connect. Then came lunch. I finished my appetizer and realized that the buffet being set up was for someone else. My appetizer was actually lunch! Thanks God there was cheesecake on the way…

There was a session on unified storage, which mostly covered the LeftHand line. At one point, I asked if the data de-dupe was source based or destination based. The “engineer” looked like a deer in the headlights and promptly answered “It’s hash based.” ‘Nuff said… The session covering the G6 servers was OK, but “been there done that.”

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…