Labs

Chicago VMware Forum 2011 Free Hands on Labs available

The Chicago VMware Forum for 2011 is just around the corner on June 15th. Along with all of the great break out sessions topics and vendor booths VMware is going to be having their famous Hands on Labs. These are a great way to get you feet wet playing with some of the coolest technology from VMware and get your questions answered by VMware experts on-site.

 

We have added FREE Hands-On Labs for all attendees at VMware Forum 2011. This is your chance to explore our software firsthand with experts available to answer your questions. Topics include:

  • VMware vSphere™ — Install & Configure
  • VMware View™ 4.5 — Install and Configure
  • VMware ThinApp™ 4.6
  • VMware Performance Management vCenter™ Operations Standard and Enterprise
  • VMware vCenter™ Site Recovery Manager – Extended Configure & Troubleshooting
  • VMware vCloud Director — Install & Configure
  • VMware vSphere Performance & Tuning

Register Now and don’t miss out on attending VMware Forum 2011 in your local city or online.

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more

An interview with Kendrick Coleman about his VMware vSphere home lab

These days it’s almost a necessity that if you want to continue to increase your technical skills you will need to build a home lab. With a lab at home you can learn new technology that you might not get the chance to work with at the office. In the safety of your Lab you can break things and fix them without any worries.

I was able to sit down and talk with Kendrick Coleman this month about his newly created home lab. I thought that Kendrick would be a great first victim for this column, since he just built his lab. Some of the choices that he picked for his equipment intrigued me and I wanted to learn more. In case you don’t know Kendrick he is a vArchitect for VCE and works with Service Providers in his role evangelizing the benefits of the VCE stack. I hope to find other interesting home lab stories for upcoming issues.

Why did you create your home lab?

To keep myself up to date with all things related to vSphere. Since joining VCE as a vArchitect my role is more of a Pre-Sales function. I don’t have that daily access to servers in a datacenter to test out features.

How long did it take you to assemble?

I really took about a month to do research on the parts that I purchased for the lab. I spoke with people online and read a lot of blogs that others wrote on their labs. I needed to decide if I was going to go with one really large server or two servers with shared storage model.

What do you want to test in the lab?

I’ve been working with the Uber Celerra VSA that Nick created and the Cisco UCS emulator. I will also be checking out the Uber UIM VM that Nick setup. A lot of my time at VCE will be centered around architecting VDI and vCloud Director solutions. So I will be working with these products to test out different solutions that will help me in my designs.

What type of equipment is on your wish list for future lab upgrades?

The one thing that I would really like to upgrade in the future would be to get another NAS device and add SSD’s into it so that I could test the difference in performance.

How often have you been using the lab?

I’ve been using it a ton lately but I also just finished building it. So my wife has already been complaining about my time spent with the lab.

Do you keep it running all of the time?

Yes it’s just a few feet from me as we are speaking and I can barely hear it. That was my goal by looking for products that are green. By selecting these parts I was able to keep the power consumption low and also build a lab that is very quiet. I built the shuttle systems without hard drives or optical drives this kept the cost down and I can barely hear them running.

Will you be running anything other than VMware products in the lab?

I only plan on running things that related to what I’m doing as a vArchitect. So things like a Nexus 1000V virtual switch, VMware products and EMC / Cisco offerings that tie in with VCE. I don’t think that I’ll be running anything else. I don’t plan on becoming an SQL DBA or a Microsoft guru or anything like that.

What is the best thing that you have learned so far?

The best thing so far was to take your time and make sure that you do your research on the products that you buy. You will want to make sure that the motherboard and parts will work with vSphere. I highly recommend that you choose a network card that is on the VMware HCL, while I was able to do some driver injection to get the onboard Nic to work I still have some issues with it.

You choose to run ESXi on both servers why?

I went with ESXi on both because it allowed me to go diskless on both servers and boot from USB sticks.

What method are you using to connect to the shared storage?

Right now I am using both iSCSI and NFS. This allows me to play with both methods and I recently setup CHAP authentication for the iSCSI. That’s something that I never did in the past. During this I encountered an error with the iSCSI and was able to take the time and correct it rather than just starting over.

Kendrick also wrote up an extensive post on his blog that talks about some of the technical setup steps that he went through. It’s a great read and I suggest you give it a look also at this link.

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more

VMware Labs releases PyvCO for vCO communications

Earlier today the crack team over at VMware Labs released a new Fling or app. The Labs team creates these pet projects and releases them to the community to offer creative solutions for admins to use.

VMware Labs presents PyvCO – Python bindings for VMware Orchestrator.

This module helps in integration of vCO in a Python environment as well as a useful testing environment. Some of the uses are:

  • Communicate with vSphere 4.1 vCO using SOAP interface.
  • Provide a consistent API for synchronous and asynchronous applications (Twisted is supported)
  • Create, delete a file or a directory in guest
  • Write tests targeting vCO.
  • Provide enough information to extend vmw.vco in such a way that above use cases remain consistent.

Be one of the first one to try, rate and comment – http://labs.vmware.com/flings/pyvco

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more

VMware Labs announces VIX Plugin for vCenter Orchestrator

Looks like the engineers at VMware are not slowing down with the cool toys they keep releasing via VMware Labs. These are usually side projects for them that are very helpful to the community. This one I can see a lot of possibilities for. The ability to copy files to and from a VM guest could save time. Also being able to run scripts and affected processes from outside the VM.

vCenter Orchestrator(vCO) supports extended functionality using plug-ins. This VIX plug-in allows users to automate virtual machine operations within guest operating systems as vCO Javascript objects and methods to create workflows to run operations within a Windows/Linux Guest. Some of the sample workflow provide the following functionality:

  • Check for a file or a directory in guest
  • Copy file from guest to vCO and from vCO to guest
  • Create, delete a file or a directory in guest
  • List directory content
  • List, stop processes in guest
  • Run a program or script in guest

You can download it from the following link – http://labs.vmware.com/flings/vix-vco .

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more

More VMware iPad app goodness at VMworld Copenhagen 2010

Some people were hoping to hear that the VMware iPad app for vSphere Management would be released at VMworld Copenhagen but that was not the case. We did get another look at the applications and a glimpse at a new VMware product that works nicely with the iPad also.

In the first section of the video we get another peek at the VMware vSphere management iPad app. There are some improvements that were made since we first say it at VMworld San Francisco. In the video he mentions that they hope to release a Beta version in a few weeks and then the final version late 2010 as a VMware Labs Fling. We get to see how you can now power cycle or restart a VM, get a look at home much CPU and Memory it’s consuming and some other details.

The next part of the video shows us the VMware View Client for iPad. We see a demo of it logging into the View portal at VMware corporate and connecting to a Windows 7 VDI machine. He then showcases the virtual Touch Pad that we had heard about in the last video from San Fran. The improvements that were made to the virtual keyboard are pretty cool. I like how they have added the Windows function keys and other standard keys that will make using a Windows VDI on an Apple iPad easier. VMware is definitely stepping up the level for portable VDI with this application.

In the final part of the video we get to see the web interface for the newly announced vCloud Request Manager from the iPad. This allows for requests to be made inside of vCloud Director that will require a managers approval. You are able to view all of your prior requests and see what is pending, approved or denied. This looks really cool and will go a long way for improving the mobility for people working with VMware and vCloud.

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more

Updated version of VMware Guest Console (VGC) has arrived

The VGC is probably my personal favorite from VMware Labs so far. It is a simple but powerful utility with some cool features you don’t get with the standard vSphere client.  I wrote about VMware guest console in the past covering its basic features that you can read here. Listed below are the latest features to be added or updated to this little Gem. You can have a look at VMware labs and download VGC for yourself here.

  1. Performance & Scalability -
    1. VM retrieval is enhanced to discover VMs in much lesser time.
    2. VGC can manage up to 315 Powered On VMs on all connected servers. Number of VMs retrieved from a server will be limited once this limit is reached.
  2. Support for 64 bit Windows has been added.
  3. Remote Console feature has been extended to work with VMs hosted on vCenter.
  4. Workspace files created with this version of VGC will be encrypted. However, workspace files created using earlier versions are not compatible with this release.
  5. VM Templates are differentiated from regular VMs.
  6. Workspace files can now be loaded in VGC by double clicking the .vgc files.

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (169)
read more