VMware

February 04, 2012

Technical Marketing Update 2012 - Week 05

VMware vSphere Blog

By Duncan Epping, Principal Architect, VMware.

As promised last week an update that includes new white papers. First one is by Venky Deshpande and is about VDS best practices, highly recommend read. The second paper is by VMware's storage guru Cormac Hogan. Anything that Cormac writes is worth reading in my opinion. There's more papers in the pipeline so keep checking these updates.

White paper:

Blog posts:

by Duncan Epping at February 04, 2012 08:44 PM

February 03, 2012

Checking the Pay-As-You-Go MHz Issue

vSphere PowerCLI Blog

Whilst sitting in a vCD Deep Dive presentation by Aidan Dalgliesh and David Hill last week at the London VMUG they explained an issue which has been reported on multiple occasions, they have seen this more than once on customer deployments and the issue had been reported on the internet both by Massimo Re Ferre and Kendrick Coleman.

When setting up a new Organization vDC with a Pay-As-You-Go model the default vCPU Speed is set to 0.26 GHz, most people continue on through the wizard without changing this and end up crippling their VMs as this adds a CPU limit onto the VM meaning the VM will never get past this speed limit.

image

This of course gives us a great reason to produce a one-liner from the PowerCLI vCD snapin to check your complete cloud infrastructure for any Organization vDCs which may have this default still enabled.

Get-OrgVdc | Where {$_.AllocationModel -eq "PayAsYouGo"} | Where {$_.ExtensionData.VCpuInMhz -eq 260}

As you can see, the above one-liner firstly grabs all Organization vDCs and then checks these to see if their allocation model is “PayAsYouGo”, once it has found these it will check the vCPUInMHZ property to see if it is set to 260 or 0.26GHz.

An example of this can be seen below:

SNAGHTML4b994843

by Alanrenouf at February 03, 2012 10:48 PM

Planned Network Maintenance – Friday, February 17

VMware Support Insider

VMware will be performing system maintenance to several VMware web applications Friday, February 17, 7:00 PM to 8:00 PM Pacific Time.

If you need to file a support request while the upgrade is in progress, you will need to call VMware Technical Support for assistance. Our global toll-free numbers for support can be found at: http://www.vmware.com/support/phone_support.html

These system upgrades are part of our commitment to continued service improvements and will help VMware better serve your needs. We appreciate your patience during this maintenance period.

by Richard Blythe at February 03, 2012 07:46 PM

News Around the Network

VMware Global Alliances Blog

Gina Bollenback
Posted by Gina Bollenback
Global Alliance Marketing
Communications Manager

In this week’s News Around the Network, we focused on highlighting successful joint products, upcoming events, and valuable resources for VMware and partner customers:

FlexPod Success Story: The Walz Group (The Virtual Storage Guy)
NetApp’s Vaughn Stewart highlights a key success story for FlexPod, including how the solution was implemented and results it achieved.

New EMC + vSphere Techbooks – Get ‘em While They’re Hot! (Virtual Geek)
EMC’s Chad Sakac offers the latest downloadable reference text for customers or partners who use EMC VNX arrays with vSphere.

VSI Install Guide – Unified Storage Management (vTexan)
Tommy Trogden provides a step-by-step guide to installing the free Unified Storage Management plugin.

How to Use Custom AD Group with ESXi 5 AD Integration (vReality)

vExpert Tomi Hakala outlines how to use user Active Directory for ESXi user authentication in vSphere 4.1.

VMware customers, if you want to see anything specifically highlighted in this blog please respond in the comments section or on Twitter or Facebook. VMware partners and community, please let us know if you have any stories you suggest we highlight in future weeks.

by VMware Alliances Team at February 03, 2012 04:40 PM

Configuration Settings for ALUA Devices

VMware vSphere Blog

Cormac_Hogan
Posted by Cormac Hogan
Technical Marketing Manager (Storage)

If you've got an ALUA array, you've probably wondered what all those obscure configration settings mean in the esxcli device listing. I certainly have.

Let me show you what I mean.

~ #  esxcli storage nmp device  list -d naa.xxx
naa.xxx
   Device Display Name: DGC Fibre Channel Disk (naa.xxx)
   Storage Array Type: VMW_SATP_ALUA_CX
   Storage Array Type Device Config: {navireg=on, ipfilter=on}{implicit_support=on;explicit_support=on; explicit_allow=on;alua_followover=on;{TPG_id=1,TPG_state=AO}{TPG_id=2,TPG_state=ANO}}
   Path Selection Policy: VMW_PSP_FIXED
   Path Selection Policy Device Config: {preferred=vmhba2:C0:T2:L100;current=vmhba2:C0:T2:L100}
   Path Selection Policy Device Custom Config:
   Working Paths: vmhba2:C0:T2:L100
   Is Local SAS Device: false
~ #

Now, there does seem to be a lot of configuration options there, doesn't there? Before describing what they are, we first need to know a little bit about ALUA. ALUA, or Asymmetric Logical Unit Access, occurs when access characteristics of one controller port on a storage array that is presenting a LUN to a host has different access characteristics when compared to another controller port on the same array.

ALUA provides a way of allowing devices report the state of its ports to hosts. This state can then be used by hosts to prioritize paths and make failover/load balancing decisions.

Let's delve a little deeper into possbile ALUA characteristics.

Explicit/Implicit ALUA

ALUA devices can operate in two modes: implicit and/or explicit.

  • Explicit ALUA devices allow host to use the "Set Target Port Group" task management command to set the Target Port Group (TPG) state. We will look at target port groups & their various states shortly. This is not configurable by the way, as it is an attirbute of the device.
  • In implicit ALUA, a device's TPG state will be managed by the target device itself. This is not configurable either, as again it is an attirbute of the device.

Optomized/Non-Optomized Paths

ALUA is typically associated with Asymmetrical Active-Active (what we will term AAA) arrays. In an AAA array, both controllers can receive I/O commands (active-active), but only one controller can issue I/O to the LUN. This is the asymmetrical part. The opposite of a AAA array is a Symmetric Active-Active (SAA) array. These SAA arrays can issue I/O commands to the LUN via both controllers

The controller in an AAA array who can issue commands is called the managing controller. Paths to the LUN via ports on this controller are called optimized paths. I/O sent to a port of the non-owning controller must be transferred to the owning controller internally. This increases latency and impacts on the performance of the array. Therefore paths to the LUN via the non-managing controller are called non-optimized paths.

Target Port Group Support

TPGS provides a method for determining the access characteristics of a path to a LUN through a target port. It supports soliciting information about different target port capabilities & supports routing I/O to the particular port or ports that can achieve the best performance. TPGS is often used with arrays that handle load balancing and failover within the array controllers. Target Port Groups allows path grouping. Each port in the same TPG has the same port state, which can be one of the following state: Active/Optimized, Active/Non-optimized, Standby, Unavailable, and In-Transition. A TPG is defined as a set of target ports that are in the same target port asymmetric access state at all times.

The ALUA SATP plugin sends RTPG (Relative Target Port Group) commands to the array to get the device server's TPG identifiers and states.

Follow-Over Algorithm & Path Thrashing

To understand the ‘follow-over’ algorithm, let’s revisit a scenario which may result in path-thrashing. If a customer uses a fixed path policy on two hosts sharing a LUN from an active-passive array and sets a preferred path to array controller A on ESX A and a preferred path to array controller B on ESX B, the hosts would always try to activate the preferred path each time path states changes. When host B changes the path state, all I/Os from host A will see an error indicating they are talking to a standby controller. Host A will then try to activate the path again after which host B will see errors and so on). In both cases, if the ESX pulls the LUN back to its preferred controller, then the other ESX will just pull it back again and you are in a path thrashing state.

Using the 'follow-over' algorithm means that if an ESX host sees the array controller of its 'preferred‘ path become inactive on the array, then it is either because:
  1. Some other host lost access to the array controller of your preferred path.
  2. Some other host had their preferred path changed to use that array controller.

In ALUA, a host can activate a standby preferred path only if it caused a failover that initially put it into standby. A host just accepts that it cannot use its 'preferred' path in some cases. This is what "follow-over" means. You follow the lead of other hosts in certain cases of failovers or preferred path changes.

‘Follow-Over’ Algorithm Example

This is a bit complicated, so lets try to explain it again using a real life example. Say host A loses access to array controller port B0 (which is currently active & preferred across all hosts). It must then select a new path. It may try to select controller port B1 then, but if this is also dead, it might select port A0 and move all its I/O over to that path. Since we are switching I/O to a different controller, this will cause a trespass where LUNs may have to move ownership from controller B to controller A. If controller B later becomes available, then host A can switch back to its original preferred path since it was the cause of the original failover.

However other hosts, which had to move to controller A because of the actions taken by host A, cannot switch I/O back to controller B. Those other hosts do not know if host A can still access controller B (even if they can access it). But if host A can see the path to port B0 again, then it can try to switch back to the preferred path.

On the other hand, if it was another host which lost access to controller B and they moved their active path to another port on controller A, this also implies that host A loses access to controller B as I/O has to move to the new active path on controller A. In this case host A cannot pull back the LUN to its preferred path on controller B, even if it has access to it. This is because host A did not initiate the failover and make the paths to controller B standby.

Phew! That's quite a bit of information. However, with all of the above in mind, we should now be able to get a good understanding of the settings in the esxcli output. Let's remind ourselves again about them:

Storage Array Type Device Config: {navireg=on, ipfilter=on}{implicit_support=on;explicit_support=on; explicit_allow=on;alua_followover=on;{TPG_id=1,TPG_state=AO}{TPG_id=2,TPG_state=ANO}}

Let's skip navireg & ipfilter for the moment as they are not related to ALUA, and let's look at the other options.

  1. explicit_support: Shows whether or not the device supports explicit ALUA; this option cannot be set by the user as it is a property of the LUN.
  2. explicit_allowed: Shows whether or not the user allows the SATP to exercise its explicit ALUA capability if the need arises during path failure. This only matters if the device actually supports explicit ALUA (i.e. explicit_support is 'on'). This option is turned on using 'enable_explicit_alua' and turned off using 'disable_explicit_alua' (esxcli command).
  3. alua_followover: Shows whether or not the user allows the SATP to exercise the 'follow-over' policy, which prevents path thrashing in multi-host set-ups. This option is turned on using 'enable_alua_followover' and turned off using 'disable_alua_followover'. (esxcli command)
  4. There are two Target Port Groups. TPG_id=1 has all the Active Optomized paths (AO). TPG_id=2 has all the Active Non-Optomized paths (ANO)

A final note on the navireg and ipfilter entries. These are not related to ALUA, but are related to the specific SATP used. The more observant of you will have figured out that this is an EMC CX series storage array and the Storage Array Type is VMW_SATP_ALUA_CX. The Storage Array Type Device Config entries {navireg ipfilter} are specific to the VMW_SATP_ALUA_CX (as well as some other EMC SATPs). The accepted values are: navireg_on, navireg_off, ipfilter_on, ipfilter_off. To complete the post, I'll include some detail about those options for the more curious amongst you.

  • navireg_on starts automatic registration of the device with Navisphere
  • navireg_off stops the automatic registration of the device
  • ipfilter_on stops the sending of the host name for Navisphere registration; used if host is known as "localhost"
  • ipfilter_off  enables the sending of the host name during Navisphere registration


That completes the post. Hope those configuration settings make a bit more sense now.

Get notification of these blogs postings and more VMware Storage information by following me on Twitter: Twitter @VMwareStorage

by Chogan at February 03, 2012 12:14 PM

February 02, 2012

Guest post from David Jasso on Achieving PCI 2.0 Compliance With VMware

VMware for Small-Medium Business Blog

I just read an interesting article on achieving PCI compliance for SMBs (PCI DSS compliance — what does it look like for a small business?)  From my standpoint I see a couple of key takeaways.  The first is that any company that stores, processes or transmits credit card data has some level of compliance responsibility although requirements vary greatly depending on the annual number of transactions.  The second takeaway is that achieving compliance generally requires changes to operations along with some level of incremental investment in both technology and labor.

SMBs have been at the forefront of adopting virtualization.  Often these organizations don’t face the complicated legacy issues that very large companies face.  This combined with the benefit of radically lower technology acquisition costs and the ability to move very quickly has made leveraging virtualization a no brainer for SMBs. A core challenge not addressed in this article but one that is very relevant for SMBs is how to reconcile the need to satisfy PCI related requirements while still being able to fully leverage the benefits of virtualization such as the ability to run mixed mode operations.

The landscape around PCI and virtualization has been pretty muddy.  The new PCI 2.0 standard along with the subsequent virtualization supplement has helped but much is still left to the imagination of both implementers and auditors.  VMware has been working with QSAs such as Coalfire to clarify how to successfully address PCI while still being able to fully leverage virtualization.  This link takes you to a whitepaper written by Coalfire that highlights some of the core technologies that VMware offers that can help you address PCI compliance.  VMware is actively working to deliver more guidance in this area but this will give you a good overview on how VMware can help companies of any size achieve PCI 2.0 compliance.

We (VMware) would love to hear back from you around what you are doing to address PCI requirements in a virtualized environment.  Also check back from time to time to get an update on the work we are doing around ensuring that you can run secure and compliant virtualized environment for PCI as well as other compliance sensitive workloads.

David Jasso
Group Product Marketing Manager, vCenter Configuration Manager

Management_5_email_signature_04

by VMware SMB at February 02, 2012 07:47 PM

The VMware Fusion team hits the road.

Team Fusion

Over the past couple of weeks, the VMware Fusion team has hit the road to meet face to face with VMware Fusion users.  It’s always exciting for us to get the chance to meet more of the VMware Fusion community and to hear about all the cool things our users are doing with VMware Fusion 4.

-4

Mac IT 2012

The Mac IT event takes place during Mac World and is centered on all things Apple in the Enterprise. We are all huge Apple enthusiasts, so it is thrilling to speak to companies and education institutions from all over the world that are deploying Macs in their businesses and schools. The message we heard was clear. VMware is synonymous with stability and reliability in these environments, so naturally VMware Fusion 4 is a perfect fit for businesses that are using Macs and need to ensure maximum compatibility. We are excited to be so closely tied to the journey that Apple is taking into the Enterprise and look forward to continuing to help lead the charge of Macs in the Enterprise.

-2

Apple Advance Camp 2012

The Apple advance camp is an event geared toward Apple Resellers and Apple Consultants. It was an amazing opportunity to share all the new features of VMware Fusion 4, as well as get feedback directly from some of the most knowledgeable Apple Consultants in the country. The response we received was incredible!  Hearing all the amazing stories of VMware Fusion 4 being deployed into everything from high schools to music studios was awesome!  

Blog Austin shot

We truly feel that we have some one of the most loyal and creative user communities out there, and its a real pleasure to get out and speak directly to even just a small portion of you. We look forward to having more chances to meet with many more of you in the near future.

by Thor Juell at February 02, 2012 07:38 PM

Something I didn't known about VMFS sub-blocks

VMware vSphere Blog

Well, there is probably quite a lot I don't know about VMFS sub-blocks to be honest, but I recently learnt something new about sub-blocks on VMFS which I thought I already understood, but clearly didn't.

Sub-blocks are small allocations on a VMFS volume, and they are used to back small files. This saves space as you do not have to use a full file block to back a very small file (and on VMFS-3, this file block could be as large as 8MB).

Lets ignore the fact that VMFS-5 has a new small file support mechanism now (you can read all about this here). My incorrect understanding was that sub-blocks were used to back files on a VMFS until that file reached the 1MB limit. So for a file of say 512KB, you might use 8 sub-blocks on a VMFS-3, each sub-block being 64KB. I then thought that when the file reach this 1MB limit, it was then switched to being backed by actual file blocks.This is not the case.

In fact, what happens is that only a single sub-block is used to back a small file on VMFS and when the file size grows to be greater than 1 sub-block (64K on VMFS-3 & 8K on VMFS-5) then the file is flipped to being backed by actual file blocks.

This explains why, when listing file attributes on a VMFS-3 volume, you only ever see it as 64K in size, or a multiple of the file block size.

One of the cool things in VMFS-5 is that there are now a lot more sub-blocks. One issue we had in the past was that when the sub-block pool was exhausted, VMFS had to back very small files with actual file blocks. So if you had a lot of small files on the volume, you could end up with a lot of stranded space because actual file blocks were backing tiny files. This should be alleviated in VMFS-5 as there are now 8 times as many sub-blocks compared to VMFS-3 (32,000 vs. 4,000)

And just as a final clarification, these are for only backing small files that exist on a VMFS datastore. Sub-blocks are not used for backing files which reside inside a Guest OS. The Guest OS runs on a VMDK, which will be backed completely by file blocks because its size will (most very likely) always be greater than 1MB.

Get notification of these blogs postings and more VMware Storage information by following me on Twitter: Twitter @VMwareStorage

by Chogan at February 02, 2012 09:10 AM

AppSync and thinreg integration..

VMware ThinApp Blog

AppSync is a great update mechanism for certain use cases (more information on the AppSync feature can be found here). When you have deployed a new version is it very likely you want to perform a new thinreg registration on the package. AppSync has built in support for thinreg. If you place thinreg.exe on your AppSync URL will AppSync automatically perform registration of your new version.

Instead of just writing about it have I created a video showing you the functionality. In this video am I using a UNC path but HTTP/HTTPS will work just as well.. Please enjoy..

Direct link to video: http://www.screencast.com/t/kfANCjUi


Yes, pretty cool indeed..

by Peter Bjork at February 02, 2012 08:53 AM

Facts about Virtualizing Oracle (part 2 of 2: Oracle Licensing)

Business Critical Applications

by Neal Mueller

Many Oracle products, including the database, are licensed by physical processor. This licensing model works well in a physical world, in which customers typically run one application per host and physical processors are easy to track. But this model is not well-adapted to a virtual world. VMware vSphere® enables you to consolidate multiple workloads in the form of virtual machines on a single host. Additionally, VMware enables you to move these virtual machines across hosts with VMware vMotion®, VMware Distributed Resource Scheduler (DRS) and High Availability (HA). When running products that are licensed by physical processor on vSphere, customers should ensure the following:

  • Virtual machines are running on hosts fully licensed for Oracle.
  • Virtual machine movement within a cluster is restricted to hosts that are fully licensed for Oracle.
  • Virtual machine movements are tracked so that customers are able to demonstrate compliance with Oracle licensing policies.

Many Oracle products are licensed by physical core or socket, and for these products Oracle does not have a virtual CPU-based licensing mechanism. In a vSphere environment, the consequence of Oracle’s licensing policy is that customers must license all physical cores or sockets in the vSphere host (fully licensed host). However, once the host is fully licensed, customers are allowed to run an unlimited number of virtual machines and application instances on that host without additional licenses.

As shown in the below graphic, customers can take advantage of VMware software’s many advanced features, such as Dynamic Resource Scheduler and vSphere HA, to get the highest possible infrastructure utilization and further reduce licensing costs. This this graphic we show consolidation of 16 processors into 4 processors and the resultant licensing savings of 16 licenses to 4 licenses. 

Vmware-vsphere-licensing-example-fig1

Read our technical white paper on Understanding Oracle Certification, Support and Licensing for VMware Environments to learn more.

This blog is part of a series on Virtualizing Your Business Critical Applications with VMware. To learn more, including how VMware customers have successfully virtualized SAP, Oracle, Exchange SQL and more, visit vmware.com/go/virtualizeyourapps.

by VMTN at February 02, 2012 02:18 AM

February 01, 2012

Less Data, More Information

VMware Global Alliances Blog

Anne-marie clegg
Posted by Anne-Marie Clegg
Global Alliance Programs

VMware recently launched the 5.0 version of the VMware vCenter Operations Management™ Suite which represents one of VMware’s 3 management product suites. To get a comprehensive overview of the operations management suite, I recommend reviewing the blogs from our product experts: Martin Klaus and Rob Smoot.

One of the many benefits of VMware’s management suite is that it offers clearer and greater visibility into the entire data center via new dashboards.  To help depict the value of these dashboards, let’s take a look at the data I may want to capture as part of my triathlon training:

  1. Health (current state) – Heart rate taking into account variables such as weather, fatigue, etc.
  2. Risk (proactive warning) – Am I at risk for an IT band injury and how can I prevent it?
  3. Efficiency (resource utilization) – What are my average splits and where am I losing time? (hills, for example)

All of this information is very useful, but what if I had to capture this across all triathlon participants, taking into account the unique variables for each athlete and sport?  I could easily end up with an unmanageable and complex set of data.  IT managers face similar challenges when monitoring the virtual and physical components of their data center.  It gets exponentially more interesting and challenging when virtualizing business critical applications or implementing a private cloud.  VMware addresses this challenge by stitching together data into a single consumable view of health, risk and efficiency “supermetrics” via the new Operations Management dashboard.

Mgmt ops dashboard

3rd party adaptors/ plug-ins are also available enabling VI Administrators to gain expanded visibility.  To identify partner solutions that are complementary or integrated with VMware’s management suite, take a look at the new VMware Virtual Solution Exchange (VSX).

The end result is less data, more information. Download the free trial version and take a look!

by VMware Alliances Team at February 01, 2012 11:29 PM

A week in virtualization

VMTN Blog

In a recent evaluation of ten of the leading cloud solution vendors (including Microsoft, Red Hat, Amazon, Rackspace and others), the Taneja Group determined that VMware stands out as the clear cloud leader due to its broad portfolio of virtualization and cloud management solutions, service provider ecosystem, and cross-cloud enabling tools and interfaces.

The Hopkinton, MA based Taneja Group are a boutique analyst firm that focuses on the storage industry, storage-related aspects of the server industry, and eDiscovery. Using the VMware-CSC service provider partnership as an example, the Taneja Group highlights what sets VMware’s hybrid cloud service provider program apart:

  • A true enterprise hybrid cloud offering
  • Fast time to deployment
  • Transparent and auditable security
  • Dedicated infrastructure
  • Multi-tiered enterprise SLAs
  • Global consistency and reach
  • And finally, our enterprise hybrid cloud expertise.

You can read a detailed blog post about this study on the vCoud blog at blogs.vmware.com/vcloud – that article also includes a link to the full study.

On the Console blog, our CTO Steve Herrod has posted about Cloud Foundry and how it helps you preserve multi-cloud choice and flexibility. He goes into some detail of why companies would want to have multi-cloud setups, such as the ability to grow your platform over time if and when you need it, avoiding vendor lock-in, and meeting different compliance and geographical needs.

Cloud Foundry can deliver this flexibility and the rapid growth of its ecosystem is proof. These days, we have several public cloud providers on board, such as enStratus, Virtacore, and Tier 3, as well as a number of private cloud distributors, including Dell, Canonical, and Scalr.

As many suggest, 2012 will be the year of PaaS, and avoiding vendor lock-in will be a big factor for many businesses. Read more about how Cloud Foundry can help you achieve just that on blogs.vmware.com/console

The London VMUG has announced the winners of the Best Community Presentation Awards for 2011. Our congratulations go out to Stuart Radnidge, Jonathan Medd, and Julian Wood who have all stepped way out of their daily jobs and family commitments to share their experience and know-how with the community. Way to go folks!

by VMwareCommunity at February 01, 2012 08:30 PM

Top 20 Articles for January 2012

VMware Support Insider

Here is our Top 20 KB list for January 2012. This list is ranked by the number of times a VMware Support Service Request was resolved by following the steps in a published Knowledge Base article.

by Richard Blythe at February 01, 2012 08:10 PM

SQL plug-in comes on the stage to leverage basic database operations

vCenter Orchestrator Blog

SQL_plug-in_blog_icon

Are you still excited about SAOP and Rest plug-ins? Another powerful plug-in has already come on the stage! The VMware vCenter Orchestrator SQL plug-in provides fast and straightforward way to perform basic database operations like insert, select, update and delete of table records.

Let's learn more about its core features.

Packaged workflows

The SQL plug-in provides a complete set of workflows that allow you to:

  • Perform plug-in configuration
  • Generate basic create, read, update and delete record workflows for every table

SQL_plug-in_workflows

Plugin-in configuration

The SQL plug-in is configured by "Add/Update/Remove a database" workflows. In order to add a database we need to provide database name, type, connection URL and authentication credentials. We can also choose whether to provide username and password or to use the current vCO user credentials.

SQL_plug-in_add_database

After submitting all required information, the new database should appear on the Inventory.

SQL_plug-in_inventory

The inventory tree consists of all databases that have been configured so far. Under each database it is possible to see all tables in the default database schema and all table columns. Apart from adding, updating and deleting database configurations we are able to mange the list of tables that we want to see on the database inventory tree manually via "Add tables to database" and "Remove а table from database" workflows.

Generation of basic CRUD workflows for a specified table

Having your database properly configured you are able to generate basic create,read,update and delete workflows for each table. Let's choose the "ip_list" table.

SQL_plug-in_table_context_menu

Choose "Generate CRUD workflows for a table" workflow.

SQL_plug-in_generate_crud

Choose Destination directory and columns you will never populate with values (Read-only columns) if any.

SQL_plug-in_generated_workflows

The generated work workflows should appear on the workflows view in the "Generated" folder.

Perform database CRUD operations directly

Once we have generated the CRUD workflows for the tables we need, we are able to manage table records as simple as running workflows.

  • Creating an "ip_addresses" record

Run the Create active record for 'ip_addresses' workflow and fill in the necessary information.

SQL_plug-in_create_workflow

If we want to be sure that there is no such record in the ip_addresses table the "Validate for record uniqueness" radio button should be selected.

  • Reading records from "ip_addresses" table

Run the Read active record for 'ip_addresses' workflow and fill in all fields to search by.

SQL_plug-in_read_workflow

We need to fill in all fields we want to search by. There is also an option to guarantee unique result. If more than one records match the search criteria the workflow execution will fail with exception.

  • Updating a record from "ip_addresses" table

Run the Update active record for 'ip_addresses' workflow. First we have to fill in at least one field and then to click on the "Yes" load record button.

SQL_plug-in_update_workflow_1

If unique result is found, the record values are populated. We can modify some of the values and then to click on the Submit button.

SQL_plug-in_update_workflow_2

  • Deleting "ip_addresses" records

Run the Delete active record for 'ip_addresses' workflow. It will delete all records that match values we fill in the input fields.

SQL_plug-in_delete_workflow

All generated workflows could be used in higher level workflows when designing complete business scenarios. It is also possible to go with the plug-in scripting API in order to gain more flexibility needed in some complex use cases.

For additional information on this plug-in and to download it, please visit the following sites:

by vCO R&D Team at February 01, 2012 11:57 AM

VMworld Europe 2012

VMware Austria Blog

VMworld Europe 2012 in Barcelona - Pre Registration is open - don´t miss it.....

http://www.vmwareemeablog.com/uk/save-the-date-vmworld-europe-2012-9th-11th-october-barcelona

by Alexander Spoerker at February 01, 2012 09:15 AM

What could be writing to a VMFS when no Virtual Machines are running?

VMware vSphere Blog

[Updated with vSphere HA clarifications]

This was an interesting question that came my way recently. One of our storage partners wanted to ensure that a VMFS volume was completely quiesced (no activity) and was interested to know what could possibly be the cause of writes to the VMFS volume when all Virtual Machines were powered off.

There are quite a few vSphere features which could be updating a volume, and after a bit of research, I decided it might be a good idea to share the list with you.

  1. If you have a Distributed Virtual Switch in your virtual infrastructure, changes to the network configuration would result in updates to the .dvsdata configuration file which sits on a VMFS volume. 
  2. If you have implemented a vSphere HA cluster, then there may be updates going to vSphere HA 5.0 heartbeat datastore and related files. First, what are these heartbeat datastores used for? Well, to have some control over the HA cluster in the event of a network failure when nodes can no longer communicate over the network, vSphere HA introduced heartbeat datastores. Through the use of these HB datastores & special files on other datastores, a master can determine which slave hosts are still alive, and also determine if there has been a network partition rather than network isolation (there will be different behaviour depending on which). Note that we don't write to the HB file; it is opened so that the "metadata HB" on the VMFS volume is updated. Other vSphere HA files, which reside in special folders on all datastores in the cluster, are also written to.
  3. Another possibility, of course, is that writes are coming from the VMFS metadata heartbeat updates. These are essentially pulses from an ESXi host to inform other hosts (which might be looking to update a file) that this host still has a lock on the file in question.
  4. An ESXi host can be deployed with a designated scratch partition or the scratch partition could be placed as a folder on a VMFS datastore if no suitable partition exists. If an ESXi scratch partition has been located on a VMFS datastore, then it may be that the scratch partition is being regularly updated with host information (e.g. tmp files, log updates, etc). This could be the source of spurious writes to the VMFS.
  5. Storage I/O Control could be enabled on the datastore. If this is the case, each host that uses the datastore writes metrics to special files on the datastore. These files are used to determine the datastore wide latency value across all hosts to the datastore. If this exceeds the defined latency value (default 30ms), this is an indicator to SIOC to start throttling. The last update I've seen on this suggests that these files are updated by all hosts every 4 seconds.
  6. Finally, the VMFS volume could be part of a Storage DRS datastore cluster. If load balancing based on I/O metrics are enabled, then Storage DRS may be using Storage I/O Control to measure the datastore latency values as mentioned in number 5.

So as you can see, simply shutting down VMs on a datastore is not enough to ensure that they are quiesced. A number of other vSphere features could be writing to the datastore (I may have even missed some in this list).

If you need a datastore to be completely quiesced for whatever reason, I'd recommend using esxtop to ensure that there is no I/O activity after you have shut down your VMs.

Get notification of these blogs postings and more VMware Storage information by following me on Twitter: Twitter @VMwareStorage

by Chogan at February 01, 2012 08:54 AM

vCD Support for vCenter Foundation

VMware vSphere Blog

Stephens-pic-small

by Tom Stephens, Senior Technical Marketing Architect, VMware

I recently saw a question asking if vCloud Director was supported with vCenter Foundation.  This version is intended for use in small environments, and is limited to being able to manage three vSphere hosts.

It’s a good question, as I’m sure there’s a group of people out there who would like to take advantage of building a self-provisioning cloud environment with a small number of hosts.  Additionally, finding the right information can be challenging at times, especially if you’re new to using vCloud Director.

First, let’s talk about how one can go about finding the answer themselves.  Every product at VMware has a web page dedicated to it.   This should be the first place you go to if your looking for the requirements of any VMware product.  On this page, about half way down, you’ll see a series of tabs.  Depending on the product, you may see a different series of tabs.  What your looking for is one called ‘How to Buy’.

Screen shot 2012-01-31 at 3.41.50 PM

Under here, you’ll see there are links to the technical requirements.  

In some cases, this might not show you all the requirement information you need.  Additionally, depending on the product your looking for, you might not have the ‘How to Buy’ tab.  In these cases, the second place you should look is in the Installation and Configuration guide.

With vCloud Director, this is pretty easy to find, as there is a ‘Documentation and Training’ tab right next to the ‘How to Buy’ tab that provides you with links to all the product documentation.  For other products, you may not have this tab.  Instead, you might see a tab entitled ‘Resources’. 

Now that you know where to go, let’s talk about the answer to the question.  If you went to the product page, you will see the following statement:

“VMware vCloud Director requires VMware vSphere Enterprise licenses and at least one instance of vCenter Server Standard. However, we strongly recommend VMware vSphere Enterprise Plus for advanced networking functionality through the vNetwork Distributed Switch. Learn more about VMware vCenter Server Standard licensing and VMware vSphere licensing.”

Now if you went to the Installation and Configuration Guide for vCloud Director 1.5, you would have seen the following blurb on page 10 under the heading vSphere Licensing Requirements:

“vCloud Director requires the following vSphere licenses:

-   VMware DRS, licensed by vSphere Enterprise and Enterprise Plus.

-   VMware Distributed Switch and dvFilter, licensed by vSphere Enterprise Plus. This license enables creation and use of vCloud Director isolated networks.”

With this, we now have the answer to the original question as well as an explanation of why. 

vCloud Director is not supported with vCenter Foundation.  You’ll need at least vCenter Server Standard.  Additionally, you will need to get at least Enterprise to enable DRS, which is a requirement of vCloud Director.  To get the full functionality though, you’ll need to get Enterprise Plus.  This gives you all the benefits of Enterprise (re: DRS), plus the ability to use a vDS and dvFilter so that you can configure VCNI networks. 

All this might seem easy after you’ve been working with vCloud Director for a while.  For those who haven’t, hopefully this shows you how to go about finding the information you need.

by Tom Stephens at February 01, 2012 12:36 AM

January 31, 2012

Resolution Path KB articles - the best thing since sliced bread

VMware Support Insider

You're all familiar with the VMware Knowledgebase, but do you know what a Resolution Path KB is?  Well, it's a very special kind of KB article, and we've incorporated Mind Maps into them too, but more on that in a minute.

Resolution Path KBs are collections of modular steps that can be used to solve tech support issues. Being modular, they can be re-used in other resolution paths. A good example is using the ping command to test network connectivity. This step is used in all kinds of troubleshooting procedures. Put a number of these steps together, and you can create sets of very methodical troubleshooting steps.

Mind Maps are a visualization of our Resolution Path KB articles, which help you understand the organization of how it all fits together.

Here are our KBs that are Resolution Paths. You should keep these links close at hand for the products you use. You'll be surprised at how many common issues are covered in these.

  1. Troubleshooting ThinApp Issues
  2. Troubleshooting Storage Issues
  3. vSphere Install Troubleshooting
  4. Vsphere Licensing Troubleshooting
  5. Resolution Paths for VDR Issues
  6. Resolution Paths for VMware Site Recovery Manager Issues
  7. Unpresenting LUNs from ESX/ESXi 4.x
  8. Resolution Paths for OS Issues
  9. Resolution Paths for Converter Issues
  10. Resolution Paths for Lab Manager Issues
  11. vSphere Troubleshooting Network Issues
  12. VMware View Resolution Paths
  13. vSphere Troubleshooting Management Issues
  14. VMware Update Manager Resolution Paths
  15. VMware Fusion Resolution Paths
  16. VMware Workstation Resolution Path
  17. Fault Resolution Paths
  18. Capacity Planner Resolution Paths

by Richard Blythe at January 31, 2012 04:55 PM

Announcing RAID 5 & 6 Support for vSphere Storage Appliance (VSA)!

VMware for Small-Medium Business Blog

If you’ve been contemplating whether to deploy VSA within your IT environment, we have exciting news for you—VSA now supports RAID 5 & 6! Since launching VSA with RAID 10 this past August, we have received customer requests for supporting RAID 5 & 6. Your feedback is always important to us and our engineers have worked hard to deliver this in VSA 1.0.

So what does this mean for you? VSA support for RAID 5 & 6 offers you a greater utilization rate of server hard disk capacity. Using more of your available hard disk capacity means less hard drives to buy... which brings us to the topic of how much it actually costs to deploy VSA in your environment. VSA is licensed on a per-instance basis and can support up to 3 nodes (we leave it up to you to decide whether to deploy on 2 or 3 nodes). Our most popular offering is the Essentials Plus with VSA bundle at $7,995 (which includes VSA at 40% off).

The following chart shows you how VSA can be a cost-effective alternative to the traditional IT approach of deploying a SAN or NAS. In both cases, the customer uses three servers, vSphere Essentials Plus, RAID 5, and has useable disk capacity of 3 TB. VSA does require more hard disk drives for mirroring your data across the servers within your VSA cluster (this allows VSA to be resilient to failures) but there’s no need to install, configure, and manage storage hardware within your environment. 

VMW

If you have evolving storage needs and need a shared storage solution to provide high performance and scalability, VSA may not be right for you. For those that are looking to virtualize to achieve business continuity benefits (application availability) and don’t have the resources/capacity to deal with a SAN or NAS, VSA is a great choice. 

Click here to visit our VSA Page

by VMware SMB at January 31, 2012 10:00 AM

vCloud Director Certification

VMware vSphere Blog

Stephens-pic-small

by Tom Stephens, Senior Technical Marketing Architect, VMware

Recently, the question came up if VMware was planning to develop a certification around vCloud Director.

Yes, we are indeed!

As there is still a fair amount of work being done on this front, it would be a bit pre-mature to go into details now.  For those of you who are attending VMware Partner Exchange (PEX) 2012 on February 13th -16th in Las Vegas, you will be among the first to get more details on this exciting development. 

If you want to start studying now, I’d suggest you brush up on the vCloud Director product documentation.  Don’t forget to include looking over the VCAT as well!  You might also want to give a read to some of the blogs out there that have a lot of good information on vCloud Director.  There are tons of blogs out there with good information, but to mention just a few:

Chris Colotti’s Blog – Lots of great information here, with a heavy emphasis on vCloud Director related topics.

Duncan Epping’s Blog – Covers a wide range of topics related to VMware.

William Lam’s Blog – Focusing mostly on scripting with VMware, William includes a lot of example of how to manage a vCD environment. 

Alan Renouf’s Blog – If you need to know how to do something with PowerCLI, Alan is the person to see.

Now if you are lucky enough to be able to attend PEX 2012, don’t forget to show up early to check out the pre-conference boot camps February 11th -13th.  These are always a great way to brush up on your skills.

See you there!

by Tom Stephens at January 31, 2012 02:46 AM

January 30, 2012

Having a performance problem hard to resolve? – Have you checked your host BIOS lately…

VMware vSphere Blog

By Leah Schoeb, Sr. Technical Marketing Manager, VMware

Power Saving turned on in the server BIOS has been the cause of many performance issues reported in vSphere 4.1. In fact it has been the #1 resolution to performance problems reported in the past few months.  It has masked itself as performance issues with CPU, memory, network, and even storage.  Certain applications are also very sensitive to processing speed latencies may show less than expected performance when processor power management features are enabled.  Before spending many hours trying to identify performance issues check to make sure that power saving is turned off in the server BIOS and then check to see if the problem still persists.  If the problem still exists then you it would be worth it to troubleshoot the problem. 

Recent KB article – “Disabling power management usually results in more power being consumed by the system, especially when it is lightly loaded. The majority of applications benefit from the power savings offered by power management, with little or no performance impact. Therefore, if disabling power management does not realize any increased performance, it is recommended that power management be re-enabled to reduce power consumption.” (Reference below)

Disabling Hardware Power Management

Disabling processor power management in the server hardware is vendor specific. Here is an example of the HP ProLiant:

HP Power Regulator

Processor power and performance state registers exposed by processor vendors let you use HP Power Regulator to control processor power usage and performance. Power Regulator directly adjusts the frequency and core voltage of ProLiant server processors.

Using Power Regulator, you can configure a server to maximize performance, maximize power savings, or match processor power consumption dynamically as system load changes. This lets you maintain an optimal balance of performance and power utilization under all operating conditions.

  • HP ProLiant servers with the HP Power Profile option (ProLiant G6 or greater)

    Review both the HP Power Profile and HP Power Regulator Mode in the BIOS settings.  For HP Power Profile, you see these options:
    • Balanced Power and Performance (default)
    • Minimum Power Usage
    • Maximum Performance
    • Custom

Choose Maximum Performance to disable power management. If Custom is already selected, refer to the Power Regulator Mode options below.  If you choose Custom, set the HP Power Regulator Mode to OS Control Mode.

  • HP ProLiant servers without the HP Power Profile option

    Review the Power Regulator Modes in the BIOS settings. You see these options: 
    • HP Static High Performance mode
    • HP Static Low Power mode
    • HP Dynamic Power Savings mode (Default)
    • OS Control mode

Choose HP Static High Performance mode to disable power management. If OS Control mode is selected, refer above for disabling power management within the OS.

More about the HP regulator you can go to:  http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00300430/c00300430.pdf

Additional information, like disabling ESXi power management was recently posted in a kb article at:  http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1018206

by VMware vSphere at January 30, 2012 09:48 PM

Troubleshooting Auto Deploy Rules

VMware vSphere Blog

by Kyle Gleed, Sr. Technical Marketing Manager, VMware

A common problem I come across when helping customers implement Auto Deploy is they PXE boot their hosts and instead of seeing the Auto Deploy server install ESXi  they get an error complaining that the server was unable to find a valid image profile:

image

However, despite this error a quick check of the rules, using the PowerCLI “Get-DeployRule” cmdlet, shows that all the required  rules have been created? 

image

From experience I find that there are typically two reasons customers run into this error: (1) either the rules have not been added to the active rule set, or (2) the rules were changed and Auto Deploy server’s cache has become stale and needs to be updated.

1.  The rules have not been added to the active rule set

You create Auto Deploy rules using the “New-DeployRule” cmdlet.  However, just because a  rule has been created doesn’t mean it will be used.  Rules are not used until you “activate” them by adding them to the active rule set using the “Add-DeployRule” cmdlet.  So remember adding rules is a 2 step procedure:  step 1 is to create a new rule and step 2 is to activate the rule by adding it to the active rule set.

In the screen shot below we can see from the “Get-DeployRule” cmdlet that three rules have been added:  AssignImage, AssignHostProfile, and AssignCluster.    However, the “Get-DeployRuleSet” cmdlet shows that none of these rules have been added to the active rule set.  (Notice that the first cmdlet looks at all the rules on the host while the second cmdlet only looks at the rules in the active rule set).

image

To activate these rules we simply need to “add” them to the active rule set, use the “Add-DeployRule” cmdlet as shown below.

image

2.  The rules have been modified but the cached entries on the Auto Deploy server have not been updated to reflect the changes.

The second issue that you may run across is that you’ve updated your rules, but you haven’t updated the Auto Deploy cache.  The first time a host boots the Auto Deploy server saves the information it used to deploy the host in it’s local cache.  This information includes the name of the  Image Profile, Host Profile and the vCenter folder/cluster.  The information is cached so that during subsequent reboots the Auto Deploy server doesn’t have to keep consulting the rules engine.  However, what this means is if you ever make a change to the active rule set , to use a different image profile, host profile, or file/cluster for example, you will need also to update the cached information on the Auto Deploy server.  Like adding rules, updating the Auto Deploy cache is a two step operation: 

Step 1, check if the host is compliant with the active rule set using the “Test-DeployRuleSetCompliance” cmdlet. 

image

In the example above I first ran the “Test-DeployRuleSetCompliance” cmdlet to see if the host was compliant with the active rule set.  The ItemList column showed the host was non-compliant, but the output was truncated, so I ran the command a second time selecting just the ItemList column to see the full output.  We see from my example that the Image Profile being used to deploy the host does not match Image profile specified by the “UpdatedEsxImageProfile” rule in the active rule set.

Step 2, to remedy the non-compliance issue I use the “Repair-DeployRuleSetCompliance” cmdlet.

image

The example above shows how I was able to correct the cached entry for the host by simply re-runing the “Test-DeployRuleSetCompliance” cmdlet and piping the output  directly into the “Repair-DeployRuleSetCompliance”.  After repairing the host I again ran the “Test-DeployRuleSetCompliance” cmdlet to verify the host is now compliant (an empty ItemList reflects a host that is compliant with the active RuleSet).

Summary

When working with Auto Deploy remember that rules must first be created using the “New-DeployRule” cmdlet and then activated using the “Add-DeployRule” cmdlet.  If you find that you have created rules, but the Auto Deploy server doesn’t seem to be using them, verify they are properly listed in the active rule set by using the “Get-DeployRuleSet” cmdlet.

Also, remember the Auto Deploy server saves the information used to deploy the hosts.  This includes the name of the  Image Profile, Host Profile and vCenter cluster.  If you ever change your rules be sure to test each host against the modified active rule set by using the “Test-DeployRuleSetCompliance” cmdlet.  If you discover that your hosts have become non-compliant, use the “Repair-DeployRuleSetCompliance” cmdlet to update the information saved on Auto Deploy server.

by Kyle Gleed at January 30, 2012 06:23 PM

Do you use the vSphere Hypervisor (no cost ESXi)? We want to hear from you!

VMware vSphere Blog

VMware is collecting feedback this week on the topic of the vSphere Hypervisor (no cost ESXi that you download at VMware.com). If you use or have evaluated the product please take our short survey located here. Our survey will close this Friday (2/3).

If you have already participated, thank you for your feedback.

-Mike

by Michael Adams at January 30, 2012 05:48 PM

The Cloud Vendor Landscape – The VMware Advantage According to the Taneja Group

VMware vCloud Blog

In a recent evaluation of ten of the leading cloud solution vendors (including Microsoft, Red Hat, Amazon, Rackspace and others), the Taneja Group determined that VMware stands out as the clear cloud leader due to its broad portfolio of virtualization and cloud management solutions, service provider ecosystem, and cross-cloud enabling tools and interfaces.

According to the Taneja Group, only VMware offers the combination of industry-leading virtualization and management solutions required for an on-premise, private cloud, as well as the enterprise-class tools needed to bridge the private cloud with one or more off-premise, public clouds – making the successful deployment of hybrid clouds a reality for the enterprise. Check out the following charts to see how VMware’s IaaS and PaaS stacks up against other cloud vendors: 

Taneja1

Taneja2

The Taneja Group also determined that the offerings of VMware’s ecosystem of vCloud service providers surpass the service capabilities of public cloud providers such as Amazon and Rackspace/OpenStack. Using the VMware-CSC service provider partnership as an example, the Taneja Group highlights what sets VMware’s hybrid cloud service provider program apart:

  • A true enterprise hybrid cloud offering. In CSC’s case, BizCloud offers the dedicated infrastructure and security of a public cloud with the pay-as-you-go economics and convenience of a public cloud.
  • Fast time to deployment.
  • Transparent and auditable security – made possible with VMware’s vShield security framework, which is fully virtualization aware.
  • Dedicated infrastructure.
  • Multi-tiered enterprise SLAs.
  • Global consistency and reach. CSC, for example, offers a consistent set of public CloudCompute services from seven CSC Trusted Data Centers on three continents, with plans to expand to 28 data centers in the future.
  • Enterprise hybrid cloud expertise. Because the vCloud Datacenter Services program provides rigorous training and certification services and requires service providers to meet enterprise-level standards for security, agility and application portability, certified vCloud Datacenter Service Providers can provide customers with the benefit of their considerable expertise. 

For a breakdown of how VMware’s Service Provider Ecosystem stacks up against Amazon and Rackspace/OpenStack, check out the following chart: 

Taneja3

In sum, if your enterprise is considering a hybrid cloud model, VMware can help make this transition a reality with industry-leading virtualization and cloud solutions and a robust ecosystem of compatible cloud providers. 

For more on the Taneja Group’s findings, download the full report. If your enterprise is interested in the public cloud, you can also apply to test drive a public cloud from a vCloud Provider via vcloud.vmware.com. For future updates, be sure to follow @vCloud and @VMwareSP on Twitter!

by vCloud Team at January 30, 2012 05:30 PM

Five Stars for New VMware Solution Exchange

VMware Global Alliances Blog

Steve_Herrod
Posted by Anne Catambay
Director,Global Outbound
Alliance Marketing

That’s the rating I give to our newly launched VMware® Solution Exchange (VSX).  Why? Because it’s an on-ramp that gives you the opportunity to discover, evaluate and expedite the buying process for virtualization and cloud infrastructure solutions—all in one convenient place.

Want to know what others think about a product that you’d like to try? Use VSX to check out user-generated star ratings and real-world reviews.

Screen shot 2012-01-30 at 8.02.44 AM

Within VSX, you can quickly and easily:
•    Search the entire catalog of joint solutions
•    Explore rich, multimedia content, including YouTube videos
•    Engage directly with partners and developers
•    Purchase the right solutions for your business

VMware has more than 2,000 technology partners. Our partners have built more than 3,500 applications and 6,000 infrastructure products compatible with the VMware portfolio of products. Investigate new solutions or check out information about products that you already use.

Then come back and let me know how you’d rate VSX.

by VMware Alliances Team at January 30, 2012 04:08 PM

New Articles Published for Week Ending 1/28/12

VMware Knowledge Base Weekly Digest

VMware ESX
High disk latency observed on Dell MD3000i storage array (2004576)
Date Published: 1/27/2012
VMware Tools using approximately 15% CPU after upgrading to ESX/ESXi 4.1 Update 2 (2010732)
Date Published: 1/26/2012
Attempting to add a host to the switch fails with an error: “Cannot complete a vnetwork distributed switch operation for one or more host members” (2010965)
Date Published: 1/23/2012
Configuring LSI® WarpDrive™ SLP-300 Acceleration Card and Deploying with VMware® ESX/ESXi 4.1 (Partner Verified and Support) (2012308)
Date Published: 1/24/2012
How to change all paths to FIXED or Round Robin from the command line (2010034)
Date Published: 1/27/2012

VMware ESXi
Adding a USB device to the virtual machine fails with the error: Error connecting to arbitrator socket: No such file or directory (2011947)
Date Published: 1/25/2012
Enabling Jumbo Frames on the Solaris guest operating system (2012445)
Date Published: 1/24/2012
ESXi 5.0 Host Profile Plug-in Support for Dell EqualLogic (2012546)
Date Published: 1/25/2012
VMware Tools installation in non-US-English 32-bit Windows rolls back and fails with MSI error status 1603 (2012665)
Date Published: 1/27/2012
Upgrading ESXi 4.0 may fail on SmartArray P410/i RAID controllers (2008876)
Date Published: 1/23/2012
When binding a vmkernel port to access the iscsi storage we are getting an error on the CLI "Error: Unknown command or namespace swiscsi nic add" (2006047)
Date Published: 1/27/2012

VMware Fusion
Minimizing virtual machines in Fusion 4.1 (2009933)
Date Published: 1/27/2012

VMware Service Manager
Feedback added when rating a Knowledge Base article in Service Manager is not tracked under History (2012251)
Date Published: 1/23/2012

VMware vCenter CapacityIQ
CapacityIQ does not collect datastore information (2007459)
Date Published: 1/25/2012
VMware vCenter CapacityIQ product update (2012306)
Date Published: 1/25/2012

VMware vCenter Operations Enterprise
vCenter Operations Manager 5:0: Scripts for database upgrade integrity check (2010144)
Date Published: 1/25/2012

VMware vCenter Operations Standard
vCenter Operations does not show in vSphere Client after a vCenter Server reinstall (2005004)
Date Published: 1/24/2012

VMware vCenter Server
ESX/ESXi hosts intermittently disconnect and reconnect in vCenter Server (2004457)
Date Published: 1/23/2012
Best practices for joining vCenter Servers in Linked Mode (2005481)
Date Published: 1/26/2012
Determining which user account initiated a task in vCenter Server 4.x (2009075)
Date Published: 1/25/2012
Adding a host to Cisco Nexus 1000v vSphere Distributed Switch fails with the error: Download failed for url: http://<ip_address>/index.xml (2011367)
Date Published: 1/24/2012
Enabling debug logging for the vSphere 5.0 Web Client Server (2011485)
Date Published: 1/24/2012
Upgrading from vCenter Server 4.1 to 5.0 fails with the Error: Exception Thrown while executing SQL script (2011533)
Date Published: 1/25/2012
The vCenter Server Hardware Status tab reports an Unknown status for the power supply of the VMware certified server (2011953)
Date Published: 1/23/2012
Configuring HA fails with the error: Operation Timed out (2011974)
Date Published: 1/25/2012
Host Profile compliance check fails with an error for the Update Manager ruleset (2012027)
Date Published: 1/24/2012
vCenter Server 4.1 Hardware Status tab does not refresh automatically (2004233)
Date Published: 1/23/2012
Performance Chart not working on Windows 7 64-bit with Internet Explorer 9 (2004310)
Date Published: 1/24/2012
vCenter Service Status page alerts: Unable to retrieve health status (2008664)
Date Published: 1/27/2012

VMware vCloud Director
Changes in vCenter Server are not reflected in vCloud Director (2003679)
Date Published: 1/23/2012
When trying to create a vCloud Network Resource in vCloud Director and vShield Edge you receive the error: Cannot create network (2004892)
Date Published: 1/24/2012
Cannot delete a user in vCloud Director with the error: Unable to delete a user who owns vApp Templates or media (2005261)
Date Published: 1/24/2012
Unable to access datastore in vCloud Director 1.0 after resignaturing LUNs (2003600)
Date Published: 1/23/2012
Virtual machine fails to power on in vCloud Director when copied from vCloud Connector using the Deploy in target cloud option (2004017)
Date Published: 1/23/2012

VMware View Manager
Upgrading VMware View Agent to 4.6 or later fails with the error: VMware SCSI Controller driver (vmscsi.sys) failed to install correctly. (2006287)
Date Published: 1/25/2012
A Wyse P20 zero client cannot connect to a Windows 7 desktop in View 5.0 (2008274)
Date Published: 1/24/2012
Persistent and disposable disks are missing after rebooting Windows XP linked clones (2011205)
Date Published: 1/23/2012
View Desktop logon credentials screen takes 60 seconds to appear (2011702)
Date Published: 1/25/2012
Installing View Composer fails with the error: Error 28011. An error occurred during installation of the VMware View Composer database (2011938)
Date Published: 1/23/2012
Users cannot authenticate and connect to a desktop on one domain (1036325)
Date Published: 1/23/2012
Connecting to the View ADAM Database (2012377)
Date Published: 1/23/2012
View Manager dashboard shows one of the Connection Servers as not available (2012292)
Date Published: 1/23/2012

VMware VirtualCenter
Remote console screen of virtual screen is blank (2003854)
Date Published: 1/23/2012

VMware vShield Edge
VMware vShield Edge 1.0 VPN connection fails in Phase 1 (2004066)
Date Published: 1/23/2012

VMware vShield Endpoint
vShield Data Security does not retain hostname settings (2009519)
Date Published: 1/24/2012

VMware vSphere Storage Appliance
VMware vSphere Storage Appliance does not support memory overcommit (2008050)
Date Published: 1/26/2012

by Richard Blythe at January 30, 2012 01:52 PM

January 29, 2012

Technical Marketing Update 2012 - Week 04

VMware vSphere Blog

By Duncan Epping, Principal Architect, VMware.

Currently multiple white papers are going through formatting / editing and these will be published in the upcoming weeks. Hopefully I can provide an update on that soon. For now, check out these blog posts. Also don't forget to vote for your favorite blogs while you still can, many of the authors below are part of the list and would appreciate your support!

Blog posts:

by Duncan Epping at January 29, 2012 11:29 AM

January 27, 2012

News Around the Network

VMware Global Alliances Blog

Gina Bollenback
Posted by Gina Bollenback,
Global Alliance Marketing
Communications Manager

This week’s roundup highlights events coming up next week and new resources available to make your life easier:

Who to Follow for FlexPod at Cisco Live 2012 London (FlexPod)
If you’re attending or trying to keep up with FlexPod news and events at Cisco Live 2012, this post is for you. NetApp’s Freia Berg highlights the key FlexPod social media resources to follow.

Join Our Next #cloudtalk with VMware Knowledge Experts Chris Colotti and Massimo Re Ferre’ (vCloud Blog)
vCloud Twitter followers believe that security controls will move closer to protected resources in 2012. Do you agree? Join the conversation on January 31st to discuss the continuing evolution of cloud computing.

Voting Now Open for the top VMware and Virtualization Blogs (vSphere-Land)
Eric Seibert has launched his latest effort to identify the top VMware and virtualization blogs. Not only does your vote count, if you’re looking for valuable VMware resources his list is a great starting point.

Introducing Dell on VMware Solution Exchange (Inside Enterprise IT)
Dell’s Kong Yang is proud to announce Dell’s participation in VMware’s Solution Exchange, where customers can search, share, and discover information on Dell’s latest offerings with VMware.

Site Recovery Manager 5.0 Performance and Best Practices (VROOM! Blog)

VMware’s VROOM! Blog announced this week a new technical white paper about SRM’s scalability, recovery, and its performance in real-life workload simulations.

VMware customers, if you want to see anything specifically highlighted in this blog please respond in the comments section or on Twitter or Facebook. VMware partners and community, please let us know if you have any stories you suggest we highlight in future weeks.

by VMware Alliances Team at January 27, 2012 06:54 PM

VMware Hosting Outlook

VMware vCloud Blog

By Karl Robinson, Sales Director at StratoGen

Despite the economic gloom on both sides of the Atlantic, 2012 is shaping up to be a bumper year for those involved in the VMware hosting business. Whilst it’s true that most IT managers are under budgetary constraints, the majority have realized that increased use of the cloud will deliver cost savings and bring about an increase in agility and performance. The entire IT industry is moving to delivery ‘as a service’ and the timing of these financial difficulties only serves to focus people’s minds on the benefits of the cloud.

The Rise Of VMware Based Clouds

So where does VMware fit in to this picture? VMware has gained real traction with its service provider program (VSPP) by offering a simple licensing model and a software suite that really delivers. vSphere 5 offers outstanding performance and vCloud Director (which has been updated to v1.5) continues to lead the way as the most powerful tool to manage your virtual infrastructure. But one of the biggest factors driving growth to VMware based platforms is the move away from commodity clouds to enterprise class clouds with defined Service Level Agreements (SLAs).

At StratoGen we’ve experienced this change first hand. In the first half of 2011 a significant percentage of our inquiries were from organizations that wanted to move away from a commodity cloud such as Amazon. But then things changed. Widespread reporting of cloud outages and the increased exposure of IT managers to cloud technologies led clients to realize the importance of VMware based clouds and their associated benefits. This trend has continued and today the majority of our enquiries are from organizations that are already bought-in to the VMware ‘Journey to the Cloud’. Commodity clouds are out of favor, above all because businesses need guaranteed availability. The icing on the cake for clients is vCloud Connector, which offers the unique ability to seamlessly integrate their on-site infrastructure with a VMware based public cloud.

StratoGen Launches US Cloud

Looking forward to 2012 and it’s certainly exciting times here at StratoGen, as we recently announced the launch of our cloud platform in the US. Based out of Denver, our US cloud is built on NetApp, HP and Cisco components and offers the same mix of performance and stability as our award winning European operation.

Feel free to take it for a test drive by signing up for a free 7 day trial here.

About StratoGen          

Karl Robinson is Sales Director of StratoGen, a leading cloud hosting provider with a worldwide client base. You can follow StratoGen on twitter, or read more on the StratoGen blog.

by vCloud Team at January 27, 2012 05:20 PM

VMware Cloud Management Dashboard

VMwareTV

bit.ly -- Does your Cloud Management Dashboard look more like a '72 Buick, or a Formula One race car? More importantly, does it provide you with the real, actionable data you need to win the race? vCenter Operations Management Suite let's you know exactly what's going on in your virtual and cloud infrastructure, AND gives you the power to drill into the details if something goes wrong. Cloud Management from VMware -- It just works. Start your free trial of vCenter Operations Management Suite today: bit.ly
From: vmwaretv
Views: 2065
15 ratings
Time: 03:36 More in Science & Technology

by vmwaretv at January 27, 2012 09:23 AM

Benefits of Using VMware View - ADP Dealer Services

VMwareTV

bit.ly -- ADP Dealer Services sought an end-user computing (EUC) solution from VMware to enable quick provisioning and de-provisioning of development environments. The company chose VMware View for global deployment. With the View client, the developers access their workstations, either locally or remotely. The remote View workstation securely interacts with any ADP application from anywhere. The company has realized two great benefits -- the ability for each administrator to manage 300-400 workstations, and the ability of the team to create and deploy workstations exceedingly fast, up to 60 a day. For more VMware View Sucess Stories: bit.ly
From: vmwaretv
Views: 229
1 ratings
Time: 03:53 More in Science & Technology

by vmwaretv at January 27, 2012 08:38 AM

Facts about Virtualizing Oracle (part 1 of 2: Oracle Support)

Business Critical Applications

by Neal Mueller

Not every Oracle support agent got the “memo” that Oracle supports their database and applications being virtualized on VMware vSphere.

Fact is, Oracle has an official support policy for virtualization on VMware vSphere, articulated in MyOracleSupport Document ID #249212.1. The Oracle support policy states that “Oracle will only provide support for issues that either are known to occur on the native OS, or can be demonstrated not to be as a result of running on VMware.” A copy of the Oracle document appears in Figure 1 below.

Figure 1: Oracle Support Policy on VMware
Oracle-support-policy-fig1

In November 2010, Oracle expanded the above support policy to include Oracle Real Application Clusters (RAC) on vSphere.

For our part, VMware has its own policy to support customers running Oracle applications on VMware. If required, VMware will take ownership of the support request and pursue rapid resolution, in collaboration with the Oracle support organization through TSANet as needed. Because VMware customers virtualize all types of Tier 1 applications, we have significant expertise in making this a seamless support experience.

Read our technical white paper on Understanding Oracle Certification, Support and Licensing for VMware Environments to learn more.

This blog is part of a series on Virtualizing Your Business Critical Applications with VMware. To learn more, including how VMware customers have successfully virtualized SAP, Oracle, Exchange SQL and more, visit vmware.com/go/virtualizeyourapps

by VMTN at January 27, 2012 02:00 AM

January 26, 2012

Preserving Multi-Cloud Choice and Flexibility with Cloud Foundry “Open PaaS”

The Console

Steve_Herrod
Posted by Steve Herrod
Chief Technology Officer

It has been nine months since we launched Cloud FoundryTM - the industry’s first open platform as a service (aka PaaS).  Cloud Foundry debuted with both the CloudFoundry.com service and as an open source project via CloudFoundry.org and we have seen a rich ecosystem of technology providers and service providers emerge around Cloud Foundry.  Offering a choice of clouds, developer frameworks and application services, Cloud Foundry, currently available in beta, makes it faster and easier to build, deploy and scale applications.

We have made great progress delivering a choice of frameworks and application services to developers and now want to highlight the choice of both public and private clouds Cloud Foundry provides today. 

Multi-Cloud - “Write Once, Cloud Anywhere”

As PaaS gains momentum, there will be more choices of cloud destinations. Some developers might want to keep the entire development and deployment within their organization’s firewall; others may want to build internally and deploy via a hosted service, or vice versa.

As you make choices about cloud technology, one critical factor is whether you have a choice of clouds from which to deploy your applications. Ultimately, what many software developers want is an open PaaS environment with a choice of public, private and hybrid clouds for deployment.

When you build and deploy applications using Cloud Foundry’s open architecture and open source availability you don’t have to worry about being locked into a single cloud.

Why Multi-Cloud flexibility is so important?

  • Managing your growth and changing needs over time - whether you want to run on private clouds or public clouds changes over time.  Having the flexibility to add capacity or migrate to another cloud without re-writing your applications it is critical for long term success.

  • Protecting against vendor lock-in – you don’t want to be locked into a single cloud provider. Having the option to move between providers that suit your pricing needs or can offer better quality of service is critical.

  • Meet different compliance and geographical needs – you want to be able to pick and choose where you want to deploy your applications based on compliance requirements, data protection laws, latency constraints and more.

  • Accommodate peak loads – the ability to leverage a choice of public and private clouds to deal with “cloudbursting” scenarios enables you to have the ability to optimize spending.

Cloud Foundry – Making Multi-Cloud a Reality Today

The Cloud Foundry ecosystem is growing quickly with increasing number of technology partners working with us to expand the choice of public cloud providers, private cloud distributions and cloud infrastructures. These partners, combined with simplicity and openness of the Cloud Foundry technology, make the vision of Multi-Cloud a practical reality. 

Image001

With Cloud Foundry, moving your application to another cloud is very simple. Simply “target” your new cloud and “push” your application.  No code or configuration changes required.

Looking at the Cloud Foundry command line tool (“vmc”) it looks something like

vmc target api.mynewcloud.com
vmc push myapp

The Cloud Foundry team has a blog post that further describes how Cloud Foundry’s open architecture and tools enables a quick deployment of complex applications across multiple private and public destinations. 

The blog includes a demo showcasing live deployment to five different cloud destinations running Cloud Foundry today without a single code or configuration change to the application.

2012 - The Year of PaaS While Avoiding “Cloud Lock-in”

As many suggest 2012 will be the “year of PaaS”, a critical factor for success is the ability to deploy your PaaS-based application across a choice clouds, developer frameworks and application services. With Cloud Foundry, you don’t have to worry about being locked into a single cloud.

For more information on Cloud Foundry please visit http://www.CloudFoundry.com

by VMTN at January 26, 2012 01:00 PM

January 25, 2012

Palo Alto Medical Foundation Reaches its Virtualization Goals with VMware

VMware for Small-Medium Business Blog

VMware Professional Services has helped the Palo Alto Medical Foundation virtualize; leading to controlled datacenter growth, $3+ million in ROI, and improved availability and reliability. Read the Case Study here

 “Application vendors understand that this has become a standard for datacenters and it’s in their best interests if they want to stay competitive to support virtualization.”

— David Maldonado Manager, Server Engineering Palo Alto Medical Foundation

by VMware SMB at January 25, 2012 10:17 PM

A week in virtualization

VMTN Blog

First off, today we released vCenter Operations Management Suite 5.0
This release delivers on the vision of a new approach to virtual and cloud infrastructure management announced at VMworld Copenhagen last October. The VMware  vCenter Operations Management Suite together with vFabric Application Management Suite, and IT Business Management Suite allows our customers to remove the complexity of managing IT across all layers. The three management suites deliver on our mission to simplify and automate IT management in the cloud era and achieve the vision of IT as a Service. Read more on Rethink IT blog.

Also, Last week, Macworld has chosen VMware Fusion for the best way to run Windows on your Mac. And just because they’re so awesome, the Fusion team has announced that they will make the promotional pricing of $49.99 permanent. That is a nice deal for an unlimited personal use license. You can read more on the Fusion Blog.

The VMware Solutions Exchange has opened today, which is a single destination for partners to share their compatible VMware applications and cloud infrastructure products. 

The VMware Solution Exchange (A.K.A. VSX) allows customers to discover, evaluate and expedite the buying process.  You can easily explore VMware partner solutions and developer-provided virtual appliances in a single location, get free trials, watch a demonstration, rate & review, and engage directly with the partner or developer.

For the partners, the VSX will allow to list VMware products or solutions, upload marketing information, and set up free trials through a self-service portal.

All in all, the VSX is awesome for everyone. Go check it out at solutionexchange.vmware.com

Finally, in our previous podcast, we ran a poster giveaway, where our international listeners could win two awesome vSphere and PowerCLI posters. Here are the winners, who have commented on our thread on Google+

  • Angelo Luciani from Toronto
  • Mourad Boubchir from London
  • Andrew Dauncey from Melbourne
  • and Mike Preston from Belleville

Congratulations, folks! To claim your posters, send me a message on Plus or DM me on Twitter with your shipping address, and the packages will be on the way!

by VMwareCommunity at January 25, 2012 08:30 PM

VoIP Performance on vSphere 5

VROOM!

The majority of business-critical applications such as Web applications, database servers, and enterprise messaging systems have been successfully virtualized, proving the benefits of virtualization for reducing cost and streamlining IT management. However, the adoption of virtualization in the area of latency-sensitive applications has been slow partly due to unsubstantiated performance concerns. By taking VoIP service as an example, a newly published white paper demonstrates that vSphere 5 brings the same virtualization benefits to latency-sensitive applications. In particular, the paper shows that vSphere 5 delivers excellent out-of-the-box performance in terms of voice quality when running VoIP service.

The evaluation results demonstrate that good voice quality is maintained when the number of users (number of voice streams) and media server instance increased, while fully utilizing CPU.  For example, vSphere 5 is able to maintain great VoIP performance even when running 12 instances of VoIP media server configured with a total of 48 vCPUs on a system with 8 cores. It is further shown that the NetIOC feature is able to prevent packet loss successfully, thereby helping to preserve voice quality under severe contention for network.

Read more about the VoIP Performance Evaluation on VMware vSphere 5.

by Julie Brodeur at January 25, 2012 07:19 PM

Find ALL vCenter Orchestrator Plug-ins on the new VMware Solution Exchange!

vCenter Orchestrator Blog

Earlier today, VMware announced the general availability of the new VMware Solution Exchange.  This online marketplace allows customers, partners and developers to easily find and evaluate virtualization and cloud solutions based on VMware software.

For all of us working on vCenter Orchestrator, this launch is a very exciting day... for many different reasons:

1. It now makes it super easy for customers to find all vCO plug-ins in a single location.  As you already know (but we're repeating it anyways), vCO is delivered with vCenter Server and includes several plug-ins (e-mail, SSH, XML, etc.) with the default installation.  But many more plug-ins are released throughout the year and require separate downloading.  With VMware Solution Exchange, you'll be sure of browsing a central list that has the very latest plug-ins.

2. When we say single location, we mean one that includes ALL vCO plug-ins, whether published by VMware or our partners.  As you know, several partners like Infoblox, Radware, or VCE/EMC have recently released plug-ins (with more coming soon).  It will now be significantly easier for all partners to publish their plug-ins and reach the hundreds of thousands of vCenter customers that are entitled to use vCO.

VCO plug-ins
3. Customers can browse through rich, multi-media reference materials such as Youtube video overviews, white papers, user guides, blog postings and much more.  In other words, you'll never be more than a click away from access to more in-depth materials that help you evaluate and use a new vCO plug-in.  And because VMware always encourages feedback from the community, customers will have the ability to rate and provide comments on all listings.

4. Customers can more easily find partners with expertise in the deployment and use of a particular solution.  If you have an urgent project and are looking for a systems integrator or general partner to help you get started, vCO plug-in listings provide links to partners with vCO expertise.VCO partners

5. Last but not least, we started speaking about VMware Solution Exchange to a few customers and partners many, many months ago... and we're relieved to finally answer "Is it there yet?" with a resounding YES!  ;-)

We hope you share our excitement and happy browsing through the new VMware Solutions Exchange!

Cheers,

The vCO Team

by Tcorfmat at January 25, 2012 05:18 PM

VMware, HP and Intel Webcast: Your SAP Landscape, Virtualized

VMware Global Alliances Blog

Jworkmanphoto
Posted by Jay Workman
Director, HP Alliance
Marketing

VMware and HP Drive Virtualized SAP Landscapes into the Mainstream

With VMware and HP virtualization solutions, your SAP solutions-based development, test, training, and production landscapes can cost less and be more productive than within a purely physical infrastructure. From server consolidation and containment to business process and data center automation, the full range of virtualization benefits can be applied to all sizes of SAP deployments. 

Learn more by registering to attend the Webcast Your SAP Landscape, Virtualized, on January 31 at 8:00 a.m. PST, 11:00 a.m. EST, to understand the benefits of implementing a cost-effective, available, scalable, and secure virtualization platform for your SAP software landscape with HP ProLiant servers based on Intel® Xeon® processors and running VMware vSphere 5.

By attending this Webcast you'll learn:

  • How an effective virtualization strategy provides a future-ready scalable landscape
  • How to meet and exceed your SAP software landscape performance service-level agreements with virtualization
  • How to lower your total cost of ownership while increasing availability, scalability, and security
  • How virtualizing SAP software adds little, if any, performance overhead

Experts from Enterprise Strategy Group (ESG) and SAP will discuss SAP's recent announcement about virtualization as well as studies outlining the benefits of virtualizing your SAP software landscape. Register today!

Webcast Sponsored by: Vmware-logo HP Intel



by VMware Alliances Team at January 25, 2012 03:57 PM

VMware vCenter Operations Management Suite 5.0 now available

VMware Virtualization Management Blog

At VMworld Europe last October we announced three new suites for operations management, application management and IT business management. Together, these three management suites deliver on our vision to simplify and automate IT management in the cloud era. Check out this video of VMware CTO Steve Herrod introducing our new virtualization and cloud management portfolio on main stage at Copenhagen. Now that the vCenter Operations Management Suite is generally available, let’s take a closer look at some of the new capabilities.

Automated Operations Management

With vCenter Operations 5.0 we’ve greatly enhanced some of the concepts and analytics introduced in vCenter Operations earlier this year. The new suite improves on the existing functionality and delivers several new capabilities including:

  • Operations Management dashboard with smart alerts in all editions
  • Fully integrated performance, capacity and configuration management
  • Application discovery and dependency mapping
  • New editions targeted at SMB and enterprise customers.

If you’re used to managing vSphere performance with esxtop or the vSphere client, you might be asking, why you should look at vCenter Operations? The reality is that more and more monitoring data is collected in a virtual environment. For example, vSphere 5 introduces about 130 new performance metrics greatly expanding the breadth of the datacenter fabric (storage, network, etc.)  that vSphere is managing.  At the scale of several hundred VMs, you can quickly see that operations management is becoming a “big data” problem if you stay focused on individual metrics -- what metrics should you look at, are there some metrics more important than others, what is the range of values and what thresholds should you set to alert about a performance problem, etc.?

In reality, not one or a few select metrics are more important than others. We need to look at managing the environment holistically and take advantage of the rich data and intelligence that the vSphere platform provides. This is why we introduced new “supermetrics” to better describe workload, health, risk and efficiency of individual VMs, hosts, clusters or entire datacenters. The key point here is that all metrics must be analyzed as performance is determined in context of CPU, memory, network and storage demands.

More importantly, we also need to measure how these metrics change over time and build up a knowledge base of learned behavior so we can determine whether the numbers we’re seeing right now are within an expected range or if they deviate above or below normal. This is what we call dynamic thresholds that adjust automatically with the behavior of the environment. Our intent is to completely eliminate the need for setting and managing static thresholds that either lead to false alarms or don’t fire when they should. Dynamic thresholds are proven to lead to fewer, but more actionable alerts.

There is a lot more to be said about the analytics in vCenter Operations than what I can cover in this post, but here is a brief summary of some of the new super metrics introduced in VC Ops 5:

1_dashboard_3

  • Health describes the current behavior of the environment and any problems that need to be addressed immediately. Health is composed of workload, anomalies and faults.  Workload is a measure of how hard the VM is working relative to the resources it wants and what it is entitled to using. Anomalies is an expression of the number of metrics trending above or below normal which is a leading indicator of upcoming performance problems, and faults is the number of “hard” thresholds that have been crossed when there is an availability issue or a hardware failure has occurred.
  • Risk describes the potential for future problems. Risk combines scores for time and capacity remaining before resources are exhausted. Risk also includes a new metric for stress which shows patterns of chronic strain. For example, during certain times of the week, there is more demand for resources in one cluster while other clusters are at or below capacity. You can use this information to optimize VM placement or to pre-allocated resources ahead of time.
  • Efficiency is a new super metric to describe optimal utilization of resources. Efficiency includes scores of reclaimable waste, such as idle, over- and under-provisioned VMs, and VM density.  VM density shows current consolidation ratio vs maximum possible ratio without performance degradation.

These super metrics are readily available in the operations management dashboard of the suite. Drill-downs allow you to quickly zoom into individual clusters or hosts or zoom out to get a datacenter-level view that might span multiple instances of vCenter Server. Moreover, we’ve added smart alerts with automated root cause analysis in all editions so you can proactively manage (and avoid) performance problems building in the environment.

Speaking of root cause analysis, we often hear from VI admins that 9 out of 10 performance problems are change related. In vCenter Operations 1.0 we already introduced the ability to correlate vSphere change events with performance and health metrics. In VC Ops 5 we introduce the ability to also show change events that occur inside the VM, such as registry changes, patches and applications that users may have been installed. This data is supplied by vCenter Configuration Manager (VCM) which a lot of organizations are already using for configuration and compliance management. Integrating configuration data with performance metrics give you a more holistic view of the environment which will help reduce finger pointing and improve relationships with storage engineers, and DBA’s.

4_operations_events_1

To give you an idea of how this works in a real world scenario, I’ve included a video of vCenter Operations managing the hands-on labs (HOL) at VMworld 2011. The proactive alerts generated from vCenter Operations allowed our HOL team to detect and resolve a building storage problem before it started to impact lab attendees resulting in a flawless performance of what happened to become our biggest and most successful VMworld lab to date.

Better visibility into application components and services running on virtual infrastructure will help improve your ability to manage the environment. This is where vCenter Infrastructure Navigator (VIN) comes in which provides application-awareness for users of vCenter Operations. It discovers application components, automatically names them and provides version numbers and maps out visually where these components are running and how they’re communicating with one another. Use case for VIN include impact analysis, disaster recovery planning and datacenter and application migration projects. With VIN, you can easily find VMs and see visually how they communicate and relate to other VMs within the context of an application. Check out this video to see Infrastructure Navigator in action.

V2_vin_map

Overall, the vCenter Operations Management Suite has been very well received by our customers and the new 5.0 release is another big step forward in simplifying and automating operations management. Again, the new version is available now and you can download a 60-day free trial. Existing customers can upgrade to the new version free of charge. We’re very proud of what we’ve accomplished with this release but, of course, it’s what you think that’s important.  So please send us your feedback and your questions.

by Martin Klaus at January 25, 2012 01:00 PM

VMware vCenter Operations Suite 5.0 is Now Available...and Can Accelerate Your Private Cloud & Virtualization of Business Critical Apps

Rethink IT

The more we talk to our customers the more we hear that they are focused on two major tasks in 2012. The first is to extend their virtualization footprint by virtualizing more of their business critical applications (e.g., Exchange, CRM, etc.). The second is to accelerate their implementation of a private cloud, and extend it from their dev/test environments into production. For the success of both these initiatives, they recognize that their ability to ensure the performance and health of their virtual infrastructure is critical.

That’s why we’re very pleased to announce the general availability of VMware vCenter Operations Management Suite. This release delivers on the vision of a new approach to virtual and cloud infrastructure management announced at VMworld Copenhagen last October. On main stage we publicly rolled out the largest IT Management launch in our company’s history announcing three new Management Suites:  VMware  vCenter Operations Management Suite, VMware vFabric Application Management Suite, and VMware IT Business Management Suite. These solutions allow our customers to remove the complexity of managing IT not just at the infrastructure layer, where VMware has traditionally focused, but across all layers of IT. Together, the three management suites deliver on our mission to simplify and automate IT management in the cloud era and achieve the vision of IT as a Service.

As our customers virtualize their business critical applications and move to the cloud, the limitations of traditional management approaches are becoming increasingly apparent, as is the need for a new approach.  At VMware, we’re re-thinking infrastructure management. Our approach recognizes that key operations management disciplines—performance, capacity and configuration management—have become inseparable in dynamic virtual and cloud environments. The ability to ensure infrastructure performance and health is impacted by fluidly changing configurations and the sharing of capacity from a myriad of sources. The answer to this challenge isn’t more monitoring – most enterprises have more than enough monitoring solutions. The answer is more intelligence in the form of analytics to make sense of the millions of performance, capacity and configuration metrics these systems generate.

The vCenter Operations Management Suite is built around VMware’s conviction that today’s complex and highly dynamic infrastructures demand an integrated, converged approach to performance, capacity and configuration management. Rather than generating more monitoring data, it collects and analyzes performance data from across the entire IT stack. Its patented analytics correlate abnormalities to generate actionable intelligence that identifies the root cause of building performance problems[m2] .

1_dashboard_3The vCenter Operations Management Suite builds on many of the unique capabilities introduced with the launch of vCenter Operations 1.0 last year, while delivering a number of new innovations. Chief among these is a new Operations Management dashboard that provides an at-a-glance view of the overall status of your virtual and cloud environments with three “supermetrics”:  health (current behavior and problems); risk (potential for future problems); and efficiency (how well your resources are being utilized).  If there’s a problem, our new smart alerts will give you a pro-active warning, so you can drill all the way down to the individual VM or underlying infrastructure if necessary to resolve it before your end users are impacted.

The vCenter Operations Management Suite is ultimately about providing you with greater visibility to better manage your infrastructure and the applications that run on it.  For example, we’ve significantly extended the integration of configuration and capacity management. You can now see change events that occur inside your VMs, not just at the host level. And you can model your capacity to see its impact on future performance. With this greater visibility you can better maintain compliance and eliminate sprawl and configuration drift, while increasing your resource utilization efficiency. Today’s release also includes a new application discovery and dependency capability that provides application-awareness for users of vCenter Operations Management Suite to help with impact analysis, disaster recovery planning and datacenter and application migration projects.

If you, like so many of our other customers, are thinking about virtualizing one or more of your most critical business applications, or if you’re ready to make the move to the cloud, I encourage you to learn more about the vCenter Operations Management Suite.  A great place to start is today’s blog posting by Martin Klaus, Senior Product Marketing Manager for vCenter Operations, which provides a more detailed overview of the Suite’s new features and capabilities.

by Rob Smoot at January 25, 2012 01:00 PM

VMware Opens Online Virtualization and Cloud Solutions Marketplace featuring vCenter Orchestrator

vCO Team

alt

VMware Solution Exchange (VSX) Enables Customers to Discover, Evaluate and Expedite Buying Process for Joint Solutions through Direct Engagement with Partners and Developers. This are important news for vCenter Orchestrator. Here is what these involve:

  • vSphere customers will now find all the vCenter Orchestrator plug-ins in a single location. vCenter Orchestrator is bundled with some plug-ins but VMware and partners have provided several additional ones. The solution exchange will feature the latest version of all VMware and all VMware partners vCenter Orchestrator plug-ins.
  • For VMware partners it will be significantly easier to publish their plug-ins to make them available to the hundreds of thousands VMware vSphere Customers that are entitled to use vCenter Orchestrator.
  • The VMware Solution eXchange improves the customer experience with providing rich, multi-media content, white papers, user guides, blog postings and search tools allowing to engage with partners and developers to help ease the process of finding the right solution for their businesses.
  • The VMware Solution eXchange provides customers with the opportunity to use a five-star rating system and provide a written review about their experience with the solution.

For more information:

alt

by webmaster@vcoteam.info (Christophe Decanini) at January 25, 2012 08:14 AM

VMware vCenter Operations Manager 5.0 - Install and Configure

VMwareTV

bit.ly -- Join Hemant Gaidhani in a video walkthrough of the installation and configuration of the VMware vCenter Operations Manager, a component of the vCenter Operations Management Suite.
From: vmwaretv
Views: 1976
9 ratings
Time: 18:49 More in Science & Technology

by vmwaretv at January 25, 2012 12:56 AM

January 24, 2012

Enhancing Graphics Processing with Teradici PCoIP Host Cards and VMware View

VMware End User Computing

by Tina de Benedictis, Technical Marketing Manager, Enterprise Desktop

Teradici and VMware have just released an updated version of the white paper Using PCoIP Host Cards with VMware View. Teradici PCoIP host cards are designed specifically for the most demanding graphics application users in your VMware View deployment. These are graphics users currently running applications directly on a dedicated workstation in industries such as automotive and aerospace, oil and gas exploration, bank trading floors, defense and intelligence, healthcare, and media and entertainment video creation. A relevant use case is a video editor working on a 1080p video, with one or more monitors, at 60 frames per second. With Teradici PCoIP host cards, you can empower this type of user to run these same high-end graphics applications in a View deployment, on a remote desktop. 

The PCoIP host card that enables remote access through VMware View resides in the workstation dedicated to the high-end graphics user. This workstation has its own graphics processing unit (GPU) to handle the demands of the high-end graphics application. You install the PCoIP host card and the View Agent on this workstation. The PCoIP host card connects to the graphics output of the GPU, encodes and encrypts the graphics output into the PCoIP protocol, and then provides remote access in the View environment.

The beauty of the PCoIP host card is that the workstation can be placed in the datacenter, and the graphics user can access the workstation remotely through a VMware View Client, free from the noise and heat of the high-end workstation. The user can access the high-end workstation through a View Client on a zero client (for highest performance) or from a thick or thin View Client, including a mobile device. As in any VMware View deployment, the application data remains secure in the datacenter.

VMware View and PCoIP Technology Architecture_v2

The diagram above illustrates the location of the graphics workstation. This workstation--with the PCoIP host card, a GPU, and the View Agent—is connected to the View Client through the View Connection Broker.

NetworkLayout_TdeB

This diagram details the mixed environment of the physical graphics workstation with View desktops in the datacenter, and View Clients for remote access. Thick, thin, or zero View Clients can access the View desktops. (See Should You Consider a Zero Client Strategy?.) A zero client performs best for remote display of the high-end graphics workstation, although a thin or thick client suffices when immediate access is more important. The zero client is hardware-based and therefore designed to match the high performance of the PCoIP host card.

Note that the Teradici PCoIP host card solution is distinct from the Teradici APEX 2800 server offload card. The PCoIP host card is appropriate when using a dedicated physical graphics workstation in a View environment; the APEX card is appropriate in a VMware View virtual desktop environment without dedicated high-end workstations. You install the APEX 2800 card on the ESXi server to automatically and dynamically offload processing for the sixty-four most active desktop displays in the View environment. This protects and ensures a consistent user experience not only for these sixty-four users, but also for the less active users. By recovering server CPU capacity, you can then increase the number of desktops supported by the VMware desktop host and provide a more predictable user experience for everyone.

If you already have a VMware View deployment, you can add highly demanding graphics users to the deployment by installing Teradici PCoIP host cards in their workstations, placing the workstations in the datacenter, and allowing these high-end graphics users to remotely use their workstations through View Clients.

For more information about setting up the PCoIP host card in a View environment, see Using PCoIP Host Cards with VMware View.

by VMTN at January 24, 2012 08:52 PM

My VMware Simplifies Everything

VMware Support Insider

As more and more of you are signing up to the My VMware beta to get a first glimpse of new and exciting features, we are busy tweaking things to just they way you want.

Launch is fast approaching, and we've put together a brand new 10 page slide-deck that demonstrates just how much we have simplified things when it comes to user experience. Take a peek and tell me you're not looking forward to this! Better yet - sign yourself up for the beta! We still have plenty of spots open.

My VMware features My VMware features

Show me more of the slides!

-or-

Sign me up for the beta

by Richard Blythe at January 24, 2012 04:08 PM

VMware vCenter Operations 5.0 - Introduction Video

VMwareTV

bit.ly -- Join Kit Colbert in a walkthrough oveview of the VMware vCenter Operations Manager, a component of the vCenter Operations Management Suite.
From: vmwaretv
Views: 3356
16 ratings
Time: 24:13 More in Science & Technology

by vmwaretv at January 24, 2012 09:09 AM

January 23, 2012

VMware vCenter Infrastructure Navigator - Install and Configure

VMwareTV

VIN details: bit.ly -- This video walks through the installation and configuration of the VMware Infrastructure Navigator (VIN), a component of the vCenter Operations Management Suite.
From: vmwaretv
Views: 697
2 ratings
Time: 04:48 More in Science & Technology

by vmwaretv at January 23, 2012 10:54 PM

Site Recovery Manager 5.0 Performance and Best Practices

VROOM!

VMware vCenter Site Recovery Manager (SRM) 5.0 provides business continuity and disaster recovery protection for VMware virtual environments. Protection can range from virtual machines (VMs) residing on a single, replicated datastore to all the VMs in a datacenter.

A new technical white paper about SRM has been published. In it, we look at several performance characteristics of SRM, including scalability and recovery, and how they behave in an environment that simulates real-life workloads. The paper includes several recommendations to enhance the performance of SRM and reduce recovery time. A couple of recommendations include:

  • It is a good practice to have fewer but larger NFS volumes so that the time taken to mount a large number of such volumes decreases during the recovery. This might also translate to fewer protection groups on your setup leading to reduced recovery time.
  • Configuring VM dependencies across priority groups instead of setting per VM dependencies is usually the best idea because VMs within each priority group will be started in parallel.

Please refer to VMware vCenter Site Recovery Manager 5.0 Performance and Best Practices for more recommendations, charts, and key takeaways.

by Aalap Desai at January 23, 2012 10:54 PM

What are VMware Global Support Services?

VMware Support Insider

Here is a video on how the entire Global Support Services group here at VMware is organized to get you the technical support you need from VMware. Learn about Support Days, a very popular seminar style event we offer, as well as all of the social support channels we offer including Twitter, Facebook, Communities, and our blogs.

Some of you will have seen this video before, but it's a good one to show to our newer subscribers.

Angela Jaques is a Director in Global Support Services at VMware.

by Richard Blythe at January 23, 2012 07:50 PM

Join Our Next #cloudtalk with VMware Knowledge Experts Chris Colotti and Massimo Re Ferre’

VMware vCloud Blog

To close the year out we asked our Twitter followers to weigh in on what they thought was next for the cloud in 2012.

Jan_cloudtalk

The majority of respondents believed that security controls will be moved closer to critical resources being protected (ie. data center cluster-based or hypervisor-based security). Some felt the trend of open PaaS will continue to expand in the enterprise. 

How do you think cloud computing will evolve this year? In a recent Fortune article, Mathew Lodge predicted the hybrid cloud will continue to grow and that Platform-as-a-Service will win the hearts of developers. Do you agree or disagree? We want to hear your thoughts during our first #cloudtalk of 2012 on January 31st at 11am PT.

We’re also excited to have our very own VMware Knowledge Experts Chris Colotti and Massimo Re Ferre’ co-hosting this #cloudtalk. As our resident vCloud experts, Chris and Massimo are keen to share their own cloud predictions and stories based on their experiences from the field, deploying vCloud with customers. Be sure to follow them on Twitter prior to the chat.

It’s been a while since our last chat (2011 was a busy year for the vCloud team!) so as just a reminder, here’s how to participate:

  • Follow the #cloudtalk hashtag (via TweetChat, TweetGrid, TweetDeck or another Twitter client) and watch the real-time stream.
  • At 11am PT @vCloud will pose a few questions using the #cloudtalk hashtag to get the conversation rolling.
  • Tag your tweets with the #cloudtalk hashtag. @reply other participants and react to their questions, comments, thoughts via #cloudtalk. Engage!
  • #cloudtalk should last about an hour. 

In the meantime, feel free to tweet at us (@vCloud) with any questions. Look forward to seeing you next Tuesday in the stream!

by vCloud Team at January 23, 2012 05:23 PM

vSphere 5 Evaluation Software for Oracle ACEs and OCMs

Business Critical Applications

Hello Oracle Guru's,

VMware is excited to invite Oracle ACEs and Oracle Certified Masters to register as an official "Oracle Guru" and receive our bundle of Enterprise software.  With VMware having over 80% of the virtualization market, the virtualization of Oracle on VMware is one of the fastest growing areas in IT.  Contact us today at GuruLicensing@vmware.com  to learn about this exciting program.

Kannan

by Kannan Mani at January 23, 2012 05:06 PM

New Articles Published for Week Ending 1/21/12

VMware Knowledge Base Weekly Digest

VMware ESX
8GB Emulex HBAs may not react to RSCN events properly on older firmware versions (2005235)
Date Published: 1/16/2012
After upgrading from vCenter Server 4.1 to 5.0, the ESX/ESXi 4.1 host fails with the PSOD error: Spin count exceeded (VASpace) - possible deadlock with PCPU 2 (2009586)
Date Published: 1/20/2012
Moving Virtual Machine between two vCenter virtual infrastructures without network connectivity between them (2010089)
Date Published: 1/18/2012
Conflict messages appear when using vCenter Update Manager 4.1 to scan ESX 4.0 hosts (2010484)
Date Published: 1/17/2012
Running VMware Tools in a Red Hat virtual machine fails with the error: Trying to overwrite existing RPC registration for upgrader.create! Aborted (2011101)
Date Published: 1/19/2012

VMware ESXi
Detaching a datastore or storage device from multiple ESXi 5.0 hosts (2011506)
Date Published: 1/17/2012
ESXi 5.0 deployment fails with Evaluation License expired error (2011580)
Date Published: 1/18/2012
ESXi 5.0 host disconnects from vCenter Server within 90 minutes after connecting (2012005)
Date Published: 1/18/2012
ESX host purple screen with error: NOT_IMPLEMENTED bora/vmernel/main/lpage.c:3275 (2012125)
Date Published: 1/17/2012
Realtime performance chart information for metric Highest Latency may be incorrect in ESXi 5.0 (2012309)
Date Published: 1/20/2012
ESX host fails when using an LSI SCSI controller (2011987)
Date Published: 1/19/2012
Storage vMotion of a vCloud Director virtual machine fails with the error: A specified parameter was not correct (2012122)
Date Published: 1/18/2012
ESXi 4.x hosts appear as non-compliant when scanned by Update Manager (2011860)
Date Published: 1/19/2012

VMware Fusion
Starting a Fusion virtual machine fails with the error: A file access error occurred on the host or the guest operating system (2012241)
Date Published: 1/20/2012

VMware Service Manager
KB icons appear as red crosses after VMware Service Manager upgrade (2012013)
Date Published: 1/18/2012
Call history in Service Manager does not show the external service provider when a call is forwarded externally (2010718)
Date Published: 1/18/2012
Deleting a custom field in Service Manager Designer and the database (2012146)
Date Published: 1/19/2012
When forwarding Calls, Requests, or Tasks to an Officer in Service Manager, the Officer is not displayed in the Officers list (2012179)
Date Published: 1/19/2012

VMware ThinApp
Cannot launch a 32bit application packaged with ThinApp on a 64bit platform  (2010986)
Date Published: 1/18/2012

VMware vCenter CapacityIQ
CapacityIQ reports show monthly data even when data collection is set to weekly (2002351)
Date Published: 1/19/2012

VMware vCenter Configuration Manager
Password status appears as Set even when it is locked in some Linux platforms (1025439)
Date Published: 1/16/2012
Creating a vCenter Configuration Manager report to list accounts locked in UNIX machines in the past 24 hours (1025953)
Date Published: 1/16/2012
Manually adding machines to vCenter Configuration Manager fails With the error: Permission Denied (2009425)
Date Published: 1/16/2012
Import/Export tool in vCM fails with the error: Import\Export must be installed on the Source and Target Collectors. The Import\Save will now abort (2010420)
Date Published: 1/16/2012
Unreported dataclass failures in vCenter Configuration Manager (2011183)
Date Published: 1/16/2012
Assessment Results for HPUX bulletins in vCenter Configuration Manager fail (2011185)
Date Published: 1/16/2012
Running an SRS report in vCenter Configuration Manager fails with the error: The request failed with HTTP status 403:Forbidden (2011424)
Date Published: 1/16/2012
Selecting or expanding the nodes in vCenter Configuration Manager does not populate the content pane on selection in vCenter Configuration Manager (2010792)
Date Published: 1/18/2012
Cannot perform patch assessments or deployments in vCenter Configuration Manager (2009200)
Date Published: 1/16/2012
Creating a report to list Machine Serial Numbers in vCenter Configuration Manager (2009734)
Date Published: 1/16/2012
Cannot license a VM Host in vCenter Configuration Manager (2010254)
Date Published: 1/17/2012
Repository data fails to update packages in vCenter Configuration Manager (2011180)
Date Published: 1/16/2012
DB Discovery option in vCenter Configuration Manager is limited only to vCenter Server items (2011182)
Date Published: 1/16/2012
Windows Event SQL reports in vCenter Configuration Manager do not display Windows 2008 events (2011184)
Date Published: 1/16/2012
Collecting ESX/ESXi guest data in vCenter Configuration Manager fails with the error: invalid byte '?' at position 1 of a 1-byte sequence [err:FODC0002] (2011426)
Date Published: 1/16/2012

VMware vCenter Server
Unable to fetch disk and network utilization data from vCenter Server (2010099)
Date Published: 1/19/2012
Security error when accessing the console of a virtual machine in Linked Mode vCenter Server (2011586)
Date Published: 1/19/2012
Creating a Virtual Distributed Switch fails with the error: Incompatible Hosts (2010893)
Date Published: 1/20/2012

VMware vCenter Site Recovery Manager
Starting the SRM service fails with the error: The proxy spec for extension com.vmware.vcDr points to IP_address, not to this host (2009564)
Date Published: 1/20/2012
vCenter Site Recovery Manager (SRM) service crashes with error: Unable to upload dlf 'dlf_srm50.cfg' as the dlf is invalid (2011865)
Date Published: 1/17/2012

VMware vFabric AppInsight
Resetting the vFabric AppInsight password (2011643)
Date Published: 1/17/2012

VMware vFabric Hyperic Agent
Sun JVM 1.5 Garbage Collection and Memory Pool services are not discovered (1034789)
Date Published: 1/16/2012
Monitoring a SiteMinder-protected URL with vFabric Hyperic Server fails with the error: Invalid configuration: Plugin error: 401 (2008749)
Date Published: 1/17/2012
JCA Metrics for Websphere 6.1 and 7 not collected (1034795)
Date Published: 1/16/2012

VMware View Manager
View Manager reports intermittent connection errors (2010373)
Date Published: 1/18/2012
View Manager reports the status of a View desktop that was cloned as Agent Disabled (2010634)
Date Published: 1/17/2012
In a Windows-based tablet, the virtual keyboard does not work in the View desktop (2012003)
Date Published: 1/20/2012
PCoIP Disconnect Codes (2012101)
Date Published: 1/20/2012
Connecting to the View desktop fails with the error: This desktop does not support the requested display protocol (2010852)
Date Published: 1/18/2012
External PCoIP connections fail after upgrading to View Manager 5.0 (2010984)
Date Published: 1/18/2012
Minimum requirements for installing VMware View Manager 5.0 (2011186)
Date Published: 1/17/2012

Zimbra Collaboration Server
Managing certificates with the Zimbra Collaboration Server Administration Console and CLI tools (2007315)
Date Published: 1/16/2012

by VMTN at January 23, 2012 04:57 PM

Cisco UCS Reaches 10,000 Customers

VMware Global Alliances Blog

James Lomonaco
Posted by James Lomonaco
Global Cisco Alliance
Marketing Manager

Last week Cisco reached a significant milestone with the Cisco Unified Computing System – reaching the 10,000 customer mark in a little less than three years since its announcement.  The Cisco UCS solution is purpose-built for virtualization and underpins significant VMware and Cisco joint solutions from server virtualization and private cloud with VMware vSphere 5 to collaborative desktop solutions integrating unified communications with VMware View.

With thousands of joint customers implementing VMware-based solutions with Cisco UCS, it seems like a good time to reflect on some of them by highlighting a couple recent posts and a customer white paper.  Learn how Lone Star College System achieved dramatic cost savings and rapid ROI with the post, Lone Star College System Moves to the Head of the Class with VMware, Cisco & EMC, how Seven Corners built a private cloud solution in the post: Seven Corners Builds Private Cloud Based on Cisco, NetApp and VMware Solutions and how VMware and Cisco enabled Metro Health to enhance patient care and reduce costs through improved workflows in the Optimizing Clinical Workflows with VMware View and Cisco VXI white paper.

For a more complete list of VMware and Cisco resources, you can visit the Cisco Alliance page on www.vmware.com.  And for the recent announcement from Cisco, you can visit the Cisco blog.  

by VMware Alliances Team at January 23, 2012 04:40 PM

January 20, 2012

News Around the Network

VMware Global Alliances Blog

Gina Bollenback
Posted by Gina Bollenback,
Global Alliance Marketing
Communications Manager

This week marks the second weekly roundup post highlighting the top news around the VMware Global Alliances Network. You’ll be seeing this post every Friday, focusing on product how-to’s, upcoming events, new joint solutions, partner news, and any other interesting tidbits that provide value to our customers.

This week’s roundup post highlights new partner products and tips for leveraging VMware and partner solutions to secure and streamline IT processes:

View Composer, Relocating Replica (Demitasse) - Alastair Cooke outlines in minute detail how to move between datastores when Tiered storage is in use on VMware View.

How to Properly Remove vSphere Datastores (boche.net) - Think you just right-click and select “Delete”? vExpert Jason Boche shares two options for following the correct procedure in a vSphere environment.

Upcoming Webinar: vSphere 5.0 Best Practices - This webinar, scheduled for next Wednesday, will look at the technical concepts and implementation processes for a vSphere infrastructure using EMC Isilon storage.

VMware View VDI Flash Calculator v2.7 Released (myvirtualcloud.net) - Andre Leibovici explains how his latest VDI Calculator may prove a valuable tool for those on the front lines using VMware View.

VMware customers, if you want to see anything specifically highlighted in this blog please respond in the comments section or on Twitter or Facebook. VMware partners and community, please let us know if you have any stories you suggest we highlight in future weeks.

by VMware Alliances Team at January 20, 2012 09:13 PM

Guest post: vCommunity Trust helps people get VMware training

VMTN Blog

PaulValentinoThe primary goal of the vCommunity Trust is to help students and community members around the world that are eager to gain experience with infrastructure technologies including virtualization, compute, networking and storage by providing access to hands-on labs and affordable training materials.

The vCommunity Trust Inc. (vTrust) was initially formed to fulfill these needs as a Minnesota nonprofit on Sept. 23, 2010.  The founders, Paul Valentino and Tim Oudin, formulated the initial plan to start the vTrust at The Chieftain Irish Pub in San Fransisco, CA on Sunday evening just prior to day one of the 2010 VMworld conference.  

By August 4, 2011 the vTrust rounded out the board of directors by recruiting Chris Cicotte - Secretary, Caroline Orloff - Treasurer, Matt Leib - Director of Communications, and Luigi Danakos - Director of Marketing; we also obtained public charity 501(c)(3) determination from the IRS, and achieved partner in trust status with GuideStar. Now we’re well on our way to a fully functional lab environment  thanks to contributions from the community, EMC, and ipHouse.  We’ve also received donations of software and exam vouchers from TrainSignal and VMware to help candidates obtain VMware VCP certification.

The vTrust has maintained 0% administrative costs and overhead which has been possible through Google Apps for Nonprofits and contributions from vCommunity Trust volunteers.

We currently use datacenter hosting from ipHouse, and the compute and virtualization server resources required for a lab which will support approximately 25 students concurrently; however, we still are lacking the storage and networking components required to complete the initial build.

The vTrust lab environment will be used to provide hands-on access for students and community members, and it will also provide the resources to develop essential training materials and valuable lab guides that can be found at http://www.vcommunitytrust.org/vprofessional-materials.

There are many ways individuals and businesses may contribute to this cause and we greatly appreciate your support. We honor gifts by including the donors name or logo within our training materials and on our website so that our students and visitors to the site will know who has made an investment in the global community.

We welcome cash donations by mail or through our site at http://www.vcommunitytrust.org/donations, and you can mail your equipment donations to 30883 Montclair Dr, Lindstrom, MN 55045. You can also transfer the rights of technical training materials created by you or your company to vCommunity Trust Inc.

To show your support of the vTrust, you can put a web banner on your blog or web site. You can download the banners from our vTrust Facebook page or we can email it to you if you send your request to info@vcommunitytrust.org.

No matter how much you contribute, all gifts will have a significant impact for increasing interest, awareness and knowledge of new technologies and enabling individuals from all walks of life to embark on a successful career in technology. The ability to have hands-on experience with advanced technologies we feel is the best way to prepare individuals for the workplace.

We thank you for partnering with us and our students to make this a reality.


About the author
Current vCommunity Trust Chairman of the Board and ECMC Enterprise Infrastructure Architect, Paul Valentino has more that fifteen years of experience in the IT industry.  Paul was considered one of the greatest security risks at Xerographics Inc. while working in the Accounts Receivable department because he was in the habit of automating processes using technology without requesting the assistance of IT; therefore, a change in career path was in order.

Over the next few years he transitioned into a systems engineering consulting role providing support, maintenance and system build services to local manufacturing and banking institutions throughout Connecticut. In the late 90s he became the IT Manager of a New York start-up venture specializing in distributed systems.  Eventually he started SYSXPERTS, LLC, a technical solutions consultancy, which serviced many small to mid sized businesses in the New England region in the early 2000s before moving to Minnesota in 2006. Paul's primary professional goal is to attain and share as much technical information as he possibly can with hopes that others will discover they are equally passionate about technology.

by VMwareCommunity at January 20, 2012 01:06 PM

PowerCLI 5.0.1 vCloud Director Basic Usage

vSphere PowerCLI Blog

In the recent release of PowerCLI 5.0.1 we introduced a new PowerShell snapin which allows you to work with VMware vCloud Director, to help you get started with these cmdlets and show some basic examples we have recorded the below video.

In this video we will show you how to connect to your vCloud Director instance and how to do basic information gathering tasks using the “Get-“ cmdlets, in future videos and blog posts we will show you how to take this further and introduce more cmdlets and ways to work with vCloud Director.

by Alanrenouf at January 20, 2012 09:25 AM

VMware vCloud Director 1.5 Performance and Best Practices

VROOM!

VMware vCloud Director gives enterprise organizations the ability to build secure private clouds that dramatically increase datacenter efficiency and business agility. Lots of new features have been added to vCloud Director 1.5 to accelerate application delivery in the cloud. In this paper, we discuss some of the features of the vCloud Director 1.5 release, performance characterizations including latency trends, resource consumptions, sizing guidelines and hardware requirements, and performance tuning tips.

Some highlights of vCloud Director performance and best practices include:

  • When using fast provisioning (linked clones) and a VMFS datastore, do not exceed eight hosts in a cluster.
  • Be aware that there is a chance to hit the snapshot chain length limit. If the current clone has become very slow compared to the prior clone, the clone may have hit the snapshot chain length limit 30. This can be resolved by virtual machine consolation.
  • For virtual machines that are not generating I/O-intensive workloads, linked clones offer the flexibility and agility of instant provisioning.
  • For cross-vCenter and cross-datastore linked clones, pre-allocating the vApp to the target datastore helps shorten the subsequent copy time.

For more details and performance tips, please refer to VMware vCloud Director 1.5 Performance and Best Practices.

by Xuwen Yu at January 20, 2012 01:59 AM

January 19, 2012

Dell and VMware: Building Hybrid Clouds Demo

VMware Global Alliances Blog

Paige Schott
Posted by Paige Schott
Global Sr. Marketing
Manager, Dell Alliance

 In 2012, an important area of focus for VMware and Dell, is our joint Cloud solution. In the Global Cloud Computing Adoption Survey conducted by CIO media, it was found that 88% C-level executives rated Cloud Computing as a priority for implementation over the next 18 months.  In the video below, Jeremy Greening, Product Manager for Dell’s Cloud IT Consulting Services and Matt Brooks, Cloud Strategist with Dell’s Services Office of the CTO demonstrate how the hybrid cloud can be supported in the Dell Cloud with vCloud Datacenter Service solution.

To read more on this topic visit the Direct2Dell Community blog.

by VMware Alliances Team at January 19, 2012 09:43 PM

Medieval Helpdesk

VMware Support Insider

A little humor today.  An oldie but goodie, originally taken from the show "Øystein og jeg" on Norwegian Broadcasting (NRK)in 2001.

by VMTN at January 19, 2012 06:31 PM

vCO Multi-Node plug-in

vCenter Orchestrator Blog

Remote-class

Because no vCO can be left behind...

In many cases we need more than one vCO to manage different infrastructures with similar means (for example one vCO per datacenter). However this brings additional overhead in using  different vCOs and keeping them up to date. The answer to these  problems is the newly released vCO Multi-Node plug-in. It covers the following  use cases:

  • Remote vCO Management - In order to remotely  deploy and delete packages or workflows.
  • Remote Workflow Execution -  To execute workflows  on the remote vCOs.

vCO Servers Configurations

Add vCO Server

Before start working with a vCO server you need to add it to the local vCO. This is done using the Add a vCO server workflow. Hit start workflow and you will see the following workflow presentation:

Add_vco

Here you need to add ip/host, port (standard is being selected) and optionally user and poassword (if using the vCO server in shared mode).

The difference between shared and not shared mode is which user credentials are used to connect to the other vCO

  • Shared Mode - in this mode all users are using the same credentials to connect to the remote vCO
  • Session Per User - in this mode the currently logged user credentials are used to connect to the remote vCO

When add a vCO server the vCO Multi-Node plug-in generates proxy workflows for the entrie set of workflows residing on the remote vCO. These workflows can be found under the folder with name VCO@HOST:PORT Note: Because of workflow generation it can take up to 1 minute to add a vCO server.

Update vCO Server

If there is a need to reconfigure a vCO Server the Update a vCO server workflow can be used. Here is how it looks:

Update_vco

Delete vCO Server

To delete a vCO Server start Delete a vCO server workflow.

Delete_vco

Here only server to delete needs to be selected Note: When delete a vCO server the vCO Multi-Node plug-in deletes also the generated remote workflows

Remote vCO Management

vCO has functionality to import/export packages from one vCO server to another. This functionality currently is available through vCO client, but it is limited to single vCO server. There are certain scenarios when it is needed to update multiple vCO servers with the same package. Example of such a scenario is moving from development to production environment. Using functionality available the user will need to repeat package import step for each individual production servers. vCO Multi-Node plug-in provides a set of workflows to automate the process of deploying packages/workflows from one vCO to another. Those workflows can be found in Library/Orchestrator/Remote Management.

Manage_remote_vco_workflows

Deploy package on remote vCO server

The vCO Multi-Node plug-in provides following workflows for automation of package deployment

  • Deploy package from local server - used to deploy package from master vCO server to remote one;
  • Deploy package’s from local server - used to deploy multiple packages at once.

What follows is example of package deployment using Deploy package from local server. Parameters that must be provided are:

  • Package – package which will be deployed. The package must be available on the master vCO server;
  • Remote vCO servers – list of servers where the package will be deployed;
  • Override – if the package already exists on the target server and this parameter has been set to “Yes”, the old content of the package will be deleted before to start deploying the package.

Deploy_package_workflow

Result of deployment can be checked in workflow’s log.

Deploy_package_execution_log

After successful deployment package will appear in remote vCO server inventory tree under System/Packages node.

Delpoy_package_remote_inventory

Delete a package

The easiest way to delete package from remote vCO server is to locate it in the inventory tree and execute workflow Delete a package.

Delete_package_from_inventory

Delete_remote_package

Delete package, installed on multiple remote vCO servers

Workflow Delete a package by name is used to delete package that is installed on more than one remote vCO servers. This workflow expects as parameter the name of the package to be deleted and list of remote vCO servers to be processed.

Delete_package

Manage Remote Workflows

In addition there are two workflows available for managing  workflows separately from the package.

  • Deploy workflow from local server
  • Delete Remote Workflow

Remote Workflow Execution

The challenge in execution of remote workflows is in dealing with their input and output parameters. These are generally speaking of types that the local vCO server does not know of and can not handle. The way in which the vCO Multi-Node plug-in addresses this challenge is to generate locally so called “proxy workflows” for remote workflows. A proxy workflow takes input parameters from the inventory of the vCO Multi-Node plug-in and when executed, converts these to the types required by the remote workflow and invokes the remote workflow.

Proxy Workflow Creation

A proxy for individual remote workflow is created by the workflow Library/Orchestrator/Remote Execution/Create a proxy workflow. When this worfklow is executed it displays the following dialog:

Proxy_workflow_create

When the workflow is executed, it creates a local proxy workflow with the same name as the selected remote workflow. The proxy is located under a local folder named VCO@ - e.g. VCO@10.23.164.98:8230. The path of the generated proxy relative to this server specific folder is the same as the path of the remote workflow relative to the root of the remote workflow tree.

Creation of Proxies for a Remote Workflow Folder and Server

Generation of proxy workflows for a big number of remote workflows by the procedure described above is doable but tedious. Therefore the vCO Multi-Node plug-in provides means to generate proxies for a whole remote workflow folder and for all workflows on a remote vCO server. Generation of proxies for a remote folder is done by the workflow Create Proxy Worfklows from Folder as seen below

Proxy_workflows_create

The “Include subfolders” checkbox determines whether the selected folder will be processed recursively (default) or not.

Proxy Workflow Execution

When a proxy workflow is executed, its input parameter objects must be selected from the same server where the correspondent remote workflow resides. For example a virtual machine parameter must be selected from the local representation of the inventory of a vSphere plug-in installed on the said remote vCO server. Type checking of input parameters during selection is somewhat limited by the fact that all objects from the inventories of remote plugins have the same local type. So it is possible for example to select a cluster object instead of a virtual machine object. Types are however checked more rigorously when the proxy workflow is started and if a mismatch is found then the proxy will fail before starting the remote workflow.

Remote and Proxy Workflows Maintenance

If/when remote workflows change, there may be need to bring local proxies up to date or to entirely discard them if/when not needed any more. For the purposes of such maintenance the vCO Multi-Node plug-in provides some utility workflows in the already mentioned folder Library/Orchestrator/Remote Execution/Server Proxies, namely :

  • Refresh Proxy Workflows for VCO Server - Ensures that local proxy workflows for the selected server are up to date with the remote workflows that they represent.
  • Cleanup Proxy Workflows for VCO Server - Deletes all local proxies for workflows residing on the selected server.
  • Delete All Finished Worfklow Runs - Delete all finished workflow tokens for a remote workflow.

Multi Workflow Execution

As part of vCO Multi-Node plug-in there is a possibility to execute a workflow on many vCO servers. Due its complexity this task is separated in two steps

Step 1 - Generate a multi proxy action

In order to execute a workflow on many vCO servers first we need to generate a proxy action which can do this. Select Create a multi-proxy action workflow and run it:

Create_proxy

The parameters of this workflow are:

  • Action Name - the name of the action to be created NOTE: The action name must contains only alpha-numeric characters whithout separators NOTE: Always a new actions is generated, even if action with the same name already exists
  • Action Module - the module where the action should be put
  • Is remote workflow? - should the workflow which is source of the proxy action should be retrieved from the local vCO or from remote
  • Remote workflow - the workflow for which the proxy will be generated

The action generated accepts the same parameters as the source workflow, but promoted to arrays (multi-selection). The values in this array should go by index. (For example in case of Rename VM - the new name of the first selected VM is the first selected name, etc) The vCO server on which the actual execution happens is deduced by the values of the parameters.

Step 2 - Use the generated action as part of bigger block (workflow)

The action generated will be something like:

Action_details

This action can be now embedded directly to a local workflow.

For more info about VMware vCenter Orchestrator Multi-Node Plug-In: release notesdocumentation and download

by vCO R&D Team at January 19, 2012 02:34 PM

Creating a Secure Hybrid Cloud Strategy with VMware vCloud Services

VMware Global Alliances Blog

Headshot_Vertical
Posted by Alicia Gaba,
Bluelock, Marketing Manager

Enterprise IT departments are facing increasing pressure to say “yes” to the business more often. They must provide better, faster service to their users while at the same time reducing costs. Given the sizeable investment of providing and managing the IT infrastructure that supports day-to-day operations, companies are taking a closer look at how to deliver IT services more cost effectively to the lines of business these services support. At the same time, CIOs are beginning to realize the strategic implications of the cloud and its ability to change the way they do business.

Bluelock and VMware are working closely together as strategic partners in order to deliver the next generation of enterprise-class hybrid cloud offerings. Based on the VMware vCloud Datacenter Service, Bluelock Virtual Datacenters provide the security, interoperability, and control that midsize and larger companies require to transform their datacenters into IT game-changers.

vCloud Director and vCloud Connector

Bluelock Virtual Datacenters take just minutes to set up, either through Bluelock’s managed services team or the VMware vCloud Director-based, self-service interface. The Bluelock Virtual Datacenter uses VMware’s cloud infrastructure technology, including vCloud Director, vCloud API, VMware vSphere, and vShield security. Using a common management and security model, IT can securely move workloads between internal datacenters and Bluelock Virtual Datacenters.

VMware vCloud Connector enables Bluelock clients to move virtual machines, vApps, and templates between internal datacenters and Bluelock Virtual Datacenters with a centralized hybrid cloud management user interface. The vCloud Connector plugs into vSphere Client and allows administrators to access their consoles remotely; gain deep visibility into virtual resource allocation and consumption; and connect and manage all virtual and cloud environments.

Private-public



SECURITY AND COMPLIANCE

Security is one of the biggest concerns for organizations that are considering cloud adoption. Bluelock’s advanced architecture and heightened emphasis on security offer the assurance that any applications and data moved to the cloud hosting environment will be adequately protected. Bluelock not only maintains important industry certifications and passes specific audits on behalf of its clients, but also helps clients to obtain vital certifications, such as PCI compliance, that will differentiate them in the marketplace. Bluelock Virtual Datacenters deliver consistent and auditable security and performance, as well as technical capabilities such as network isolation, role-based access control, and directory services integration.

 As enterprises evaluate the use of public and private cloud solutions, they also need to consider the security benefits and options offered by each.  While the hybrid cloud concept introduces new architecture considerations such as data migration, multi-cloud management, and distributed security models, it also presents new possibilities where security is concerned.

By determining the security requirements of your data, you’ll gain greater insight into which cloud model is most appropriate for your organization and whether your needs would best be served by an experienced cloud service provider. Table 1 shows an example of how an organization might weigh their cloud options for their particular context.

Security                                Source: Security in the Hybrid cloud: Putting Rumors to Rest (Bluelock and VMware whitepaper)

To learn how to deal with these security concerns, visit Bluelock’s resource center to access the cloud security whitepaper, Security in the Hybrid Cloud: Putting Rumors to Rest.

by VMware Alliances Team at January 19, 2012 12:30 AM

About VMware Blogs

Planet V12n

The best virtualization blogs from around the planet.

Read the latest from Planet V12n

VMware Blogs RSS | OPML

Last updated:February 05, 2012 12:22 PM UTC