<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://talbottc.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2ftalbottc.spaces.live.com%2fcategory%2fVirtual%2bServer%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Talbott Crowell's Development Blog: Virtual Server</title><description /><link>http://talbottc.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catVirtual%2bServer</link><language>en-US</language><pubDate>Sat, 16 Aug 2008 08:04:54 GMT</pubDate><lastBuildDate>Sat, 16 Aug 2008 08:04:54 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://talbottc.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-6421892810621285210</live:id><live:alias>talbottc</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Virtual PC vs Virtual Server</title><link>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!133.entry</link><description>&lt;div&gt;Download a MS Word doc describing the differences between Virutal PC and Virtual Server: &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/techinfo/vsvsvpc.mspx"&gt;&lt;strong&gt;Virtual PC vs. Virtual Server: Comparing Features and Uses&lt;/strong&gt;&lt;/a&gt;. &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Virutal Server has a few advantages over Virtual PC, such as virtual networks, virtual SCSI drivers, better multi-threadding and multiple CPU support.  &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Virtual PC has a few advantages over Virtual Server, such as support for legacy desktop OS's such as Windows 98, support for sound cards, and drag and drop between guest OS to host OS, and other client rich features.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-6421892810621285210&amp;page=RSS%3a+Virtual+PC+vs+Virtual+Server&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=talbottc.spaces.live.com&amp;amp;GT1=talbottc"&gt;</description><comments>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!133.entry#comment</comments><guid isPermaLink="true">http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!133.entry</guid><pubDate>Tue, 04 Dec 2007 21:37:41 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://talbottc.spaces.live.com/blog/cns!A6E0DA836D488CA6!133/comments/feed.rss</wfw:commentRss><wfw:comment>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!133.entry#comment</wfw:comment><dcterms:modified>2007-12-04T21:37:41Z</dcterms:modified></item><item><title>Virtual Server Performance Tips for Developers</title><link>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!125.entry</link><description>&lt;div&gt;I am in the process of creating a virtual machine for MOSS development and wanted to blog about some of the tips I found useful.  There are two choices for running virtual machines using the Microsoft software from your MSDN subscription: Virtual PC and Virtual Server.  If you want to go beyond your MSDN subscription VMWare offers a VMware Workstation 6 for Windows for $189.  But, I am going to focus on Microsoft virtualization products in this post.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;If you are using Microsoft Virtual PC 2007, then you have more limitations than Virtual Server 2005 R2.  But you can take the virtual machine images built on Virtual PC and run them on Microsoft Virtual Server 2005 R2 with little or no hassle.  The same is not true in reverse.  If you build a virtual machine on Virtual Server and take advantage of the faster performing virtual SCSI bus, then you will not be able to run your virtual machine on Virtual PC unmodified.  Luckily, a virtual SCSI bus and virtual SCSI hard drives are easy to convert to IDE unlike physical SCSI hardware.  Simply shut down your Virtual Server image, edit the configuration to change the hard drives from SCSI to IDE and you are done.  So, here is my first tip:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;font size=4&gt;Tip #1:&lt;/font&gt; use SCSI if you don't need portability between Virtual Server and Virtual PC.  The virtual SCSI data bus is much faster than the virtual IDE bus.  It does not matter what the underlying hardware really is.  For more tips about Virtual Server see the following link from Microsoft Support: &lt;a href="http://support.microsoft.com/kb/903748" target="_blank"&gt;&lt;strong&gt;Virtual Server 2005 performance tips&lt;/strong&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;If you are already using IDE, here is a blog post that describes how to convert to SCSI: &lt;a href="http://vscommunity.com/blogs/virtualzone/archive/2006/12/08/how-to-convert-a-vhd-boot-disk-from-ide-to-scsi-in-virtual-server-2005-r2.aspx" target="_blank"&gt;&lt;strong&gt;How to Convert a VHD boot disk from IDE to SCSI IN Virtual Server 2005 R2&lt;/strong&gt;&lt;/a&gt;.  This post also shows you how to install the &amp;quot;fast&amp;quot; SCSI driver.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;font size=4&gt;Tip #2:&lt;/font&gt; if you are using Virtual Server 2005 and you arn't using R2, upgrade.  &lt;strong&gt;Jeremy Jameson &lt;/strong&gt;explains why in his blog: &lt;a href="http://blogs.msdn.com/jjameson/archive/2007/06/09/virtual-server-issues.aspx" target="_blank"&gt;&lt;strong&gt;Virtual Server Issues and Recommendations for MOSS Virtual Environments&lt;/strong&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;font size=4&gt;Tip #3: &lt;/font&gt;use the fastest physical hard drive possible for your virtual hard drive.  Doesn't matter if you are running on a desktop, laptop, or server.  For example, if you are running on a desktop, add a second hard drive for your virtual machines or use an external hard drive.  The faster the better.   On a laptop use an external 7200 RPM or faster with FireWire or eSATA.  If you don't have FireWire or eSATA, you can get by with USB 2.0 but realize that even though USB 2.0 has comperable bandwidth as FireWire 400 (IEEE 1394a) the actual real thoughput is twice as fast with FireWire because of the extra overhead that USB requires from the system.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;Here is a comparison of USB 2.0, FireWire 400, FireWire 800, and eSATA on &lt;strong&gt;WikiPedia&lt;/strong&gt;: &lt;a href="http://en.wikipedia.org/wiki/Serial_ATA#eSATA_in_comparison_to_other_external_buses" target="_blank"&gt;&lt;strong&gt;eSATA in comparison to other external buses&lt;/strong&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Also another thing to be aware in regards to speed, a laptop harddrive spinning at 7200 RPM is 40% slower than a desktop harddrive at 7200 RPM.  The reason why is that a 2.5 inch disk has less surface area than a 3.5 inch disk.  So when those two disks are spinning at the same speed, the larger form factor covers much more surface area.   So if you buy an external hard drive for developing on your virtual machine get an enclosure that houses a 3.5&amp;quot; disk.  And go for eSATA or FireWire if you can.  Many disks now come with multiple interfaces.  &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;LaCie &lt;/strong&gt;has a quad interface with USB 2.0, FireWire 400, FireWire 800, and eSATA: &lt;a href="http://www.lacie.com/us/products/product.htm?pid=10894" target="_blank"&gt;&lt;strong&gt;LaCie d2 Quadra Hard Drive&lt;/strong&gt;&lt;/a&gt;.  I don't have a LaCie drive and I am not promoting it, I just use it as an example of a drive that you can connect to your desktop at home or office with eSCSI or FireWire, and then take on the road (a bit cumbersome for road warriors, but may be worth it) and connect worst case using USB 2.0 on your laptop.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;font size=4&gt;Tip #4:&lt;/font&gt; If you are using Virtual Server, use Remote Desktop to connect.  You can't use Remote Desktop when you are installing the OS, but after the OS is installed, you can enable and connect through Remote Desktop Connection.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;In the future I will include some more tips on virtual machines for developers.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-6421892810621285210&amp;page=RSS%3a+Virtual+Server+Performance+Tips+for+Developers&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=talbottc.spaces.live.com&amp;amp;GT1=talbottc"&gt;</description><comments>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!125.entry#comment</comments><guid isPermaLink="true">http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!125.entry</guid><pubDate>Tue, 04 Dec 2007 04:33:49 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://talbottc.spaces.live.com/blog/cns!A6E0DA836D488CA6!125/comments/feed.rss</wfw:commentRss><wfw:comment>http://talbottc.spaces.live.com/Blog/cns!A6E0DA836D488CA6!125.entry#comment</wfw:comment><dcterms:modified>2007-12-04T18:06:33Z</dcterms:modified></item></channel></rss>