<?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>ClusterFunk &#187; Windows 2008</title>
	<atom:link href="http://www.clusterfunk.co.uk/category/windows-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterfunk.co.uk</link>
	<description>Stuff I do with Zeus, Microsoft and Virtualisation. Oh and I can&#039;t spell ;)</description>
	<lastBuildDate>Wed, 23 Jun 2010 09:26:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adaptive Streaming Microsoft IIS 7</title>
		<link>http://www.clusterfunk.co.uk/adaptive-streaming-microsoft-iis-7/</link>
		<comments>http://www.clusterfunk.co.uk/adaptive-streaming-microsoft-iis-7/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:18:52 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Media Streaming]]></category>
		<category><![CDATA[Tool, Tips and Tricks]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/adaptive-streaming-microsoft-iis-7/</guid>
		<description><![CDATA[So its been a while, I have been very busy with lots of different projects including a number of VOD platform proposals and a Windows 2008 active directory design for a gaming company with international presence…. 
So excuses over I have decided to have a good look adaptive streaming and Microsoft adaptive streaming capabilities in [...]]]></description>
			<content:encoded><![CDATA[<p>So its been a while, I have been very busy with lots of different projects including a number of VOD platform proposals and a Windows 2008 active directory design for a gaming company with international presence…. </p>
<p>So excuses over I have decided to have a good look adaptive streaming and Microsoft adaptive streaming capabilities in Windows IIS 7. </p>
<p><strong>Adaptive Streaming What is it?</strong></p>
<p>Traditionally streamed assets are encoded at a specific bitrate and presented along the lines of low, medium and high quality streams. It’s up to the users to request the appropriate stream for their connectivity. If they pick the wrong one they must stop the stream and try a different one. </p>
<p>Apart from the obvious issues with customer satisfaction, this raises issues with content providers. They have to provide multiple encodings of assets at differing bit rates, users can request inappropriate streams leading to waste of network bandwidth and capacity. “I need to server 10,000 stream but actually need capacity to server 10,500 dues to user error”. When you consider different container formats you quickly end up with a considerable number of stream to manage and associated infrastructure. </p>
<p><a href="http://www.movenetworks.com/" target="_blank"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="64" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image.png" width="244" border="0" /></a> </p>
<p><a>Move Networks</a> have a patented adaptive streaming technology which:&#160;&#160; </p>
<p>“divides video into segments called “streamlets” and encodes them using a single process for multiple bandwidths (dial-up, broadband, wireless) and platforms (computer, television, cell phone). A dual-pass variable bit rate encode is used on both live and on-demand streams, preparing video images with sharp, HD quality”</p>
<p>Microsoft invested an undesclosed sum in Move Networks in August last year after announcing a <a href="http://www.movenetworks.com/news-releases/move-networks-to-enter-into-strategic-relationship-with-microsoft" target="_blank">partnership</a> with MN in March of the same year in relation to the SilverLight cross browser player. </p>
<p><strong>Microsoft IIS 7 with Smooth Streaming</strong>&#160;</p>
<p>So IIS 7 recently received adaptive streaming capability in the form of an IIS media extension called Smooth Streaming. </p>
<p><a title="http://www.iis.net/extensions/SmoothStreaming" href="http://www.iis.net/extensions/SmoothStreaming" target="_blank">IIS Smooth Streaming</a></p>
<p>This diagram gives you a flavour for how the technology delivers a variable bit rate stream to the player.</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/streamlets.jpg"><img title="streamlets" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="266" alt="streamlets" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/streamlets-thumb.jpg" width="488" border="0" /></a> </p>
<p>Installing on IIS 7 with Smooth Streaming Windows Server 2008 </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image1.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="80" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb3.png" width="244" border="0" /></a> </p>
<p>Select Server role</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image2.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="226" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb4.png" width="244" border="0" /></a> </p>
<p>Message about required dependencies</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image3.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="99" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb5.png" width="244" border="0" /></a> </p>
<p>Intro to IIS7</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image4.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="186" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb6.png" width="244" border="0" /></a></p>
<p>Confirm installation components&#160; <br />Selected ASP.NET and then let the defaults install</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image5.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="122" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb7.png" width="244" border="0" /></a> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image6.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="185" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb8.png" width="244" border="0" /></a>&#160;</p>
<p>Quick points of interest:</p>
<p>IIS 7 doesn’t use a metabase anymore for configuration. Everything (components) is configured in XML configuration files. If you intend to configure IIS7 remotely this capability needs to be installed. In fact most IIS6 standard functions like support for authentication, serving default page or directory browsing needs to be configured/installed. This is good news from a security/attack vector perspective but a pain in the posterior when you are doing hands on lab type work <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#160; &#8211; can’t please all the people all the time. </p>
<p>Installing</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image7.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="187" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb9.png" width="244" border="0" /></a> </p>
<p>Components installed results</p>
<p>&#160;<a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image8.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="185" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb10.png" width="244" border="0" /></a> </p>
<p>and install log</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image9.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="192" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb11.png" width="244" border="0" /></a> </p>
<p>Viewing Server Roles now shows </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image10.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="183" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb16.png" width="244" border="0" /></a> </p>
<p>&#160;</p>
<p>Ok Once IIS7 is installed lets install Smooth Streaming media extension </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image11.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="189" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb17.png" width="244" border="0" /></a> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image12.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="188" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb18.png" width="244" border="0" /></a> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image13.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="191" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb19.png" width="244" border="0" /></a> </p>
<p>And that’s that. Don’t even need a reboot <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image14.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="90" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb20.png" width="154" border="0" /></a> </p>
<p>&#160;</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image15.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="275" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb21.png" width="386" border="0" /></a> </p>
<p>&#160;</p>
<p>You can download the <a href="http://go.microsoft.com/?linkid=9652408" target="_blank">demo material</a> from Microsoft </p>
<p>OR </p>
<p>You can encode your you own using Microsoft Expression Encoder</p>
<p>Great Guide <a href="http://learn.iis.net/page.aspx/558/smooth-streaming-for-iis-70---getting-started/" target="_blank">here</a></p>
<p>Install</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image16.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="114" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb22.png" width="244" border="0" /></a> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image17.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="58" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb23.png" width="244" border="0" /></a>&#160;</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image18.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="244" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb24.png" width="174" border="0" /></a> </p>
<p>GUI</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image19.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="322" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb25.png" width="392" border="0" /></a> </p>
<p>Expression Encoder 2 SP1 provides built-in features that make it easy to create Smooth Streaming presentations simply by choosing <strong>Adaptive Streaming</strong> video and audio profiles and the <strong>IIS Smooth Streaming</strong> output media format</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image20.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="244" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb26.png" width="233" border="0" /></a> </p>
<p>Playback and Adaptive streaming in practice</p>
<p>Screenshot shows player. Notice the graph at bottom left.</p>
<p>This shows the bit rate of the stream.</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image21.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="168" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb27.png" width="244" border="0" /></a> </p>
<p>In this screenshot I have throttled the bandwidth to demonstrate the artifacts of the lower bit rate stream. </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image22.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="228" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb28.png" width="244" border="0" /></a> </p>
<p>The quality is superb </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image23.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="227" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb29.png" width="244" border="0" /></a> </p>
<p> <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image24.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="230" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb30.png" width="244" border="0" /></a> </p>
<p>Again I throttle the bandwidth </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image25.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="215" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb31.png" width="244" border="0" /></a> </p>
<p>and then remove the restriction it resolves </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image26.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="235" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/03/image-thumb32.png" width="244" border="0" /></a> </p>
<p>&#160;</p>
<p>Links</p>
<p>More details for IIS7 configuration</p>
<p><a title="http://learn.iis.net/page.aspx/569/smooth-streaming-for-iis-70---managing-your-presentations/" href="http://learn.iis.net/page.aspx/569/smooth-streaming-for-iis-70---managing-your-presentations/" target="_blank">http://learn.iis.net/page.aspx/569/smooth-streaming-for-iis-70&#8212;managing-your-presentations/</a></p>
<p>Silverlight</p>
<p><a title="http://www.microsoft.com/silverlight/" href="http://www.microsoft.com/silverlight/" target="_blank">http://www.microsoft.com/silverlight/</a></p>
<p>Deep Dive IIS 7 configuration</p>
<p><a title="http://learn.iis.net/page.aspx/127/deep-dive-into-iis-7-configuration/" href="http://learn.iis.net/page.aspx/127/deep-dive-into-iis-7-configuration/" target="_blank">http://learn.iis.net/page.aspx/127/deep-dive-into-iis-7-configuration/</a></p>
<p>Expressions Encoder</p>
<p><a title="http://expression.microsoft.com/en-us/cc507507.aspx" href="http://expression.microsoft.com/en-us/cc507507.aspx" target="_blank">http://expression.microsoft.com/en-us/cc507507.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/adaptive-streaming-microsoft-iis-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft: MCS Talks (Microsoft) Infrastructure Architecture</title>
		<link>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/</link>
		<comments>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 06:00:09 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=216</guid>
		<description><![CDATA[On-Demand Webcasts
 
Saw this and following on from my TA Tips for Newbies thought this was useful
http://technet.microsoft.com/en-gb/bb986609.aspx
&#160;
On Demand Live Meeting: TechNet Presents: MCS Talks Infrastructure Architecture&#8211; session 1, Infrastructure Architecture Overview     This first session will introduce the &#8220;MCS Talks Infrastructure Architecture&#8221; webcast series, giving an overview of the series and what&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h5>On-Demand Webcasts</h5>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image8.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="57" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image-thumb8.png" width="323" border="0" /></a> </p>
<p>Saw this and following on from my <a href="http://www.clusterfunk.co.uk/?p=187" target="_blank">TA Tips for Newbies</a> thought this was useful</p>
<p><a title="http://technet.microsoft.com/en-gb/bb986609.aspx" href="http://technet.microsoft.com/en-gb/bb986609.aspx">http://technet.microsoft.com/en-gb/bb986609.aspx</a></p>
<p>&#160;</p>
<p><a href="http://technet.microsoft.com/en-gb/bb945096.aspx?id=372">On Demand Live Meeting: TechNet Presents: MCS Talks Infrastructure Architecture&#8211; session 1, Infrastructure Architecture Overview </a>    <br />This first session will introduce the &#8220;MCS Talks Infrastructure Architecture&#8221; webcast series, giving an overview of the series and what&#8217;s to come. We will then move in to an overview session looking at the general architecture strategies of specific technology areas, such as adopting Microsoft Windows Server 2008 and Microsoft Windows Vista SP1 and show some real benefits from their deployment. Datacentre consolidation is also a serious consideration for many so we&#8217;ll be looking how Microsoft Hyper-V and the System Center suite of tools can be used to accelerate this and ensure long term reliability from this approach. Finally we&#8217;ll cover some of the other virtualization strategies we&#8217;re seeing, such as when and why we would look to virtualize particular workloads, how virtualization can support branch office models and remote working and finally Microsoft overall virtualization storey, including Presentation and Application virtualization. </p>
<p><a href="http://technet.microsoft.com/en-gb/bb945096.aspx?id=354">ON DEMAND TechNet Presents: MCS Talks Infrastructure Architecture &#8211; session 2, Core Infrastructure</a>    <br />This session will look at core infrastructure services, focussing on the decisions commonly faced by enterprises when deploying Active Directory. We&#8217;ll look at how the improvements in Microsoft Windows Server 2008 can help rationalize the Active Directory infrastructure while still supporting complex and disperse environments. We will cover the design process for an Active Directory Domain Services (AD DS) upgrade and consolidation project, considering the key decisions which must be made and how these will benefit an enterprise environment. New features such as read-only domain controllers (RODCs) and fine-grained password policies will be covered as well as more general design principles and considerations for remote workers. Finally we will cover how it is possible to take advantage of new virtualization technologies in supporting Active Directory. TO ACCESS THE MEETING ON DEMAND PLEASE CLICK REGISTER AND FOLLOW THE STEPS </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Reasons to go W2K8 (with Emulex)</title>
		<link>http://www.clusterfunk.co.uk/10-reasons-to-go-w2k8-with-emulex/</link>
		<comments>http://www.clusterfunk.co.uk/10-reasons-to-go-w2k8-with-emulex/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 00:23:41 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=116</guid>
		<description><![CDATA[ 
This is a pretty good synopsis of Windows 2008 Core Functionality and why you should adopt Windows Server 2008 from Emulex’s perspective. 
http://www.emulex.com/products/software/hbanyware/ds_hba.jsp
PDF Version   http://www.emulex.com/white/hba/WinServer2008-3.pdf
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image15.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="44" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image-thumb15.png" width="215" border="0" /></a> </p>
<p>This is a pretty good synopsis of Windows 2008 Core Functionality and why you should adopt Windows Server 2008 from Emulex’s perspective. </p>
<p><a title="http://www.emulex.com/products/software/hbanyware/ds_hba.jsp" href="http://www.emulex.com/products/software/hbanyware/ds_hba.jsp">http://www.emulex.com/products/software/hbanyware/ds_hba.jsp</a></p>
<p>PDF Version   <br /><a title="http://www.emulex.com/white/hba/WinServer2008-3.pdf" href="http://www.emulex.com/white/hba/WinServer2008-3.pdf">http://www.emulex.com/white/hba/WinServer2008-3.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/10-reasons-to-go-w2k8-with-emulex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech-Ed SVR318 Building your Next Generation Infrastructure on Windows Server 2008.</title>
		<link>http://www.clusterfunk.co.uk/tech-ed-svr318-building-your-next-generation-infrastructure-on-windows-server-2008/</link>
		<comments>http://www.clusterfunk.co.uk/tech-ed-svr318-building-your-next-generation-infrastructure-on-windows-server-2008/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:51:24 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=35</guid>
		<description><![CDATA[Here are my notes from this session. They are the key point to take away from this session.
Trends. These are the key areas Microsoft has identified for attention in the next gen infrastructure 
1) Greater use of “simple” lightweight protocols such as HTTP/HTTPS 
2) Multi-Server and Remote Server Management is easy with 2008
3) Virtualisation with [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my notes from this session. They are the key point to take away from this session.</p>
<p>Trends. These are the key areas Microsoft has identified for attention in the next gen infrastructure </p>
<p>1) Greater use of “simple” lightweight protocols such as HTTP/HTTPS </p>
<p>2) Multi-Server and Remote Server Management is easy with 2008</p>
<p>3) Virtualisation with HA</p>
<ul>
<li>This is achieved with clustering in Hyper-V 1 and is greatly improved with CSV (Cluster Shared Volumes) in R2 </li>
</ul>
<p>4) Lower Cost Remote Workforce (including Branch Offices)</p>
<p>So&#160; how are these addressed with Windows 2008 Server &amp; beyond?</p>
<p><strong>REMOTE WORKERS</strong></p>
<p><strong>Read only Domain</strong>     <br />Allows for secure deployment of AD and Global Catalogue at Branch offices. In a R/O configuration passwords do not replicated by default. So if you configure an account in your head office that user will not be able to authenticate against the branch AD if connectivity is lost. There is a group policy to enable this and you need to configure machine accounts as well as user accounts. </p>
<p>if you for example, provide a new laptop and pre-cache the user account but leave the machine account unset no login for that user or any user on that machine.&#160;&#160;&#160; </p>
<p><strong>Delegate AD roles</strong>     <br />Another function that further enhances AD security while simplifying administration is the ability to delegate AD tasks. A word of warning, Domain Admin credentials cannot be cached and it is possible to find yourself in a situation were nobody can authenticate against a R/O AD server even with valid credentials due to the restrictions that can be placed on admin accounts.&#160;&#160;&#160;&#160; </p>
<p><strong><a href="http://blogs.technet.com/askperf/archive/2008/02/26/ws2008-terminal-services-gateway-overview.aspx" target="_blank">Terminal Services Gateway</a></strong> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image7.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="102" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image-thumb7.png" width="145" border="0" /></a> </p>
<p>Has two Configure Polices </p>
<p>1) Connection authorisation policy:&#160; Defines who can connect   <br />2) Resource authorisation policy: Define what they can connect to </p>
<p>TS Gateway works as a proxy to the back-end server. Thus removing the need for VPN connectivity.</p>
<p>Works via HTTPS</p>
<p>Installing TS Web Access allows you to connect via browser rather than TSclient </p>
<p>When the gateway web site is created it needs configuring to activate.&#160; IIS needs configuration as the TSGateway hostname isn’t populated by default in the website config. </p>
<blockquote><p>Set DefaultTSGateway to the host that is the TS Gateway</p>
</blockquote>
<p>TSRemote App</p>
<p>Provides terminal services at the application level. The application looks like it is running local e.g. Printing is redirected to local printer, however the application is actually been processed on the remote server.&#160; </p>
<p><a href="http://blogs.technet.com/windowsserver/archive/2008/11/07/branchcache-streamlines-remote-office-experience.aspx" target="_blank">BranchCache</a></p>
<p>This is a proxy technology that reduces the amount of bandwidth utilised by branch offices. On the first request for a file a hash is generated for that file, this effectively makes the file a target for the cache. On the second request a copy is either storing on a central proxy location at the branch office or advertised by the host receiving the file (via its hash value). On the third request for the file depending on the configured method the file is either provided from the central cache or provided from a local peer. Any authentication required to access the file is conducted prior to the file been made available to the client </p>
<p><strong>DATA CENTRE</strong></p>
<p>Unified Management</p>
<p>The use of RPC requires (without modification of registry) high ports to be opened on firewall/s.&#160; </p>
<p>ServerCore   <br />This is a stripped back version of the OS that is managed via a command line and very limited set of gui’s (notepad, regedit etc). As the name suggest ServerCore is a collection of core components&#160; such as DNS, DHCP, WIN, FileServer and AD. ServerCore has a number of limitations and as a result cannot be used to for all the applications that the full server can provided e.g. currently does not provide ASP.NET functionality. </p>
<p><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target="_blank">PowerShell</a><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image8.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="106" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image-thumb8.png" width="136" align="right" border="0" /></a>     <br />PowerShell is the scripting language used to managed just about every aspect of Windows 2008 Server and associated server products. Targeted at simplifying the management of deployments of servers.&#160;&#160; </p>
<p>HA for Virtualisation </p>
<p>Hyper-V relies on Windows Cluster Services to provide HA. Limitation in R1 is the requirement for a one LUN per VM to mitigate the risk to other VMs in the event of failure that requires the migration of VM to HA cluster partner. W2K8 R2 introduces the concept of Clustered Shared Volume. This technology allows for multiple hosts to connect to a LUN at the same time enabling VMs to be managed by separate hosts sharing the same storage.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/tech-ed-svr318-building-your-next-generation-infrastructure-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
