Archive for the 'Server Virtualization' Category

All Virtualization based posts.

Windows Server Hyper-V Management Pack for System Center Operations Manager 2007

Posted by DH on 21st June 2009

Overview

This management pack supports monitoring of Windows Server Hyper-V systems. This includes monitoring coverage of Hyper-V host servers, including critical services and disks, and Hyper-V virtual machines, including virtual components and virtual hardware.

Feature Summary
This management pack provides the following functionality:

Management of critical Hyper-V services that affect virtual machines and host server functionality

Management of host server logical disks that affect virtual machine health

Full representation of virtualization in a single Hyper-V host server, including virtual networks, virtual machines, and guest computers

Monitoring of virtual machine hardware components that affect availability
Release History

6/19/2009 – Original release of the English version, version 6.0.6633.0

 

Download here..

Tags: , ,
Posted in Management, Server Virtualization | Comments Off

SCVMM 2008 R2: RC should come any moment now.

Posted by DH on 2nd June 2009

Because storage migration is a real feature what comes with SCCVMM R2 RC, I can’t wait to test it. The release candidate is on its way and should get released any moment now. Below one more time what storage migration includes:

Storage Migration

We’ve heard from customers as well as field for the need for migrating storage of a running VM. This is especially relevant as customers migrate from their existing one VM per LUN deployments and consolidate their VMs into a single CSV (clustered shared volume) LUN when they upgrade to Windows 2008 Server R2. With VMM R2, we’ve added the capability to do what we call “Quick Storage Migration”. This feature enables migration of a VM’s storage both within the same host and across hosts while the VM is running with a minimum of downtime. The downtime depends on the amount of activity going on in the VM at the time of migration, our tests have shown typical downtimes to be less than 2 mins.

We’ve also added the capability to do VMWare storage vMotion which allows the storage of a VM to be transferred while the VM remains on the same host with no downtime.

http://blogs.technet.com/scvmm/archive/2009/05/11/scvmm-r2-rc-features.aspx

Tags: ,
Posted in Management, Server Virtualization | Comments Off

Starwind offers free ISCSI SAN

Posted by DH on 25th May 2009

StarWind Free

Great product to build your own ISCSI based SAN. It is compatible with Server 2003 Clustering and supports SCSI-3 Persistent reservation bit.

StarWind Free is an iSCSI Target that converts any Windows server into a SAN in less than 10 minutes.  This is a fully functional product at no cost. 

  • Large 2 TB storage capacity
  • Unlimited number of connections
  • Virtualization environment support for VMware, Hyper-V, XenServer, Virtual Iron
  • Enhances VMware environments by enabling VMotion, VMware HA, DRS and VCB
  • Supports Windows server clustering for any application including SQL Server, Exchange, SharePoint

More info @: http://www.starwindsoftware.com/free

Tags: , ,
Posted in General, Server Virtualization | Comments Off

Hyper-V Podcasts.

Posted by DH on 20th May 2009

Hyper-V Podcasts.

Thanks to Tony Soper:  http://blogs.technet.com/tonyso/archive/2009/05/19/hyper-v-how-to-roll-your-own-virtualization-mixtape.aspx

 

 

Tags: ,
Posted in Management, Server Virtualization | Comments Off

Hyper-V 2008 R2: News from the front.

Posted by DH on 15th May 2009

Hyper-V 2008 R2: News  from the front.

64 logical processor support. This is a 4x improvement over Hyper-V R1 and means that Hyper-V can take advantage of larger scale-up systems with greater amount of compute resources. As our friends at AMD and Intel drive up core counts, we want you to know that Hyper-V is ready to take advantage of the compute resources in your server today and those you’re buying tomorrow.

Support for up to 384 Concurrently Running Virtual Machines & 512 Virtual Processors PER SERVER. (No, that’s not a typo.) Going hand in hand with our support for 64 logical processors, we’re upping the maximum number of concurrently running virtual machines to 384 per server and the maximum number of virtual processors to 512 for the highest virtual machine density on the market. Here are a few examples. You could run:

  • 1. 384 single virtual processor vms OR
  • 2. 256 dual virtual processor vms (512 Virtual Processors) OR
  • 3. 128 quad virtual processor vms (512 Virtual Processors) OR
  • 4. any combination so long as you’re running up to 384 VMs and up to 512 Virtual Processors

Live Migration & Processors.

With the addition of Live Migration in Hyper-V R2, one of the immediate questions we’re asked is: “Do the physical processors have to be exactly the same?”

Scenario 1: Suppose you bought three servers for live migration and created a three node cluster. Everything’s working well and a 6-12 months down the road you want to add another couple of nodes to increase the compute resources in your cluster. In the meantime, your OEM has upgraded their server hardware line with new processors, now what do you do?

Scenario 2: You work in a small/medium business or K-12 education and you need to squeeze every nickel you can out of your budget. You want to use virtualization and would love to use Live Migration, but you have a mix of different servers ranging from Pentium 4, Core 2 and maybe next year you’ll get budget to purchase a new Core i7 server.

Wouldn’t it be great if you could Live Migrate virtual machines across different processor generations?

We think so too.

Introducing: Processor Compatibility

With Hyper-V R2, we include a new Processor Compatibility feature. Processor compatibility allows you to move a virtual machine up and down multiple processor generations from the same vendor. Here’s how it works.

When a Virtual Machine (VM) is started on a host, the hypervisor exposes the set of supported processor features available on the underlying hardware to the VM. This set of processor features are called guest visible processor features and are available to the VM until the VM is restarted.

When a VM is started with processor compatibility mode enabled, Hyper-V normalizes the processor feature set and only exposes guest visible processor features that are available on all Hyper-V enabled processors of the same processor architecture, i.e. AMD or Intel.  This allows the VM to be migrated to any hardware platform of the same processor architecture. Processor features are “hidden” by the hypervisor by intercepting a VM’s CPUID instruction and clearing the returned bits corresponding to the hidden features.

Just so we’re clear: this still means AMD<->AMD and Intel<->Intel. It does not mean you can Live Migrate between different processor vendors AMD<->Intel or vice versa.

In addition, you may be aware that both AMD and Intel have provided similar capabilities in hardware, Extended Migration and Flex Migration respectively. Extended and Flex Migration are cool technologies available on relatively recent processors, but this is a case where providing the solution in software allows us to be more flexible and provide this capability to older systems too. Processor Compatibility also makes it easier to upgrade to the newest server hardware. In addition, Hyper-V Processor Compatibility can be done on a per VM basis (it’s a checkbox) and doesn’t require any BIOS changes.

Processor Compatibility In Action

Here’s an example of a cluster we’ve been testing. This is a 4 node cluster using 4 generations of Intel Processors with VT all attached to a small iSCSI SAN over 1 Gb/E. We have a script that continuously Live Migrates VMs from one node to the next every 15 seconds. We’ve been running this test for about a week and have successfully completed over 110,000 Live Migrations.

Time To Get Uber-Geeky

Now that I’ve explained what processor compatibility mode does and the flexibility provides, I’m guessing there are a few propeller heads who want to go further and know exactly what a “normalized processor” means from a processor feature standpoint. Happy to oblige. When a VM in processor compatibility mode is started, the following processor features are hidden from the VM:

 

Host running AMD based processor

 

Host running Intel based processor

 

SSSE3, SSE4.1, SSE4.A, SSE5, POPCNT, LZCNT, Misaligned SSE, AMD 3DNow!, Extended AMD 3DNow!

 

SSSE3, SSE4.1, SSE4.2, POPCNT, Misaligned SSE, XSAVE, AVX

FAQ

Q: What happens if a vendor has written an application that uses one of these features that isn’t visible with processor compatibility enabled?

A: Since the feature isn’t exposed to the virtual machine, the application won’t “see it” and it’s up to the application to determine how to proceed; however, there are two likely paths.

Path 1: The application will check to see if a specific processor feature is available and use it if it’s available. If the processor features isn’t available, it will use a different code path. Remember that applications that make use of these advanced processor features are generally written in a flexible fashion to accommodate the servers in market today and there are still thousands of older Xeons and Opterons on the market that don’t have some of the latest processor features.

Path 2: The application requires a specific processor feature and refuses to launch. At this point in time, we haven’t found any application that fall into this category. It’s possible they exist, but we haven’t hit one yet. Since we can’t test every application out there, processor compatibility is defaulted off. (We’re conservative by nature.).

BTW, if there were issues with Hyper-V Processor Compatibility, you’d also see it with other virtualization products which rely on underlying hardware capabilities to mitigate this problem as well.

Q: Does processor compatibility have a hardware requirement? Does it require Intel Flex Migration or AMD Extended Migration?

A: Hyper-V processor compatibility mode has no dependencies on these technologies.

Q: Does Hyper-V processor compatibility allow you to migrate a VM from an AMD host to an Intel host and vice versa?

A: No. Processor compatibility allows you to move a virtual machine up and down multiple processor generations from the same vendor. It does not allow migrating a VM (with or without processor compatibility mode) from AMD based hosts to Intel based hosts, and vice versa.

Read the full story: http://blogs.technet.com/virtualization/archive/2009/05/12/tech-ed-windows-server-2008-r2-hyper-v-news.aspx

 

Tags: , ,
Posted in Server Virtualization | Comments Off

SCVMM R2 RC Features

Posted by DH on 13th May 2009

SCVMM R2 RC Features

 Storage Migration

We’ve heard from customers as well as field for the need for migrating storage of a running VM. This is especially relevant as customers migrate from their existing one VM per LUN deployments and consolidate their VMs into a single CSV (clustered shared volume) LUN when they upgrade to Windows 2008 Server R2.

With VMM R2, we’ve added the capability to do what we call “Quick Storage Migration”. This feature enables migration of a VM’s storage both within the same host and across hosts while the VM is running with a minimum of downtime. The downtime depends on the amount of activity going on in the VM at the time of migration, our tests have shown typical downtimes to be less than 2 mins.

We’ve also added the capability to do VMWare storage vMotion which allows the storage of a VM to be transferred while the VM remains on the same host with no downtime.

Queuing of Live migrations

While live migration is the much awaited new feature in Windows 2008 Server R2, it does come with a limitation in that a host can participate in only one live migration at any given time, both as source and destination. This means that the user has to wait for the live migration to complete before attempting another one.

In VMM R2, we’ve added the capability to detect the condition where live migration fails due to another live migration in progress and queue up the request in the background and retry the request after a period of time. The retry intervals are exponentially backed off to avoid overloading the system and the retries are capped to a max time period (15 mins). This feature enables users to do multiple live migrations without needing to keep track of other live migrations that are happening within the cluster and VMM R2 will automatically do the queuing and retries in the background.

Rapid Provisioning

This feature is again in response to customers and field requests. In VMM 2008, the only way to deploy a new VM is to copy the VHD from the library to the host over the network using BITS. Depending on the size of VHD and the available bandwidth, this could take several minutes or even hours.  We heard from a lot of customers that they have sophisticated SAN technologies that enables them to clone a LUN which contains the VHD and present it to the host. But they still want to use VMM’s template so the OS customization and IC installation can be done. So they basically wanted  new-VM without the network copy which is exactly what we did in R2. You can now create a template which includes the OS answer file and which references a dummy VHD which is not used. Then, using Powershell (we didn’t have enough time to add UI support, so this feature is cmdline only. The power users that would use this feature would most likely use scripting to mass deploy VMS anyway) you can do a new-VM and specify the path to the VHD using a new switch -UseLocalVirtualHardDisk.

 Here’s a sample script:

Get-VMMServer -ComputerName “VMMServer1.Contoso.com”

$JobGroupID = [Guid]::NewGuid().ToString()

$Template = Get-Template | where {$_.Name -eq MyTemplate”}

$VMHost = Get-VMHost | where {$_.Name -eq “VMHost.Contoso.com”}

Move-VirtualHardDisk -IDE -BUS 0 -LUN 0 -Path “L:\OS.VHD” -JobGroup $JobGroupID

New-VM -Name “VM06″ -Path “L:\” -Template $Template -VMHost $VMHost -JobGroup -$JobGroupID -UseLocalVirtualHardDisks

 Host compatibility checks

VM migration requires host hardware to be compatible. This includes things like CPU features, enlightenment parity etc. In VMM R2, we’ve added deep check for compatibility using Hyper-V and VMWare compat check APIs. This enables users to check if VM is compatible with the destination host instead of doing the migration and then finding out that the VM cannot start on the host.

A related feature is to make VM compatible; it’s a setting per VM that turns off certain CPU features in VM so it becomes compatible with the host. This is a tradeoff between using advanced CPU features of the host versus making VM more compatible for migration. This setting requires that the VM be restarted to take effect.

 Support for 3rd party CFS

There are companies that build clustered file systems that functionally is similar to CSV in that it enables multiple hosts to have shared access to a disk resource. In VMM R2, we support such file systems by detecting it’s a CFS disk and allow for deploying multiple VMs per LUN. This enables customers who have deployed such file systems (Melo from Sanbolic is one that we’ve tested with) to take advantage of this new capability.

 Support for Veritas Volume Manager

We’ve also added support for Veritas volume manager which enables VMM R2 to recognize Veritas volume manager disk as a cluster disk resource.

As you can see, there’s a ton of new stuff that’s coming in RC and this list doesn’t include all those features that we already shipped in Beta.

http://blogs.technet.com/scvmm/archive/2009/05/11/scvmm-r2-rc-features.aspx

Tags: ,
Posted in Management, Server Virtualization | Comments Off

What’s coming in SCDPM V3

Posted by DH on 6th May 2009

The next version of System Center Data Protection Manager

The next version of Data Protection Manager, for now they call it DPM v3, is scheduled for 2010. It brings some cool features which lowers the administrative overhead. Back in the early days, the beta of DPM 2007, where manual resyncs where sometimes needed to keep the data in sync. Now DPM v3 brings self-healing and auto retry improvements which helps with this issue. Also protecting SQL Servers on a per instance basis. Meaning when adding a new database it gets protected without intervention. At least if you want this. Also new improvements on client protection. Laptops can be backupped over VPN and copies only unique user data and not the whole OS. Windows XP, Vista and Windows 7 are supported. For Windows 7 and Vista integration with local shadow copies giving the end user online and offline restore capabilities. “Role based restore” is an overall feature which can also be used for SQL restores.

Below some highlights:

Improvements on MS Application Protection for Exchange, Sharepoint, SQL Server and now also for Dynamics AX and SAP (running on SQL Server)

  • Improvements on the virtualization part which gives a rich set of features for Hyper-V protection like:
    • Live migration and restore
    • Mount to alternate hosts
  • Improvements on the client platform which gives more backup en end user restore possibilities.
  • More scalability with larger sources (1000 SQL DBs+ per DPM server), auto-discovery and auto protection.
  • More reliability with self-healing and auto retry improvements for the data sources.
  • DPM to DPM replication which gives more chaining, failover and recoverability improvements.

Main features on a per product basis:

Figure 1:
 dpmv3a

 

 

 

 

 

 

 

 

 

 

 

 

Figure 2:
dpmv3b

 

 

 

 

 

 

 

 

 

 

 

 

More to come on this fine product!

Tags: , ,
Posted in General, Management, Server Virtualization | Comments Off

Free Microsoft Virtualization E-learning courses.

Posted by DH on 20th April 2009

Microsoft App-V

This online course provides IT Professionals the knowledge to implement and manage Microsoft Application Virtualization. Topics covered in the clinic include:

  • Features and functionalities of Application Virtualization
  • Deployment and maintenance of Application Virtualization
  • Management of Application Virtualization by using the Application Virtualization Management console

 
Exploring Microsoft Application Virtualization

SCVMM 2008

This online course provides IT Professionals the knowledge to implement and manage Microsoft System Center Virtual Machine Manager 2008. Topics covered in the clinic include:

  • Features and functionalities of VMM
  • Implementation and management of VMM
  • Management of VMM library
  • Management of hosts by using VMM
  • Implementation of virtual machine Self-Services

Exploring Microsoft System Center Virtual Machine Manager 2008
 
Terminal Services in Server 2008

This online course provides IT Professionals the knowledge to implement and manage Terminal Services in Windows Server 2008. Topics covered in the clinic include:

  • Implementation of Terminal Services
  • Working with Terminal Services RemoteApp, Terminal Services Web Access, Terminal Services Gateway, Terminal Services Session Broker, and Terminal Services Licensing

 
Exploring Terminal Services in Windows Server 2008

Microsoft Hyper-V

This 2-hour online course provides IT Professionals the knowledge to implement and manage Hyper-V in an IT environment. Topics covered in the course include:

  • Features of Hyper-V
  • Features of server consolidation
  • Hyper-V implementation
  • Creation of virtual machines
  • Dynamic datacenters
  • Clustering in virtual environments

 
Introducing Hyper-V in Windows Server 2008

Tags: , , , , , ,
Posted in Application Virtualization, Desktop Virtualization, General, Management, Server Virtualization | Comments Off

Architectural Differences Between Hyper-V and ESX

Posted by DH on 17th April 2009

If you want to now the architectural differences between Hyper-V and ESX then the following article is a must read. Greg Shields made good overview of both products from an architectural point of view.

Check out the article: http://www.realtime-windowsserver.com/virtualization/2009/04/how_to_correctly_explain_the_a_1.htm

Tags: ,
Posted in Server Virtualization | Comments Off

..as a service and more..

Posted by DH on 16th April 2009

I came across a blog where Peter Laird is doing some nice acronyms on “aaS”.

“Ever wonder what all the “aaS” acronyms mean? Do you want to understand how they relate to each other? This blog entry will help. I have created a map of many of the “as a Service” terms you will see in IT and have grouped them according to category. I have also provided an explanation and links for further reading for each so you can quickly come up to speed on all” 

Full story here: http://peterlaird.blogspot.com/2008/05/saas-soup-navigating-a-service-acronyms.html

aas

Tags: ,
Posted in General, Server Virtualization | Comments Off