<?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>Holsee&#039;s Blog &#187; Windows Server 2008</title>
	<atom:link href="http://www.blog.holsee.com/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.holsee.com</link>
	<description>Adventures in Entrepreneurship, Code, Coffee and Photography..</description>
	<lastBuildDate>Fri, 02 Jul 2010 10:48:38 +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>Windows HPC Server 2008 Development Environment</title>
		<link>http://www.blog.holsee.com/2009/11/windows-hpc-server-2008-development-environment/</link>
		<comments>http://www.blog.holsee.com/2009/11/windows-hpc-server-2008-development-environment/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:46:27 +0000</pubDate>
		<dc:creator>holsee</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.blog.holsee.com/2009/11/windows-hpc-server-2008-development-environment/</guid>
		<description><![CDATA[Overview
I am working in the domain of distributing computing and I am looking into the Microsoft HPC Server platform as a possible option.  One of the most important aspects is the development experience, and to test that I will need to create a suitable development environment.
The environment will consist of a network of virtual machines [...]]]></description>
			<content:encoded><![CDATA[<h3>Overview</h3>
<p>I am working in the domain of distributing computing and I am looking into the Microsoft HPC Server platform as a possible option.  One of the most important aspects is the development experience, and to test that I will need to create a suitable development environment.</p>
<p>The environment will consist of a network of virtual machines with the following “Roles”:</p>
<ul>
<li>Domain Controller / DNS Host</li>
<li>HPC Server Head Node.</li>
<li>‘N’ number of Child nodes.</li>
</ul>
<p>So numerous headaches and a ServerFault Question later (<a href="http://serverfault.com/questions/87893/domain-controller-dns-issue-creating-nework-of-virtual-machines-for-developme">Domain Controller / DNS Issue &#8211; Creating Network of Virtual Machines for Development</a>), I’ve thrown together this rough guide which should hopefully aid some other poor developer get up and running developing against a Microsoft HPC Cluster.</p>
<p>BEFORE YOU CONTINUE NOTE:</p>
<ul>
<li>I am a developer, NOT an IT Professional, and my actions will reflect that.</li>
<li>This is a network of virtual machines I am using for testing purposes.</li>
<li>These are running on a SECURE LAN, working on a Private network.</li>
<li>With little to no security in place.</li>
</ul>
<p><em>So in a nutshell if you are trying to install a cluster of machines in an enterprise environment get a professional and DO NOT use this guide.</em></p>
<p><em> </em></p>
<h3>Creating the Domain Controller &amp; DNS</h3>
<p>For this I followed this great guide: <a href="http://d3planet.com/rtfb/2009/11/09/build-a-windows-server-2008-r2-domain-controller/">Build a Windows Server 2008 R2 Domain Controller</a>.</p>
<h3>Configuring machines to join Domain</h3>
<p>This is where the first real headache started.  I followed the usual steps to add a machine to the domain, but realised that the machine was point at my router (thinking it was the Domain Name Server (DNS) ).</p>
<p><strong>Step Zero: Add machine to Domain</strong></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/0AddToDomain.png"><span style="color: #cccccc;"> </span><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="0-AddToDomain" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/0AddToDomain_thumb.png" border="0" alt="0-AddToDomain" width="510" height="385" /></a></p>
<p><strong>Error: “Domain Controller for the domain &lt;Your Domain&gt; could not be contacted”</strong></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/1Error.jpg"><span style="color: #cccccc;"> </span><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="1-Error" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/1Error_thumb.jpg" border="0" alt="1-Error" width="507" height="380" /></a></p>
<blockquote><p><strong>Full Error Message</strong></p>
<p>Note: This information is intended for a network administrator.  If you are not your network&#8217;s administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.<br />
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller for domain 17B.CO.UK:<br />
The error was: &#8220;DNS name does not exist.&#8221;<br />
(error code 0&#215;0000232B RCODE_NAME_ERROR)<br />
The query was for the SRV record for _ldap._tcp.dc._msdcs.17B.CO.UK<br />
Common causes of this error include the following:<br />
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:<br />
192.168.1.1<br />
- One or more of the following zones do not include delegation to its child zone:<br />
17B.CO.UK<br />
CO.UK<br />
UK<br />
. (the root zone)<br />
For information about correcting this problem, click Help.</p></blockquote>
<p><strong>Resolution: Configure Network Card To Point at DNS Server</strong></p>
<p><strong>Go to:</strong> Network Connections &gt; ‘Properties (of your network connection) &gt; IPv4 &gt; Properties &gt; Advanced..</p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/image_thumb8.png" border="0" alt="image" width="529" height="375" /></a></p>
<p><strong>Then: &gt; </strong>DNS tab &gt; Add &gt; “Enter the IP of the DNS machine (which is also you Domain Controller).</p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/image9.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/image_thumb9.png" border="0" alt="image" width="436" height="418" /></a></p>
<p>(Disable &amp; Enable) Your Network Connection. Now you should be able to add the machine to the domain.</p>
<p><strong>You will be prompted to Authenticate</strong></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/2Authenticate.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="2-Authenticate" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/2Authenticate_thumb.png" alt="2-Authenticate" width="538" height="469" /></a></p>
<p><strong>If all is well you should see this screen</strong></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/3Success.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="3-Success" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/3Success_thumb.png" border="0" alt="3-Success" width="543" height="473" /></a></p>
<p><strong>Finally Restart Your machine and it will have been successfully added to the Domain</strong></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/4Complete.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="4-Complete" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/4Complete_thumb.png" alt="4-Complete" width="540" height="472" /></a></p>
<p><strong>Note:</strong> This step will need to be repeated for each machine you wish to add to the domain.</p>
<h3>Installing and Configuring HPC Machines</h3>
<p>For this I followed this guide  <a href="http://www.danielmoth.com/Blog/2009/10/installing-hpc-server-2008.html">Installing HPC Server 2008</a> by (Parallel Programming Guru) Daniel Moth.</p>
<h3>Conclusion</h3>
<p>That was how I got up and running developing on the HPC Platform, hope this was helpful. (Wish I had it when I started).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.holsee.com/2009/11/windows-hpc-server-2008-development-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Server Core &#8211; Disable Firewall</title>
		<link>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-disable-firewall/</link>
		<comments>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-disable-firewall/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:27:12 +0000</pubDate>
		<dc:creator>holsee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MSDos]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-disable-firewall/</guid>
		<description><![CDATA[You may wish to disable the firewall on the server core machine (not recommended if your machine is not in a private LAN), this can be achieved with the following command:

netsh advfirewall set allprofiles state off

&#160;
Reference: http://blogs.techrepublic.com.com/datacenter/?p=480
]]></description>
			<content:encoded><![CDATA[<p>You may wish to disable the firewall on the server core machine (not recommended if your machine is <strong><u>not</u></strong> in a private LAN), this can be achieved with the following command:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:f32c3428-b7e9-4f15-a8ea-c502c7ff2e88:b05ab1ee-040e-4fcb-a7f8-813abfbeab17" class="wlWriterEditableSmartContent">
<pre class="brush: bash">netsh advfirewall set allprofiles state off</pre>
</div>
<p>&#160;</p>
<p>Reference: <a title="http://blogs.techrepublic.com.com/datacenter/?p=480" href="http://blogs.techrepublic.com.com/datacenter/?p=480">http://blogs.techrepublic.com.com/datacenter/?p=480</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-disable-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Server Core &#8211; Add to Workgroup</title>
		<link>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-add-to-workgroup/</link>
		<comments>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-add-to-workgroup/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:07:44 +0000</pubDate>
		<dc:creator>holsee</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MSDos]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-add-to-workgroup/</guid>
		<description><![CDATA[To add your Server Core instance to a workgroup use the following command:


Wmic computersystem where name="%computername%" call joindomainorworkgroup
name="[new workgroup name]"



e.g.


Wmic computersystem where name="WIN08-00" call joindomainorworkgroup
name="WORKGROUP”



Then Restart you machine:

shutdown /r

Simple (When you know how its done =/ ).
References:
http://www.mail-archive.com/ntsysadmin@lyris.sunbelt-software.com/msg27669.html
]]></description>
			<content:encoded><![CDATA[<p>To add your Server Core instance to a workgroup use the following command:</p>
<div>
<div id="scid:f32c3428-b7e9-4f15-a8ea-c502c7ff2e88:d8b2e610-ca1f-4e69-a7b1-1d84331f5c28" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<pre class="brush: bash">Wmic computersystem where name="%computername%" call joindomainorworkgroup
name="[new workgroup name]"</pre>
</div>
<pre></pre>
</div>
<p>e.g.</p>
<div>
<div id="scid:f32c3428-b7e9-4f15-a8ea-c502c7ff2e88:24a7edb4-efdf-4724-9644-c5062435633d" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<pre class="brush: bash">Wmic computersystem where name="WIN08-00" call joindomainorworkgroup
name="WORKGROUP”</pre>
</div>
</div>
<pre></pre>
<p>Then Restart you machine:</p>
<div id="scid:f32c3428-b7e9-4f15-a8ea-c502c7ff2e88:29e5f479-bbe6-4d49-b912-7b1d0c84462a" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<pre class="brush: bash">shutdown /r</pre>
</div>
<p>Simple (When you know how its done =/ ).</p>
<p>References:</p>
<p><a title="http://www.mail-archive.com/ntsysadmin@lyris.sunbelt-software.com/msg27669.html" href="http://www.mail-archive.com/ntsysadmin@lyris.sunbelt-software.com/msg27669.html">http://www.mail-archive.com/ntsysadmin@lyris.sunbelt-software.com/msg27669.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.holsee.com/2009/11/windows-server-2008-server-core-add-to-workgroup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting with Windows Server 2008 R2 Server Core</title>
		<link>http://www.blog.holsee.com/2009/11/starting-with-windows-server-2008-r2-server-core/</link>
		<comments>http://www.blog.holsee.com/2009/11/starting-with-windows-server-2008-r2-server-core/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:10:49 +0000</pubDate>
		<dc:creator>holsee</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MSDos]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.blog.holsee.com/2009/11/starting-with-windows-server-2008-r2-server-core/</guid>
		<description><![CDATA[I am currently working with many instances of Windows Server 2008 R2.
I decided to go down the path of using the “Server Core” installation as it is more light weight.
“A Server Core installation provides a minimal environment for running specific server roles, which reduces the maintenance and management requirements and the attack surface for those [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working with many instances of Windows Server 2008 R2.</p>
<p>I decided to go down the path of using the “Server Core” installation as it is more light weight.</p>
<blockquote><p>“A Server Core installation provides a minimal environment for running specific server roles, which reduces the maintenance and management requirements and the attack surface for those server roles.</p>
<p>In Windows Server 2008, Server Core installation <strong>does not include the traditional full graphical user interface (GUI).” <a href="http://www.petri.co.il/understanding-windows-server-2008-core.htm" target="_blank">Petri IT Knowledge</a></strong></p>
</blockquote>
<p>This is sure to sharpen my command line skills… so I’ll blog about the things I find most useful in working with a server core installation.</p>
<h3></h3>
<h2>Getting Started</h2>
<p>When you log in for the first time you will be faced with a cmd prompt.&nbsp; Remember “help” is your friend!</p>
<h3>Get the machine name</h3>
<p>The machine will be named something random like “WIN-542FGEOER9”. You will need to find what the current name of the machine is.&nbsp; You can do this by using the command:</p>
<p align="center"><span style="font-family: cour">systeminfo </span></p>
<p><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/image5.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/image_thumb5.png" width="544" height="132"></a></p>
<h3>Renaming a Server Core Machine</h3>
<div align="center">
<pre>netdom renamecomputer &lt;CurrentComputerName&gt; /newname:&lt;NewComputerName&gt;</pre>
</div>
<p align="center"></p>
<div align="center">
<pre></pre>
</div>
<p align="center"></p>
<div align="center">
<pre><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/image_thumb6.png" width="533" height="160"></a></pre>
<pre>&nbsp;</pre>
</div>
<h3>Rebooting Your Machine</h3>
<p>Now you will need to restart your machine which can be done by using one of the following command:</p>
<div align="center">
<pre>shutdown /r</pre>
</div>
<div align="center">
<pre></pre>
</div>
<div align="center">
<pre><a href="http://www.blog.holsee.com/wp-content/uploads/2009/11/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.blog.holsee.com/wp-content/uploads/2009/11/image_thumb7.png" width="345" height="122"></a></pre>
<pre>&nbsp;</pre>
</div>
<pre></pre>
<p>The next step will be to add you machine to the domain.</p>
<p>The are solutions out there for controlling “Server Core” installations remotely as well as automating changes to large groups of machines at once via Power Shell.</p>
<p>I will touch on these topics as I am faced with them.</p>
<p><strong><em>Update:&nbsp; I have found a brilliant article on Microsoft’s TechNet, by a better person than I, on the topic which mirrors what I have discussed in this post and then some!&nbsp; Well worth checking out: </em><a title="http://technet.microsoft.com/en-us/magazine/2009.02.geekofalltrades.aspx?pr=blog#id0080012" href="http://technet.microsoft.com/en-us/magazine/2009.02.geekofalltrades.aspx?pr=blog#id0080012"><em>http://technet.microsoft.com/en-us/magazine/2009.02.geekofalltrades.aspx?pr=blog#id0080012</em></a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.holsee.com/2009/11/starting-with-windows-server-2008-r2-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
