<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yellow Bricks &#187; vdi</title>
	<atom:link href="http://www.yellow-bricks.com/tag/vdi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8220;Access Denied&#8221; when encrypting a memory stick with BitLocker</title>
		<link>http://www.yellow-bricks.com/2010/11/06/access-denied-when-encrypting-a-memory-stick-with-bitlocker/</link>
		<comments>http://www.yellow-bricks.com/2010/11/06/access-denied-when-encrypting-a-memory-stick-with-bitlocker/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 23:01:46 +0000</pubDate>
		<dc:creator>Ian Gibbs</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=7045</guid>
		<description><![CDATA[<p>At a customer this week, where BitLocker To Go is mandatory on Windows 7 machines, we discovered a problem encrypting USB memory sticks (flash drives). With the GPO settings at the customer, BitLocker To Go detects when a removable disk is plugged in to the machine, and prompts the user to either encrypt the drive or mount it read-only. When [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/11/06/access-denied-when-encrypting-a-memory-stick-with-bitlocker/">&#8220;Access Denied&#8221; when encrypting a memory stick with BitLocker</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>At a customer this week, where BitLocker To Go is mandatory on Windows 7 machines, we discovered a problem encrypting USB memory sticks (flash drives). With the GPO settings at the customer, BitLocker To Go detects when a removable disk is plugged in to the machine, and prompts the user to either encrypt the drive or mount it read-only. </p>
<p><img alt="" src="http://www.flash.org.uk/blog/images/yb_7045_user_prompt.png" title="Forced BitLocker user prompt" class="alignnone colorbox-7045" width="520" height="292" /></p>
<p>When you select the option to encrypt the drive, BitLocker then encrypts the whole disk (rather than just the files). At our customer however, when doing this over VMware View 4.5 USB redirection in an RDP session, the user was rewarded with &#8220;Access Denied&#8221; instead. </p>
<p><img alt="" src="http://www.flash.org.uk/blog/images/yb_7045_access_denied.png" title="Access Denied" class="alignnone colorbox-7045" width="636" height="308" /></p>
<p>With PCoIP, it worked fine. It also works fine on RDP if you are an administrator. We quickly established that what looked at first like a USB redirection issue was in fact environment specific. We were able to encrypt the drive without issue in our test lab over both PCoIP and RDP. A day or so of fun inside <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Process Monitor</a> and the (non-obvious) answer was found:</p>
<p>Set a DWORD called<br />
<tt>HKLM\Software\Policies\Microsoft\Windows\RemovableStorageDevices\AllowRemoteDASD</tt><br />
with the value<br />
<i>1</i></p>
<p>Fortunately there&#8217;s a corresponding GPO setting for this: Go to <strong>Computer Configuration > Administrative Templates > System > Removable Storage Access > All Removable Storage</strong> and set <strong>Allow direct access in remote sessions</strong> to <strong>Enabled</strong>.</p>
<p><a href="http://www.flash.org.uk/blog/images/yb_7045_direct_access_gpo.png"><div class="wp-caption alignnone" style="width: 685px"><img class="colorbox-7045"  alt="" src="http://www.flash.org.uk/blog/images/yb_7045_direct_access_gpo_part.png" title="Click for  full size" width="675" height="98" /><p class="wp-caption-text">Click for full size version showing the path</p></div></a></p>
<p>We set that, rebooted and BitLocker then worked fine. PCoIP seems to be unaffected by this issue, likely because it&#8217;s not a remote session/separate session in the same way an RDP session is. </p>
<p>Credit for the hard work goes to my colleague Reno Finch. Well done, Reno.</p>
<p>Ian Gibbs</p>
<p>Ian works for <a href="http://www.virtualclarity.com">Virtual Clarity</a> who consult on enterprise scale virtualisation.</p>
<p><a href="http://www.virtualclarity.com"><img alt="Virtual Clarity Logo" src="http://www.flash.org.uk/blog/images/logo_colour_horizontal_150.png" title="Virtual Clarity Logo" class="alignnone colorbox-7045" width="150" height="38" /></a></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/11/06/access-denied-when-encrypting-a-memory-stick-with-bitlocker/">&#8220;Access Denied&#8221; when encrypting a memory stick with BitLocker</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/11/06/access-denied-when-encrypting-a-memory-stick-with-bitlocker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware View without HA?</title>
		<link>http://www.yellow-bricks.com/2010/07/15/vmware-view-without-ha/</link>
		<comments>http://www.yellow-bricks.com/2010/07/15/vmware-view-without-ha/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:49:00 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6193</guid>
		<description><![CDATA[<p>I was discussing something with one of my former colleagues a couple of days ago. He asked me what the impact was of running VMware View in an environment without HA. To be honest I am not a View SME, but I do know a thing or two about HA/vSphere in general. So the first thing that I mentioned was [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/15/vmware-view-without-ha/">VMware View without HA?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was discussing something with one of my former colleagues a couple of days ago. He asked me what the impact was of running VMware View in an environment without HA.</p>
<p>To be honest I am not a View SME, but I do know a thing or two about HA/vSphere in general. So the first thing that I mentioned was that it wasn&#8217;t a good idea. Although VDI in general is all about density not running HA in these environments could lead to serious issues when a host fails.</p>
<p>Now, just imagine you have 80 Desktop VMs per host running and roughly 8 hosts in a DRS <span style="text-decoration: underline;">only</span> cluster on NFS based storage. One of those hosts is isolated from the network&#8230;. what happens?</p>
<ol>
<li>User connection is dropped</li>
<li>VMDK Lock times out</li>
<li>User tries to reconnect</li>
<li>Broker powers on the VM on a new host</li>
</ol>
<p>Now that sounds great doesn&#8217;t it? Well yeah in a way it does, but what happens when the host is not isolated anymore?</p>
<p>Indeed, the VMs were still running. So basically you have a split brain scenario. The only way in the past to avoid this was to make sure you had HA enabled and had set HA to power off the VM.</p>
<p>But with vSphere 4 Update 2 a <a href="http://www.yellow-bricks.com/2010/07/02/vsphere-4-u2-and-recovering-from-ha-split-brain/">new mechanism</a> has been introduced. I wanted to stress this, as some people have already made assumption that it is part of AAM/HA. It actually isn&#8217;t&#8230; The question for powering off the VM to recover from the split brain scenario is generated by &#8220;hostd&#8221; and answered by &#8220;vpxa&#8221;. In other words, with or without HA enabled ESX(i) will recover the split brain</p>
<p>Again, I am most definitely not a Desktop/View guy so I am wondering how the View experts out there look against disabling HA on your View Compute Cluster. (Note that on the Management Layer this should be enabled.)</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/15/vmware-view-without-ha/">VMware View without HA?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/15/vmware-view-without-ha/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMware Desktop Reference Architecture Workload Simulator (RAWC) 1.1</title>
		<link>http://www.yellow-bricks.com/2010/04/29/vmware-desktop-reference-architecture-workload-simulator-rawc-1-1/</link>
		<comments>http://www.yellow-bricks.com/2010/04/29/vmware-desktop-reference-architecture-workload-simulator-rawc-1-1/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:15:07 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[architect]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vdi]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5882</guid>
		<description><![CDATA[<p>VMware has just released version 1.1 of the VMware Desktop Reference Architecture Workload Simulator (RAWC). As I know many of my readers are actively working on View projects I thought it might be of interest for you. VMware Desktop Technical Marketing &#38; TS Research Labs are jointly announcing the availability of VMware Desktop Reference Architecture Workload Simulator (RAWC) version 1.1.  [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/29/vmware-desktop-reference-architecture-workload-simulator-rawc-1-1/">VMware Desktop Reference Architecture Workload Simulator (RAWC) 1.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-weight: normal;">VMware has just released version 1.1 of the VMware Desktop Reference Architecture Workload Simulator (RAWC). As I know many of my readers are actively working on View projects I thought it might be of interest for you.</span></strong></p>
<blockquote><p>VMware Desktop Technical Marketing &amp; TS Research Labs are jointly announcing the availability of VMware Desktop Reference Architecture Workload Simulator (RAWC) version 1.1.    With RAWC 1.1, Solution Providers can better anticipate and plan for infrastructure requirements to support successful VMware View deployments for Windows 7 Migration.</p>
<p>RAWC 1.1 now simulates user workloads in Windows 7 environments and can be used to validate VMware View designs to support Windows 7 Migrations.  RAWC 1.1 supports the following desktop applications in Windows 7 and Windows XP environments: Microsoft Office 2007, Microsoft Outlook, Microsoft Internet Explorer, Windows Media Player, Java code compilation simulator, Adobe Acrobat, McAfee Virus Scan, and 7-Zip.</p>
<p>RAWC 1.1 also includes bug fixes and several enhancements in test run configurations, usability and user interface.  Please see RAWC 1.1 product documents for more details.</p>
<p>VMware partners can download RAWC 1.1 software and the product documents from <a href="https://na6.salesforce.com/apex/page?name=servicesIP">VMware Partner Central:Sales Tools &gt; Services IP</a>.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/29/vmware-desktop-reference-architecture-workload-simulator-rawc-1-1/">VMware Desktop Reference Architecture Workload Simulator (RAWC) 1.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/04/29/vmware-desktop-reference-architecture-workload-simulator-rawc-1-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Should I buy ThinPrint? Real-world numbers</title>
		<link>http://www.yellow-bricks.com/2010/02/09/should-i-buy-thinprint-real-world-numbers/</link>
		<comments>http://www.yellow-bricks.com/2010/02/09/should-i-buy-thinprint-real-world-numbers/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:48:48 +0000</pubDate>
		<dc:creator>Ian Gibbs</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[thinprint]]></category>
		<category><![CDATA[vdi]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5280</guid>
		<description><![CDATA[<p>Those doing planning might well be interested in these stats from a real-world ThinPrint deployment in respect of how well it compresses jobs. We started by testing a job typical of the users; a PDF consisting of scanned black and white pages. He we measured the data passed on the network for each of ThinPrint&#8217;s compression settings. Setting Job size [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/09/should-i-buy-thinprint-real-world-numbers/">Should I buy ThinPrint? Real-world numbers</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Those doing planning might well be interested in these stats from a real-world ThinPrint deployment in respect of how well it compresses jobs.</p>
<p>We started by testing a job typical of the users; a PDF consisting of scanned black and white pages. He we measured the data passed on the network for each of ThinPrint&#8217;s compression settings.</p>
<table>
<tr>
<th>Setting</th>
<th>Job size (%)</th>
<th>Quality</th>
</tr>
<tr>
<td>None</td>
<td>100</td>
<td>Original</td>
</tr>
<tr>
<td>Optimal</td>
<td>90</td>
<td>Near perfect</td>
</tr>
<tr>
<td>Maximum</td>
<td>58</td>
<td>Good; useable</td>
</tr>
<tr>
<td>Extreme</td>
<td>19</td>
<td>Medium; readable</td>
</tr>
<tr>
<td>No images</td>
<td>Not tested</td>
</tr>
</table>
<p>Pretty decent, we thought, for a test document that is all A4 images. Now to try a pilot.</p>
<p>One all VDI office has 63 users. All of them use Wyse terminals, so using the ThinPrint compression built in to VMware View is not an option. We wanted to test whether or not ThinPrint was worth buying. Of the 63, 40 use only ThinPrint printers. For them, their print jobs go from VM to the .print Engine for VMware View in the datacentre, to the Windows print server in the office. The others print direct from their VDI desktop hosted in the datacenter to the Windows print server in the office. </p>
<p>There are four printers, three HP A4 monochrome lasers and one Xerox A3 colour printer (with the colour drums removed&#8230;). Each printer is accessible via ThinPrint and directly. ThinPrint is set to &#8216;Optimum&#8217; compression. </p>
<p>I dragged out the stats on the amount of print data transferred for each of six consecutive business days:</p>
<table>
<tr>
<th>Day</th>
<th>ThinPrint data (b)</th>
<th>Uncompressed data (b)</th>
</tr>
<tr>
<td>1</td>
<td>26340958</td>
<td>234708630</td>
<tr>
<tr>
<td>2</td>
<td>67133657</td>
<td>121979299</td>
<tr>
<tr>
<td>3</td>
<td>113838547</td>
<td>189902846</td>
<tr>
<tr>
<td>4</td>
<td>46067764</td>
<td>145088982</td>
<tr>
<tr>
<td>5</td>
<td>42741516</td>
<td>155059692</td>
<tr>
<tr>
<td>6</td>
<td>55769733</td>
<td>172241368</td>
<tr>
</table>
<p>Not that interesting in and of itself, unless you know how many jobs were sent by each method, but it gave me an idea of the degree of variability. So then I chose to look into day 6 a bit further.</p>
<table>
<tr>
<th>Type</th>
<th>Data (Kb)</th>
<th>Jobs</th>
<th>Avg. size (Kb/job)</th>
</tr>
<tr>
<td>Original job as listed in event viewer</td>
<td>1556467</td>
<td>277</td>
<td>5619</td>
</tr>
<tr>
<td>Uncompressed print data over network</td>
<td>168204</td>
<td>186</td>
<td>904</td>
</tr>
<tr>
<td>Compressed print data over network</td>
<td>54462</td>
<td>277</td>
<td>196</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>Total:</td>
<td>463</td>
<td>&nbsp;</td>
</tr>
</table>
<p>So over that day over a whole range of print jobs, the average ThinPrint job was 21% of the size of the normal job. Pretty good &#8211; and much better than the 90% we experienced with the single test document. This shows if you want to test its performance, use a real world selection of documents.</p>
<p>The real question is, if I switch all the office to ThinPrint, or abandon it altogether, what is my predicted print data for a day?</p>
<table>
<tr>
<th>Type</th>
<th>Jobs</th>
<th>Avg. size (Kb/job)</th>
<th>Predicted data (Kbits)</th>
<th>Flat rate (Kbps)</th>
</tr>
<tr>
<td>Uncompressed</td>
<td>500</td>
<td>904</td>
<td>3617300</td>
<td>125</td>
</tr>
<tr>
<td>Compressed</td>
<td>500</td>
<td>197</td>
<td>786464</td>
<td>27</td>
</tr>
</table>
<p>Hmmm. The amount of data transferred over the line would be equivalent to a constant background rate of 125Kbps. I know my print traffic is peaky, but QoS settings on the link will smooth that out. That&#8217;s just 6% of a 2Mbps line for 60 people. Hardly a killer. In fact, since we can only get 30 RDP sessions on a 4Mbps line, I will need 8Mbps of capacity for my 60 users, making the print traffic just 3% of my line.</p>
<p>What about the other features of .print Engine for VMware View? We pretty quickly had to abandon driver-free printing to get features such as double-sided printing and A3 to work, and none of the other features have been of any practical use to me. You might find the ability to limit the print traffic to a certain rate useful if you don&#8217;t have that level of control over your line.</p>
<p>At €23 per user, and my SDSL line at €200 per month, it would take me 19 years to recoup my investment in ThinPrint. I think I&#8217;ll pass, thanks&#8230;</p>
<p>Ian</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/09/should-i-buy-thinprint-real-world-numbers/">Should I buy ThinPrint? Real-world numbers</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/09/should-i-buy-thinprint-real-world-numbers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleaning up orphaned replicas in View</title>
		<link>http://www.yellow-bricks.com/2009/12/16/cleaning-up-orphaned-replicas-in-view/</link>
		<comments>http://www.yellow-bricks.com/2009/12/16/cleaning-up-orphaned-replicas-in-view/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:24:37 +0000</pubDate>
		<dc:creator>Ian Gibbs</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4818</guid>
		<description><![CDATA[<p>How to identify which View Composer replicas are not in use and can be deleted</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/16/cleaning-up-orphaned-replicas-in-view/">Cleaning up orphaned replicas in View</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>If, like me, you have been through all the versions of View Composer and the broker since its introduction, various bugs and broken recompositions will have left you with a large amount of detritus in your VMwareViewComposerReplicaFolder, making it hard to keep an eye on the proper operation of the Composer, and in my case, causing a datastore to run out of space and subsequent operations to fail. Time for a clean up.</p>
<p>This is decently documented <a href="http://blogs.vmware.com/view/2009/01/view-composer-how-to-delete-orphaned-replicasource-entries-in-vcenter.html">here</a>, but how do you know which ones you can delete?</p>
<p>I don&#8217;t and have never worked in the Composer team, so corrections and additions welcome on the below especially where I have marked (???), but observation of the tasks shows the process is as follows:</p>
<ol>
<li>Copy parent VM at certain snapshot to a new VM called temp-&lt;ridiculousGUID&gt; in the same place as the parent VM</li>
<li>Delete that VM (??? Clearly something else is happening, but you watch the tasks)</li>
<li>Copy that VM to each datastore and register as replica-&lt;ridiculousGUID&gt; (???)</li>
<li>Create a linked clone off each replica in the same datastore, and register as source-&lt;ridiculousGUID&gt;</li>
<li>For each VM, copy the source VM to a new directory and link it back to the replica</li>
</ol>
<p>All well and good until this process breaks down and you&#8217;re left with the broken bodies of hapless VMs lying around. So you should have one source and one replica VM for each parent snapshot deployed in each datastore. The formula is</p>
<p>VMs in replica folder = &lt;Num. parent snapshots in active use&gt; x &lt;Num. datastores&gt; x 2</p>
<p>In my environment I have one parent VM snapshot in use by 40 VMs spread across 4 datastores. So:</p>
<p>1 snapshot x 4 datastores x 2 = 8 VMs in replica folder</p>
<p>So I should have 8 in there. What do I actually have?</p>
<p><img class="colorbox-4818"  src="http://farm5.static.flickr.com/4037/4190121042_4e1af9f63a.jpg" alt="Where did those two temps come from?" /></p>
<p>Err, 10. Those two temp- VMs ought to have been deleted by the composer. This is the view after I&#8217;d done aload of cleaning up &#8211; I originally had all sorts of dead source and replica VMs in there. How do I know which ones are actively in use and which can be deleted? A simple tip is to change the value of the Notes property of the parent VM, and redeploy your clones. Anything the Composer is still properly in charge of and not using will be deleted automatically. Anything else will be very visible. Look at that image again, and you&#8217;ll see that the two temp VMs have different date values in the Notes column. They are from a previous snapshot, and can be deleted. Follow the process in the link above to unprotect them, and then right-click and <strong>Delete from disk</strong>.</p>
<p>I have now deleted about 15 different source, replica and temp VMs in this way, and all operation is still normal.</p>
<p>Ian</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/16/cleaning-up-orphaned-replicas-in-view/">Cleaning up orphaned replicas in View</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/16/cleaning-up-orphaned-replicas-in-view/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blogging about View</title>
		<link>http://www.yellow-bricks.com/2009/12/15/blogging-about-view/</link>
		<comments>http://www.yellow-bricks.com/2009/12/15/blogging-about-view/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:58:31 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[vdm]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4770</guid>
		<description><![CDATA[<p>I had discussion with Richard Garsthagen during the Dutch VMUG about View/VDI related blogs, or better said the lack of. It appears that desktop is a topic bloggers are avoiding. The weird thing about it is that in the industry View is picking up more and more. Yes there are a couple of bloggers out there who are focussing onView [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/15/blogging-about-view/">Blogging about View</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I had discussion with Richard Garsthagen during the Dutch VMUG about View/VDI related blogs, or better said the lack of. It appears that desktop is a topic bloggers are avoiding. The weird thing about it is that in the industry View is picking up more and more.</p>
<p>Yes there are a couple of bloggers out there who are focussing onView like my colleague <a href="http://www.thatsmyview.net/">Christoph Dommermuth</a> but compared to the &#8220;core&#8221; product their share is tiny. For me personally there&#8217;s a simple reason you don&#8217;t see me blogging about View, it&#8217;s not part of my focus area.</p>
<p>Something I overlooked during the discussion are the two excellent whitepapers/articles Herco van Brugh wrote. The first one is a brand new whitepaper and discusses how to correctly scale your storage based on a couple simple formulas.</p>
<ol>
<li><a href="http://virtuall.eu/download-document/vdi-storage-deep-impact">Download whitepaper here.</a> (NEW!)<br />
Virtual Desktop Infrastructure, or VDI, is hot. It’s cool, secure, centrally managed, flexible &#8211; it’s an IT manager’s dream.<br />
However, as it turns out, there is a hidden danger to VDI. There’s a killer named “IOPS”.</li>
<li><a href="http://virtuall.eu/blog/creating-a-vdi-template">Creating a VDI template</a><br />
This guide is based on Windows XP because of its low resources usage compared to Vista and even Windows 7. The general idea however also applies to those versions although specific services and registry keys will most likely not work. Skipping Vista, the next version of this guide will focus on Windows 7.</li>
</ol>
<p>Another thing I overlooked when I was doing a little research were the Reference Architectures EMC did. There&#8217;s some good info to be found in <a href="http://virtualgeek.typepad.com/virtual_geek/2009/11/view-4-reference-architectures.html">these</a>. So it seems that there is info out there, I guess the &#8220;problem&#8221; is that there are only 1 or 2 bloggers who are solely focusing on View. So if you are a VDI/View Consultant now it is time to speak up. Step into the world of blogging and let your voice be heard!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/15/blogging-about-view/">Blogging about View</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/15/blogging-about-view/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cool Tool: vAudit</title>
		<link>http://www.yellow-bricks.com/2009/12/14/cool-tool-vaudit/</link>
		<comments>http://www.yellow-bricks.com/2009/12/14/cool-tool-vaudit/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 13:14:43 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[vdm]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4767</guid>
		<description><![CDATA[<p>For some weird reason I never picked up on this tool. Months ago Richard Garsthagen released a beta version of vAudit and recently it was updated to version 1.5. Why would you use vAudit? vAudit has been developed to show you when your VDI Users are logging in and for how long they are using the virtual desktop. I think [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/14/cool-tool-vaudit/">Cool Tool: vAudit</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>For some weird reason I never picked up on this tool. Months ago <a href="http://www.run-virtual.com/">Richard Garsthagen</a> released a beta version of vAudit and recently it was updated to version 1.5.</p>
<p>Why would you use vAudit? vAudit has been developed to show you when your VDI Users are logging in and for how long they are using the virtual desktop. I think it is the ideal auditing tool during a Proof of Concept. Are your users actually using it as much as they are saying? When are they using it and for how long?</p>
<p>vAudit has an export to CSV feature which enables you to analyze trends regarding usage. Below you can find the release notes and a link to the download section of Richard&#8217;s site.</p>
<blockquote><p>Download <a href="http://www.run-virtual.com/?page_id=38">Version 1.5</a></p>
<ul>
<li>vAudit now also checks for login failures, so you can detect if people are trying to hack into your system.</li>
<li>You can now resize the username column, so you can actually read the username if you have long domain names.</li>
<li>When you MouseOver a session, it will display the machine name and time information.</li>
</ul>
<p>In the next release, I will try to add information about your top users, make an export function and at some point will give your a graph with daily concurrent usage.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/14/cool-tool-vaudit/">Cool Tool: vAudit</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/14/cool-tool-vaudit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View is available!</title>
		<link>http://www.yellow-bricks.com/2009/11/21/vmware-view-is-available/</link>
		<comments>http://www.yellow-bricks.com/2009/11/21/vmware-view-is-available/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 07:37:38 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4614</guid>
		<description><![CDATA[<p>VMware View has just officially been released. (VMware View Manager 4.0 &#124; 11/20/09 &#124; Build 210939) Key features are: VMware View with PCoIP – PCoIP provides an optimized desktop experience for the delivery of the entire desktop environment including applications, images, audio, and video content for a wide range of users on the LAN or across the WAN. PCoIP can [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/21/vmware-view-is-available/">VMware View is available!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware View has just officially been <a href="http://downloads.vmware.com/d/info/desktop_downloads/vmware_view/4_0">released</a>. (VMware View Manager 4.0 | 11/20/09 | Build 210939) Key features are:</p>
<ul>
<li><strong>VMware View with PCoIP</strong> – PCoIP provides an optimized desktop experience for the delivery of the entire desktop environment including applications, images, audio, and video content for a wide range of users on the LAN or across the WAN. PCoIP can compensate for an increase in latency or a reduction in bandwidth, to ensure that end users can remain productive regardless of network conditions.</li>
<li>PCoIP includes <strong>VMware View Display</strong> with support for up to four monitors and the ability to deliver the optimal resolution and pivot orientation to each monitor independently.</li>
<li><strong>VMware vSphere Support</strong> – VMware vSphere 4 support enables improved virtual machine scalability, performance, and management, with continued support for VMware Infrastructure 3.x.</li>
<li><strong>Enhanced single sign-on</strong> – The <strong>Log in as current user</strong> feature is integrated with Active Directory and smart cards to help simplify the process of logging in to a VMware View desktop.</li>
<li> <strong>Restricted entitlements</strong> – Administrators can control user access to virtual desktops based on the View Connection Server being used for authentication.</li>
<li><strong>Smart card policies</strong> –  Administrators can set group policies to force desktop disconnection and require reconnection when users remove smart cards.</li>
<li><strong>Domain filtering</strong> – You can use <tt>vdmadmin.exe</tt> to control the accessibility of domains and traverse trust relationships more quickly.</li>
</ul>
<p>The full release notes can be found <a href="http://www.vmware.com/support/view40/doc/releasenotes_viewmanager40.html">here</a>.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/21/vmware-view-is-available/">VMware View is available!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/11/21/vmware-view-is-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a VDI template</title>
		<link>http://www.yellow-bricks.com/2009/11/18/creating-a-vdi-template/</link>
		<comments>http://www.yellow-bricks.com/2009/11/18/creating-a-vdi-template/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:29:38 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4565</guid>
		<description><![CDATA[<p>Herco van Brug wrote a great article on how to build a solid VDI/View Windows XP Template. Herco recently designed and implemented a large View environment and this article is the outcome. I only quoted the first paragraph as the article is subject to change. Please visit the source article for the full details, it is worth reading! A basic [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/18/creating-a-vdi-template/">Creating a VDI template</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Herco van Brug wrote a <a href="http://virtuall.eu/blog/creating-a-vdi-template">great article</a> on how to build a solid VDI/View Windows XP Template. Herco recently designed and implemented a large View environment and this article is the outcome. I only quoted the first paragraph as the article is subject to change. Please visit the <a href="http://virtuall.eu/blog/creating-a-vdi-template">source article</a> for the full details, it is worth reading!</p>
<p style="padding-left: 30px;">A basic Windows XP machine can do a lot of things. Apart from facilitating an environment for a user’s applications, it can do things like self maintenance, updates, hardware changes, etc. This is nice in a physical environment with lots of different pieces of hardware but in a virtual instance things hardly change, the environment is pretty much set and all tricks to speed things up usually have an adverse effect on the infrastructure. All these virtual instances need to share the often rather limited amount of resources.</p>
<p style="padding-left: 30px;">To keep things in check, there’s a lot of things that can be done to optimize an XP image for a virtual desktop. This guide is created from several documents that are already out there but also from our own experience and experience from a couple of other VDI specialists.</p>
<p style="padding-left: 30px;">This guide is based on Windows XP because of its low resources usage compared to Vista and even Windows 7. The general idea however also applies to those versions although specific services and registry keys will most likely not work. Skipping Vista, the next version of this guide will focus on Windows 7.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/18/creating-a-vdi-template/">Creating a VDI template</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/11/18/creating-a-vdi-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View Open Client 4.0 Beta 1</title>
		<link>http://www.yellow-bricks.com/2009/10/03/vmware-view-open-client-4-0-beta-1/</link>
		<comments>http://www.yellow-bricks.com/2009/10/03/vmware-view-open-client-4-0-beta-1/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:01:02 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4145</guid>
		<description><![CDATA[<p>Just noticed that a new version of the VMware View Open Client has been released: Latest Release: 4.0.0 Beta 1 (October 2, 2009) VMware View Open Client version 4.0.0 Beta 1 is now available on the Downloads page. Please see the release announcement for a summary of what&#8217;s included in this release. Features Some of the features included are: Ability [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/03/vmware-view-open-client-4-0-beta-1/">VMware View Open Client 4.0 Beta 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Just noticed that a new version of the VMware View Open Client has been released:</p>
<blockquote>
<h1><a name="Latest_Release:_4.0.0_Beta_1_(October_2,_2009)">Latest Release: 4.0.0 Beta 1 (October 2, 2009)</a></h1>
<p><a name="Latest_Release:_4.0.0_Beta_1_(October_2,_2009)">VMware View Open Client version 4.0.0 Beta 1 is </a><a rel="nofollow" href="http://code.google.com/p/vmware-view-open-client/downloads/list?q=4.0.0-BETA1">now available on the Downloads page</a>.</p>
<p>Please see the <a rel="nofollow" href="http://groups.google.com/group/vmware-view-open-client/browse_thread/thread/db7aa51a4a59c2c9">release announcement</a> for a summary of what&#8217;s included in this release.</p>
<h1><a name="Features">Features</a></h1>
<p><a name="Features">Some of the features included are: </a></p>
<ul>
<li><a name="Features">Ability to create a secure tunnel using SSL </a></li>
<li><a name="Features">Support for two factor authentication with RSA SecurID </a></li>
<li><a name="Features">Novell SLETC Add-On RPM package </a></li>
<li><a name="Features">Full command line interface </a></li>
</ul>
<p><a name="Features">The following features are NOT included in this release: </a></p>
<ul>
<li><a name="Features">USB redirection </a></li>
<li><a name="Features">Multiple desktop sessions </a></li>
<li><a name="Features">Multimedia redirection </a></li>
</ul>
<p><a name="Features">For a full list of features please refer to the README.txt file available with the distribution. </a></p>
<h3><a name="Compatibility">Compatibility</a></h3>
<p><a name="Compatibility">This release is compatible with VMware Virtual Desktop Manager (VDM) 2.0, 2.1, and VMware View Manager 3.0 and 3.1. </a></p></blockquote>
<p>If I have some time on my hands I will try to make a bootable stripped Linux CD that holds this client, or maybe a USB key is a better idea&#8230;. let me think about it.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/10/03/vmware-view-open-client-4-0-beta-1/">VMware View Open Client 4.0 Beta 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/10/03/vmware-view-open-client-4-0-beta-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

