Tuesday, June 11, 2013

Available now: VMware Technical Journal, Summer 2013

For those like me who love reading research papers by developers you might want to head over to labs.vmware.com as today a new version of the VMware Technical Journal was released, the summer 2013 edition. You can download it as a PDF on the website, or you can read the individual articles straight in your web browser. Below you can find the Table of Content, and the titles convinced me that these are worth reading. Personally I found the "Redefining ESXi IO Multipathing in the Flash ERA" very interesting… but I suggest you read all of them as it typically gives a good hint of what VMware engineering is working on now / or in the future!

Introduction Memory Overcommitment in the ESX Server Redefining ESXi IO Multipathing in the Flash Era Methodology for Performance Analysis of VMware vSphere under Tier-1 Applications vATM: VMware vSphere Adaptive Task Management An Anomaly Event Correlation Engine: Identifying Root Causes, Bottlenecks, and Black Swans in IT Environments Simplifying Virtualization Management with Graph Databases Autonomous Resource Sharing for Multi-Threaded Workloads in Virtualized Servers

"Available now: VMware Technical Journal, Summer 2013" originally appeared on Yellow-Bricks.com.

Wednesday, June 5, 2013

Webcast: VMware vSphere Data Protection

VMware vSphere Data Protection has been out for quite a few months now, but there are still many who haven't heard of it or perhaps they have heard of it and would like to find out more. If you are in either of those two groups or simply need a refresher, here is an opportunity to learn more about vSphere Data Protection and vSphere Data Protection Advanced: A webinar Thursday June 6, 2013 at 10:00 AM Pacific Daylight Time (PDT). Here is the link to attend and the session abstract:

Webinar Registration

VMware vSphere Data Protection Advanced is a new edition of VMware's backup and recovery lineup that extends the capabilities of the vSphere Data Protection software included with most vSphere editions. With vSphere Data Protection Advanced, midsize customers can protect their environment with a virtual appliance that scales to 8TB of deduplicated data, using agent-less image-level backups or application-aware agents for MS SQL Server and Exchange. Attend this Webcast and learn how vSphere Data Protection Advanced enables you to:

Dramatically reduce backup storage consumption and recovery times with a unique deduplication engine Save on storage and backup costs while improving availability and operational efficiency Simplify management for vSphere backup and recovery with a "single pane of glass" solution designed specifically for seamless integration with vSphere

Webcast: VMware vSphere Data Protection
http://blogs.vmware.com/vsphere/2013/06/vdp-webcast.html

shared via http://feedly.com




Sent from Samsung Mobile

Saturday, June 1, 2013

Upgrading vSphere 5.1 → 5.1U1a

Upgrading vSphere 5.1 → 5.1U1a
http://feedly.com/k/11hkKoa

BACKGROUND

Upon arriving at my new organization the end of February of this year, a co-worker had already migrated most of our virtual infrastructure to vSphere 5.1, utilizing  SQL 2012 as the vCenter Server database. In doing so, they noticed some "bugginess" with the infrastructure – unable to log in using the 'thick' Client, the Performance tab → Overview button performance statistics wouldn't display, as well as the Web Client not working in Internet Explorer (would work with Firefox).

After a couple calls to VMware support, multiple Google queries, and a few twitter comments, I never did get a definite answer as to the cause of our issues. I assumed it was due to the fact we were using SQL 2012 for our DB as it was not listed in VMware's Compatibility Matrix, but I couldn't find/get a definite answer, not even from VMware's support (I'd give my thoughts on my discussions with them, but don't won't to digress too much).

Anyway, I really wanted to get all these issues rectified. When VMware released U1 in April, I heard bits & pieces in the "community" on twitter that this Release would rectify the issues I was having. But, I began hearing grumblings about the stability of the U1 patch (vSphere login issues), which was confirmed by VMware as noted by this KB. Then last week. VMware released U1a, and after reading over the Release Notes, it looked like this patch was indeed the answer to my problems….err….well….my vSphere problems. After upgrading my environment, to this point it seems all the issues we were experiencing are now rectified. As such, I'd like to provide the steps I took for a successful upgrade which, overall, was pretty seamless and painless……and surprisingly quick!

PREREQUISITES

Before proceeding with upgrading your infrastructure, I highly recommend reviewing VMware's Upgrade Guide which provides greater detail of all upgrade procedures as your environment may not be the same as mine. In my envirnment, I have 13 Hosts separated into 4 Clusters & Datacenters but all within the same vCenter Server. We do not use a multi-site, Linked Clone environment, nor do we segregate vCenter Components on separate servers (i.e SSO, Inventory Service, etc. is all on the same server). Before upgrading, I recommend performing the following tasks:

1. Open your DB managment tool (i.e. SQL Management Studio) and take a backup of the vCenter database
2. Log onto your vCenter Server and take a backup of all your Component services SSL certs (look in the Upgrade Guide that's linked above for the path location to each Component SSL folder)
3. Attain the credentials used for the vCenter Server database
3. Attain your SSO admin credentials (the username is admin@System-Domain; upon initial install of SSO you had to provide this account a password. Hopefully you securely documented it for retrieval)
4. Take a snapshot of your vCenter Server, assuming it's a VM

UPGRADE – VCENTER SERVER & COMPONENTS

1. If not already done so, download both vCenter Server and vSphere ESXi 5.1 U1a (I recommend the offline bundle for ESXi, but download the package that you're familiar with in doing vSphere upgrades)
2.  Double-click the autorun.exe file from the vCenter Server download (if you downloaded the .iso, it will first need to be extracted)

3. As noted in the Upgrade Guide, the following components need to be upgraded IN ORDER:
a. Select vCenter Single Sign On (NOT the Simple Install), then click the Install button; follow the wizard then click Install (reference on pg. 64, Upgrade Guide). Provide the SSO account credentials when prompted. A reboot of vCenter may be needed upon completion of the SSO upgrade
b. After completing the SSO upgrade, select VMware vSphere Web Client then click the Install button; again, follow the wizard then click Install (reference on pg. 78, Upgrade Guide)
c. At this point, it is recommended to open a web browser & attempt to log into the Web Client. First, log in using the SSO account (admin@System-Domain) and verify domain connectivity; then attempt to login using a domain account. If all is successful, continue to 'd.'; else, review troubleshooting steps in the Upgrade Guide
d. Select VMware vCenter Inventory Service, then click the Install button (reference on pg. 80, Upgrade Guide)
e. Select VMware vCenter Server, then click the Install button (reference on pg. 83, Upgrade Guide); provide the vCenter Server database credentials when prompted
4. After upgrading all Components, log into vCenter and verify functionality; if all looks ok, I suggest backing up your SSO configuration as noted on pg. 100 of the Upgrade Guide

UPGRADE – ESXi HOSTS

There are several ways to upgrade your Hosts. Since I personally like doing so using the Offline Bundle with CLI, I will cover that procedure below. You can also upgrade via Update Manage or extracting the vSphere .iso file to a CD and using the Host CD Drive, or by using an installable USB.

1. Upload the Offline Bundle zip file to a Datastore shared by all Hosts. If you have multiple Clusters and those Clusters utilize separate storage arrays (as I do), make sure to upload the .zip to each Cluster's array.
2. Open a Putty (SSH) session to a Host (enable SSH in Configuration tab > Security Profile link if the SSH service is stopped)
3. Within vSphere (thick or Web Client), place the Host in Maintenance Mode (migrate VMs to other Hosts if they don't automatically do so)
4. Once in Maintenance Mode, run the following esxcli command:
esxcli software profile update -d /vmfs/volumes/datastore/vsphere-5.1_update1a.zip -p ESXi-5.1.0-20130402001-standard

(NOTE: to verify which bundle you want to install, you can run the following command:
esxcli software sources profile list -d /vmfs/volumes/datastore/vsphere-5.1_update1a.zip ; I chose to run the "standard" bundle )
5. When the install has successfully completed, you will need to reboot your Host

NOTE: I stole the above screenshot from Christian Mohn's (@h0bbel) post on installing an Offline Bundle here. I referenced his post from Hersey Cartwright's post here (@herseyc)

6. Once the Host is rebooted, you then need to repeat the procedure for each Host. After all Hosts are upgraded, VMware Tools will need to be upgraded on all VMs. Oh, and don't forget to remove the snapshot on your vCenter Server VM.

You have now fully upgraded your vSphere environment! Happy virtualizing!

shared via http://feedly.com