<?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>Brendon Davis &#187; ServerCore</title>
	<atom:link href="http://brendon.davis.to/category/techstuff/server/servercore/feed/" rel="self" type="application/rss+xml" />
	<link>http://brendon.davis.to</link>
	<description>The place where I'm in charge</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:49:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change Server Core Page File</title>
		<link>http://brendon.davis.to/2008/03/24/change-server-core-page-file/</link>
		<comments>http://brendon.davis.to/2008/03/24/change-server-core-page-file/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:56:03 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServerCore]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/2008/03/24/change-server-core-page-file/</guid>
		<description><![CDATA[Fragmented page files have been known to drastically effect system performance and when you have servers hosting connections for hundreds of users this is not a good thing. When building servers for numerous customers it has been common practice to hard set a page file to 1.5x RAM size (To a maximum of 4GB). Seeing [...]]]></description>
			<content:encoded><![CDATA[<p>Fragmented page files have been known to drastically effect system performance and when you have servers hosting connections for hundreds of users this is not a good thing. When building servers for numerous customers it has been common practice to hard set a page file to 1.5x RAM size (To a maximum of 4GB).</p>
<p>Seeing how System Properties is missing from Windows Server Core, changing the size and allocation of the page file has become a little more involved. <span id="more-295"></span></p>
<p><em><font color="#ff0000">Be warned, the following instructions involve the use of the windows registry editor. Incorrect use can screw up your system. You make this configuration at your own risk…..</font></em></p>
<ol>
<li>Open regedit.exe</li>
<li>Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Manager\</li>
<li>Edit the REG_MULTI_SZ entry named &#8216;PagingFiles&#8217;</li>
<li>Enter the drive letter, file name and required pagefile size, one line per file.<br />
<font color="#999999"><font color="#000000">eg.</font> C:\pagefile.sys 512</font></li>
<li>Cross your fingers, reboot the server (shutdown /t 0 /r) and after logging on Task Manager should show the updated page file size.</li>
</ol>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2008/03/24/change-server-core-page-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change Server Core Screen Resolution</title>
		<link>http://brendon.davis.to/2008/03/22/change_screen_resolution/</link>
		<comments>http://brendon.davis.to/2008/03/22/change_screen_resolution/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 06:58:53 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServerCore]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/2008/03/22/change_screen_resolution/</guid>
		<description><![CDATA[This may seem like a trivial and un-important task but if the server installs with a screen resolution of 800&#215;600 and the screen&#8217;s optimum resolution is 1024&#215;768 or 1280&#215;1024 how do you change it? You can&#8217;t just open up &#8216;Control Panel -&#62; Desktop&#8217; or run &#8216;control desk.cpl&#8216; as they don&#8217;t work. Read on for the instructions. Be warned, [...]]]></description>
			<content:encoded><![CDATA[<p>This may seem like a trivial and un-important task but if the server installs with a screen resolution of 800&#215;600 and the screen&#8217;s optimum resolution is 1024&#215;768 or 1280&#215;1024 how do you change it?</p>
<p>You can&#8217;t just open up &#8216;Control Panel -&gt; Desktop&#8217; or run &#8216;<em>control desk.cpl</em>&#8216; as they don&#8217;t work. Read on for the instructions. <span id="more-294"></span></p>
<p><em><font color="#ff0000">Be warned, the following involves the use of the windows registry editor. Incorrect use can screw up your system. You make this configuration at your own risk&#8230;..</font></em></p>
<ol>
<li>Open regedit.exe</li>
<li>Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Video\<em>&lt;GUID&gt;</em>\0000\<br />
<em><font color="#999999">Note: Replace the &lt;GUID&gt; with the appropriate string for your video card.</font></em></li>
<li>If there is more than one GUID listed, Look for a REG_SZ key named &#8216;Device Description&#8217; as this may give you a clue on which entry to change.</li>
<li>Create or edit the following REG_DWORD entries</li>
<li>DefaultSettings.YResolution with the decimal data for the screen width. Eg, 768</li>
<li>DefaultSettings.XResolution with the decimal data for the screen height. Eg, 1024</li>
<li>Cross your fingers, log off and on again. Your screen resolution should have changed.</li>
</ol>
<p>If your screen goes funny when you log on, chances are the settings you put in are not supported by the monitor. You will need to connect to your server registry remotely and change it again&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2008/03/22/change_screen_resolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful Windows Server Core Commands</title>
		<link>http://brendon.davis.to/2008/03/22/core/</link>
		<comments>http://brendon.davis.to/2008/03/22/core/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 06:26:55 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServerCore]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/2008/03/22/core/</guid>
		<description><![CDATA[Well there are so many different commands needed to manage server core that remembering them all will certainly take a while. In the mean time I will keep this post updated with all the useful commands I have come across for configuring a server. If you have any other suggestions please post them as a comment. control timedate.cpl [...]]]></description>
			<content:encoded><![CDATA[<p>Well there are so many different commands needed to manage server core that remembering them all will certainly take a while. In the mean time I will keep this post updated with all the useful commands I have come across for configuring a server.</p>
<p>If you have any other suggestions please post them as a comment.<span id="more-293"></span></p>
<ul>
<li><em><font color="#999999">control timedate.cpl</font></em> &#8211; Sets the date and time.</li>
<li><em><font color="#999999">control intl.cpl</font></em> &#8211; Set the regional settings.</li>
<li><em><font color="#999999">netsh interface ipv4 show interfaces</font></em> &#8211; Shows the listing of local interfaces. Can use this to find the interface ID for the connected NIC.</li>
<li><em><font color="#999999">netsh interface ipv4 set address name&#8217;&#8221;&lt;interface_id&gt;&#8221; source=static address=&lt;ip_address&gt; mask=&lt;subnet_mask&gt; gateway=&lt;default_gateway&gt;</font></em> &#8211; Sets the IPv4 address details.</li>
<li><em><font color="#999999">netsh interface ipv4 add dnsserver name=&#8221;&lt;interface_id&gt;&#8221; address&#8217;&lt;dns_server&gt; index=1</font></em> &#8211; Sets the default DNS server.</li>
<li><em><font color="#999999">netdom renamecomputer %COMPUTERNAME% /NewName:&lt;name&gt;</font></em> &#8211; Changes the local computername to &lt;name&gt;.</li>
<li><font color="#999999">ping &lt;fqdn&gt;</font> &#8211; Will ping to see if the DC is avalible and working. :-)</li>
<li><em><font color="#999999">netdom join %COMPUTERNAME% /domain:&lt;fqdn&gt; /userd:Administrator /passwordd:*</font></em> &#8211; Joins the computer do domain &lt;fqdn&gt;.</li>
<li><em><font color="#999999">C:\Windows\system32&gt;cscript slmgr.vbs -ato</font></em> &#8211; Activates the Windows Installation.</li>
<li><em><font color="#999999">C:\Windows\system32&gt;cscript scregedit.wsf /AR 0</font></em> &#8211; Enables RDP Access.</li>
<li><em><font color="#999999">regedit.exe</font></em> &#8211; <a href="http://brendon.davis.to/2008/03/22/change_screen_resolution/">Settings</a> - Instructions to change the screen resolution.</li>
<li><font color="#999999"><em>regedit.exe</em></font> &#8211; <a href="http://brendon.davis.to/2008/03/24/change-server-core-page-file/">Settings</a> &#8211; Instructions to change the page file drive &amp; size.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2008/03/22/core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Core</title>
		<link>http://brendon.davis.to/2008/02/11/windows-server-core/</link>
		<comments>http://brendon.davis.to/2008/02/11/windows-server-core/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 14:35:11 +0000</pubDate>
		<dc:creator>brendon</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServerCore]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://brendon.davis.to/2008/02/11/windows-server-core/</guid>
		<description><![CDATA[Well money where my mouth is; I have always been a big fan of Novel NetWare&#8217;s design. Run your server as nothing more than a device that serves clients, use a client device to administer the server. Reducing the load and preventing admins from doing nasty things to server Operating Systems. With the RTM of [...]]]></description>
			<content:encoded><![CDATA[<p>Well money where my mouth is;</p>
<p>I have always been a big fan of Novel NetWare&#8217;s design. Run your server as nothing more than a device that serves clients, use a client device to administer the server. Reducing the load and preventing admins from doing nasty things to server Operating Systems.</p>
<p>With the RTM of <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows 2008 </a>server last Tuesday (for us in Australia) I took it upon myself to download and start familiarising myself with the OS over the weekend. While it still looks and feels like windows, there are some big differences in the administration side of things. Particularly on the &#8216;Windows Server Core&#8217; installation.</p>
<p> Never before had I thought &#8216;I wonder how to change the screen resolution with a command prompt.&#8217; Suffusive to say I will be doing a lot of research on command lines for server configurations.</p>
<p>For those that don&#8217;t know, <em>NetSH</em> will let you configure the IP address of the server and <em>NetDom</em> will join it to a domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendon.davis.to/2008/02/11/windows-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
