Blog
Citrix Updates Citrix Receiver to Support CloudGateway and Substantially Improve End User Performance
Wednesday 22 February 2012 - Be the first to comment
Citrix will be releasing updates to Receiver to broaden and enrich the end user experience on a variety of endpoints. Updates will include Receiver mobile clients for Android and iOS as well as Receiver for Windows (3.1).
Written by Bob Deleeck in category: Default.
STOP error 0x0000DEAD on XenServer 6
Sunday 19 February 2012 - Be the first to comment
Since we upgraded our LAB environment from XenServer 5.6 to XenServer 6, all our Windows Server 2008 R2 virtual machines are regulary crashing, and showing BSOD's with stop error 0x0000DEAD. Also, the event viewers on all servers were showing events similar to the one below:

When going through the memory dumps I noticed the issue was related to the network Citrix PV Ethernet driver, more specifically xenvif.sys, installed by XenServer Tools from XenServer 6. When an interface using this driver receives a rogue TCP packet, where the TCP header contains options but the IP packet length is too short to accommodate them, the system crashes. The fact that these packages exist suggest something else on the network is misbehaving.
Citrix recognizes this problem, but it will only be fixed in the next version of XenServer, 6.0.2, which will be released somewhere in March. Luckily there are two workarounds for this problem:
- Install XenServer Tools from XenServer 5.6
- Disable 'Large Receive Offload' on the driver properties for all interfaces using the Citrix PV Ethernet driver
Update: This powershell script disables Large Receive Offload for all interfaces using the Citrix PV Ethernet driver:
$root = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}'
$items = Get-ChildItem -Path Registry::$Root -Name
Foreach ($item in $items) {
if ($item -ne "Properties") {
$path = $root + "\" + $item
$DriverDesc = Get-ItemProperty -Path Registry::$path | Select-Object -expandproperty DriverDesc
if ($DriverDesc -eq "Citrix PV Ethernet Adapter") {
Set-ItemProperty -path Registry::$path -Name LROIPv4 -Value 0
}
}
}
Written by Erik Janssens in category: Default.
Best Practices for Virtualizing Exchange Server 2010 with Windows Server 2008 R2 Hyper V
Friday 17 February 2012 - Be the first to comment
The purpose of this paper is to provide guidance and best practices for deploying Microsoft® Exchange Server 2010 in a virtualized environment with Windows Server® 2008 R2 Hyper V™ technology. This paper has been carefully composed to be relevant to organizations of any size.
Written by Bob Deleeck in category: Default.
Recovering lost nics on XenServer
Wednesday 2 March 2011 - Be the first to comment
Using NIC bonds on XenServer is a common thing. But when a XenServer is removed from the pool, all NIC bonds are removed, and NICs attached to this bond will become unmanageed, invisible for XenServer. This short procedure should help you reintroducing these NICs to XenServer without having to rebuild the whole box.
How Web-Based Applications Impact VDI
Saturday 19 February 2011 - Be the first to comment
Simon Rust, VP of Technology, AppSense, discusses how web-based applications will impact our VDI environment with topics such as; application management, maintenance, user experience and end-user needs. "The number and effect of Web-based applications has not yet grown big enough to directly affect VDI. However, they are a relevant topic for discussion because they do significantly lessen the impact of the administration model and desktop delivery for the enterprise, and ultimately will deliver cost savings".
Written by Bob Deleeck in category: Default.
Datacore releases a "nirvana" VDI storage solution. Full local virtual storage that's really cheap!
Tuesday 1 February 2011 - Be the first to comment
Written by Bob Deleeck in category: Default.