<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Gaffer-Tape Engineering : Windows Server 2003</title><link>http://blogs.msdn.com/jneave/archive/tags/Windows+Server+2003/default.aspx</link><description>Tags: Windows Server 2003</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Testing TFS in a Virtual Environment</title><link>http://blogs.msdn.com/jneave/archive/2008/05/15/testing-tfs-in-a-virtual-environment.aspx</link><pubDate>Thu, 15 May 2008 19:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8508453</guid><dc:creator>Jason Neave</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jneave/comments/8508453.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jneave/commentrss.aspx?PostID=8508453</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jneave/rsscomments.aspx?PostID=8508453</wfw:comment><description>&lt;P&gt;I've been a long standing proponent of virtual environments, for creating isolated test environments or sandboxing test rigs they simply can't be beaten.&amp;nbsp; To that end I thought I would share some of the tricks I have used with the many virtual servers I have running under my desk at work that make creating TFS test rigs that little bit more bearable.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Active Directory&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR&gt;In order to have a dual tier or clustered setup for TFS a domain is required, rather than using your production domain setup a simple test domain.&amp;nbsp; I always create a DC with two network cards, one connected to a loopback adapter (see below) which allows access to a share on the host machine.&amp;nbsp; This is handy for moving files into the virtual domain.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Loopback&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR&gt;To make transferring files to the virtual domain that bit easier I would suggest you create a loopback network in Virtual Server.&amp;nbsp; To do this in 2003/XP open the control panel on the host machine and open the "Add New Hardware" wizard.&amp;nbsp; Select "Hardware is connected" then "Add new hardware device".&amp;nbsp; Choose&amp;nbsp;"install the hardware I manually select", choose "Network Adapters" then "Microsoft" and "Loopback Adapter".&amp;nbsp; Open the properties for this new adapter and set the IP address to a static address in one of the private address spaces, I used 10.240.0.1 for example.&amp;nbsp; Open the Virtual Server master status page and add a new network.&amp;nbsp; Name it "Loop Back" or similar and choose the new loopback adapter from the drop down box then click ok.&amp;nbsp; Choose to configure the newly created virtual network then click on "DHCP Server" and enter the following or similar settings;&lt;BR&gt;&lt;BR&gt;Network Address: 10.240.0.0&lt;BR&gt;Network Mask: 255.255.0.0&lt;BR&gt;Starting IP: 10.240.0.50&lt;BR&gt;Ending IP: 10.240.0.99&lt;BR&gt;Virtual DHCP Server Address: 10.240.0.1&lt;BR&gt;&lt;BR&gt;Then click ok.&amp;nbsp; From now on, any time you create a new machine you can add it to the loopback network, it will automatically get an IP address and by using &lt;A href="file://10.240.0.1/"&gt;\\10.240.0.1&lt;/A&gt; (or whatever static IP you assigned) your guest machines will be able to access the host machine.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Shared Setups&lt;BR&gt;&lt;/EM&gt;&lt;/STRONG&gt;Assuming you have your DC running one trick I like to use it a shared setups disk attached to the DC.&amp;nbsp; I have a virtual network for the guest machines only and only the DC is connected to loopback, from here I have created a large virtual disk and added it as a second disk to the DC.&amp;nbsp; I then copied the setup files for TFS, SQL, et all, to this large virtual disk and shared it from the DC so that all the guests have access.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Those are my "Virtual Server Essentials" as it were and make virtual environments that bit easier to work with.&amp;nbsp; I hope these are of use to someone!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR&gt;Jason&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8508453" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jneave/archive/tags/Gaffer/default.aspx">Gaffer</category><category domain="http://blogs.msdn.com/jneave/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.msdn.com/jneave/archive/tags/Team+Foundation+Server/default.aspx">Team Foundation Server</category></item><item><title>Renaming a TFS 2005 ATDT (Single Server Deployment)</title><link>http://blogs.msdn.com/jneave/archive/2007/09/25/tfs-2005-training.aspx</link><pubDate>Tue, 25 Sep 2007 12:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5116670</guid><dc:creator>Jason Neave</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jneave/comments/5116670.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jneave/commentrss.aspx?PostID=5116670</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jneave/rsscomments.aspx?PostID=5116670</wfw:comment><description>&lt;P&gt;The&amp;nbsp;TFS&amp;nbsp;training continues, today we were asked to rename&amp;nbsp;a machine hosting&amp;nbsp;a TFS ATDT.&amp;nbsp; Easier said than done, though if you need to ask what ATDT means you probably shouldn't even think of attempting what I describe!&amp;nbsp; For those curious souls, ATDT refers to "Application Tier, Data Tier" meaning that both the application and data aspects of TFS are installed on the same machine rather than on separate systems.&amp;nbsp; This is often the better option for smaller teams of Developers.&lt;/P&gt;
&lt;P&gt;I was using the following article as my guide, there were a few errors in the article which are being addressed though in the mean time here is a guide to most of the pitfalls.&amp;nbsp; Another thing to note is that though the name suggests this is for a Data Tier only, there is a note at the top of the article which states the steps are also true for an ATDT.&amp;nbsp; In case anyone is interested, this is classed as an "Environmental Move" as the envirnment&amp;nbsp;that TFS runs in was changed.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;How to: Rename a Data-Tier Server&lt;/EM&gt;&lt;/STRONG&gt;&lt;!----&gt;&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms253106(VS.80).aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms253106(VS.80).aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms253106(VS.80).aspx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After renaming the machine, a restart is required otherwise your "new" database instance will not be found, this isn't listed in the article though needs doing.&lt;/P&gt;
&lt;P&gt;If reporting server reports it is not available, open reporting services configuration and navigate to "Database Setup" and correct the computer name if incorrect.&amp;nbsp; Apply and restart the instance if needed.&lt;/P&gt;
&lt;P mce_keep="true"&gt;When you get to the setupwarehouse.exe line, append the given command line with the following "-mturl &lt;EM&gt;http://servername:port"&lt;/EM&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;If you have issues with sharepoint services after following through all the steps please check out the following KB article.&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/835559/en-us"&gt;http://support.microsoft.com/kb/835559/en-us&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Please note, even if the server name is correct it may be best to follow step four rather than skipping it.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;This isn't meant to be the ultimate guide though hopefully it will help someone out there, if not myself if this ever crops up again!&lt;/P&gt;
&lt;P mce_keep="true"&gt;Jason&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5116670" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jneave/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/jneave/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.msdn.com/jneave/archive/tags/Team+Foundation+Server/default.aspx">Team Foundation Server</category></item><item><title>VS.Net 2005 SP1, Windows Server 2003 and Large Patches</title><link>http://blogs.msdn.com/jneave/archive/2007/09/18/vs-net-2005-sp1-and-windows-server-2003.aspx</link><pubDate>Tue, 18 Sep 2007 18:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4981560</guid><dc:creator>Jason Neave</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jneave/comments/4981560.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jneave/commentrss.aspx?PostID=4981560</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jneave/rsscomments.aspx?PostID=4981560</wfw:comment><description>&lt;P&gt;Today I have been having fun installing Visual Studio 2005 SP1 on my Windows Server 2003 SP2 machine.&amp;nbsp; It seems that after waiting a good hour or so of it extracting, verifying and lots of other things ending in -ing, it failed.&lt;/P&gt;
&lt;P&gt;The time is bad enough thouh not without good reason as Heath Stewart &lt;A class="" title=exlpains. href="http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#Time" mce_href="http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#Time"&gt;explains&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This is not an issue with the Service Pack but a known issue with installing large patches on Windows Server 2003, a fix for which is available &lt;A class="" href="http://support.microsoft.com/kb/925336" mce_href="http://support.microsoft.com/kb/925336"&gt;here&lt;/A&gt;.&amp;nbsp; Note this is only for W2K3 and then only for large patches that throw the "Digital Signature" error.&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4981560" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jneave/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/jneave/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category></item></channel></rss>