<?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>WOJTEK</title>
	<atom:link href="http://wojtek.stec.net.au/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wojtek.stec.net.au</link>
	<description>.stec.net.au</description>
	<lastBuildDate>Wed, 23 Jun 2010 00:48:26 +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>Multiple Instances of Flex License server on the same host</title>
		<link>http://wojtek.stec.net.au/?p=51</link>
		<comments>http://wojtek.stec.net.au/?p=51#comments</comments>
		<pubDate>Fri, 24 Jul 2009 01:01:39 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[Licensing]]></category>

		<guid isPermaLink="false">http://wojtek.stec.net.au/?p=51</guid>
		<description><![CDATA[Where I currently work we run a Kronos time keeping system for our employees, this system is not supported on VMware so a physical server was dedicated to the task.
Sadly (?) Kronos is quite a light weight application that hardly utilises the servers resources, not wanting to let a physical host go to waste VMware [...]]]></description>
			<content:encoded><![CDATA[<p>Where I currently work we run a Kronos time keeping system for our employees, this system is not supported on VMware so a physical server was dedicated to the task.<br />
Sadly (?) Kronos is quite a light weight application that hardly utilises the servers resources, not wanting to let a physical host go to waste VMware Virtual Centre was to be installed. All was looking promising apart from both Kronos and VMware utilising Macrovision&#8217;s Flex Licesing server, and since each instance binds to port 27000 TCP a work around had to be found.</p>
<p><span id="more-51"></span></p>
<p><strong>Assiging an alternate port to VMware Licesing</strong></p>
<p><strong>Edit the VMware License file</strong></p>
<p>Open the .lic file in your editor of choice and locate</p>
<pre>SERVER this_host ANY 27000
ENDOR VMWARELM port=27010</pre>
<div><span style="font-size: x-small;">Change to</span></div>
<pre>SERVER this_host ANY 27005
ENDOR VMWARELM port=27015</pre>
<div><span style="font-size: x-small;">Save the file and restart the licensing service, it&#8217;s now listening on ports 27005 and 27015</span></div>
<p> </p>
<div><span style="font-size: x-small;"><strong>Add firewall exceptions to ESX hosts</strong></span></div>
<p><span style="font-size: x-small;"> </span></p>
<p> </p>
<p><span style="font-size: x-small;"></span></p>
<p>create the following XML file</p>
<pre>&lt;!-- Firewall configuration for License Server on Alt port  --&gt;
&lt;ConfigRoot&gt;
  &lt;service id='0000'&gt;
    &lt;id&gt;LicenseClientAltPort&lt;/id&gt;
    &lt;rule id='0000'&gt;
      &lt;direction&gt;outbound&lt;/direction&gt;
      &lt;protocol&gt;tcp&lt;/protocol&gt;
      &lt;port type='dst'&gt;27005&lt;/port&gt;
      &lt;flags&gt;-m state --state NEW&lt;/flags&gt;
    &lt;/rule&gt;
    &lt;rule id='0001'&gt;
      &lt;direction&gt;outbound&lt;/direction&gt;
      &lt;protocol&gt;tcp&lt;/protocol&gt;
      &lt;port type='dst'&gt;27015&lt;/port&gt;
      &lt;flags&gt;-m state --state NEW&lt;/flags&gt;
    &lt;/rule&gt;
  &lt;/service&gt;
&lt;/ConfigRoot&gt;</pre>
<p><span style="font-size: x-small;">Copy the file to /etc/vmware/firewall on all of your servers</span></p>
<p><span style="font-size: x-small;"><strong>important:</strong> you may want to disable High Avalability for the next step as we&#8217;re breaking management network connectivity temporarily, it may trigger a host failure and start powering up your VMs.</span></p>
<p><span style="font-size: x-small;">ssh in as root and issue </span></p>
<pre>service mgmt-vmware restart</pre>
<p>Log into each ESX host using VMware Infrastructure Client, open security profile and enable your new port definition</p>
<p><img class="alignnone size-full wp-image-52" title="flex_1" src="http://wojtek.stec.net.au/wp-content/uploads/2009/07/flex_1.jpg" alt="flex_1" width="1012" height="378" /></p>
<p><img class="alignnone size-full wp-image-53" title="flex_2" src="http://wojtek.stec.net.au/wp-content/uploads/2009/07/flex_2.jpg" alt="flex_2" width="648" height="467" /></p>
<p>Open Licensed Features and prepend 27005@ to your license server name</p>
<p><img class="alignnone size-full wp-image-54" title="flex_3" src="http://wojtek.stec.net.au/wp-content/uploads/2009/07/flex_3.jpg" alt="flex_3" width="729" height="547" /></p>
<p>Your hosts should now be licensed!</p>
<p> </p>
<p><span style="font-size: x-small;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Centre Performance Module woes.</title>
		<link>http://wojtek.stec.net.au/?p=49</link>
		<comments>http://wojtek.stec.net.au/?p=49#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:20:53 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wojtek.stec.net.au/?p=49</guid>
		<description><![CDATA[So my System Center (sic) alert logs are constantly being bombarded with 
In PerfDataSource, could not find counter Process, Working Set, IEXPLORE* in Snapshot. Unable to submit Performance value. Module will not be unloaded..........
It appears it&#8217;s a well known fault with an equally well known workaround, a few clicks of the mouse and it&#8217;s all quiet [...]]]></description>
			<content:encoded><![CDATA[<p>So my System Center (sic) alert logs are constantly being bombarded with </p>
<pre>In PerfDataSource, could not find counter Process, Working Set, IEXPLORE* in Snapshot. Unable to submit Performance value. Module will not be unloaded..........</pre>
<p>It appears it&#8217;s a well known fault with an equally well known <a title="workaround" href="http://social.technet.microsoft.com/Forums/en-US/systemcenter/thread/14b415a3-95ec-4b6b-a834-bf4807a3e165">workaround</a>, a few clicks of the mouse and it&#8217;s all quiet on the SCE front!</p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protection Manager Memory Leak</title>
		<link>http://wojtek.stec.net.au/?p=47</link>
		<comments>http://wojtek.stec.net.au/?p=47#comments</comments>
		<pubDate>Tue, 12 May 2009 22:55:14 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wojtek.stec.net.au/?p=47</guid>
		<description><![CDATA[Data Protection Manager (DPM) relies heavily on the Virtual Disk Service (vds.exe).
As your backup sizes grow and uptime increases it&#8217;s not unusal for VDS to consume all free memory, adding more RAM to the DPM server just delays the inevitable.
With a bit of hunting I found the following symptoms and related hotfix 958387.
Scenario 1
A memory leak [...]]]></description>
			<content:encoded><![CDATA[<p>Data Protection Manager (DPM) relies heavily on the Virtual Disk Service (vds.exe).<br />
As your backup sizes grow and uptime increases it&#8217;s not unusal for VDS to consume all free memory, adding more RAM to the DPM server just delays the inevitable.</p>
<p>With a bit of hunting I found the following symptoms and <a title="http://support.microsoft.com/kb/958387" href="http://" target="_blank">related hotfix</a> 958387.</p>
<h3 id="tocHeadRef"><em>Scenario 1</em></h3>
<p><script type="text/javascript"></script><em>A memory leak occurs in the Virtual Disk Service when an application uses the Virtual Disk Service to enumerate disk resources. In this scenario, you notice that the memory consumption of the Virtual Disk Service (Vds.exe) increases continually.</em></p>
<p>So far so good&#8230; here&#8217;s hoping the issue is long gone</p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DPM on Server 2008 with Windows Firewall</title>
		<link>http://wojtek.stec.net.au/?p=41</link>
		<comments>http://wojtek.stec.net.au/?p=41#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:01:45 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DPM]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://wojtek.stec.net.au/?p=41</guid>
		<description><![CDATA[No matter what the MS documentatation states with regards to DPM agent installer automatically setting firewall rules I had no luck with a remote install on a firewall enabled server.
The workaround is remarkably simple.
1. Disable the firewall on target server
2. Deploy the agent and reboot
3. On the target server in an administrator&#8217;s command prompt run C:\Program [...]]]></description>
			<content:encoded><![CDATA[<p>No matter what the MS documentatation states with regards to DPM agent installer automatically setting firewall rules I had no luck with a remote install on a firewall enabled server.</p>
<p>The workaround is remarkably simple.</p>
<p>1. Disable the firewall on target server</p>
<p>2. Deploy the agent and reboot</p>
<p>3. On the target server in an administrator&#8217;s command prompt run<em> C:\Program Files\Microsoft Data Protection Manager\DPM\bin\SetDpmServer.exe -dpmServerName </em><strong><em>&lt;servername&gt;</em></strong></p>
<p>4. Re-enable the firewall on the target server</p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting slow logons &#8211; Pt1</title>
		<link>http://wojtek.stec.net.au/?p=32</link>
		<comments>http://wojtek.stec.net.au/?p=32#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:27:20 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=32</guid>
		<description><![CDATA[Enabling Verbose Logging
Rather than poking in the dark trying to work out the delays you can turn on verbose logging for the userenv process.
 

Open the registry of the computer/server you are troubleshooting
Browse to the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Right click Winlogon, select New, and thenÂ chosse DWORD
Enter the following name for the DWORD Value: UserEnvDebugLevel
Enter 30002 as a hex [...]]]></description>
			<content:encoded><![CDATA[<p><strong style="font-weight: bold;">Enabling Verbose Logging</strong></p>
<p>Rather than poking in the dark trying to work out the delays you can turn on verbose logging for the userenv process.</p>
<p> </p>
<ol>
<li>Open the registry of the computer/server you are troubleshooting</li>
<li>Browse to the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon</li>
<li>Right click Winlogon, select New, and thenÂ chosse DWORD</li>
<li>Enter the following name for the DWORD Value: UserEnvDebugLevel</li>
<li>Enter 30002 as a hex value</li>
</ol>
<p> </p>
<p>Userenv will now log to %systemRoot%\Debug\UserMode</p>
<p>Grab a copy of <a href="http://www.sysprosoft.com/policyreporter.shtml">Policy Reporter</a> from SysPro Soft, this will help you in parsing the log files, alternativley you can open the files in notepad/wordpad and run through them manually</p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable system beep</title>
		<link>http://wojtek.stec.net.au/?p=31</link>
		<comments>http://wojtek.stec.net.au/?p=31#comments</comments>
		<pubDate>Wed, 19 Nov 2008 00:00:18 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=31</guid>
		<description><![CDATA[So i got sick of hearing the system beep chiming through the office, luckily there&#8217;s a service that can be stopped to bring silence back.
net stop beep
will do the trick for a temporary fix, to stop it permanently just disable the service
sc config beep start= disabled
]]></description>
			<content:encoded><![CDATA[<p>So i got sick of hearing the system beep chiming through the office, luckily there&#8217;s a service that can be stopped to bring silence back.</p>
<p><strong>net stop beep</strong></p>
<p>will do the trick for a temporary fix, to stop it permanently just disable the service</p>
<p><strong>sc config beep start= disabled</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IIS7 and Domain SSL Certificates</title>
		<link>http://wojtek.stec.net.au/?p=23</link>
		<comments>http://wojtek.stec.net.au/?p=23#comments</comments>
		<pubDate>Wed, 12 Nov 2008 03:55:50 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=23</guid>
		<description><![CDATA[The process of configuring a SSL certificate has changed between IIS6 and IIS7.
Here is how to create a new AD Domain based SSL certificate and apply it to your virtual site.
Creating the Certificate
Open IIS Manager and select the instance.
Select Server Certificates

Select Create Domain Certificate

Populate the form, remember Common Name is the FQDN for the certificate.

Select [...]]]></description>
			<content:encoded><![CDATA[<p>The process of configuring a SSL certificate has changed between IIS6 and IIS7.<br />
Here is how to create a new AD Domain based SSL certificate and apply it to your virtual site.</p>
<p><strong>Creating the Certificate</strong></p>
<p>Open IIS Manager and select the instance.<br />
Select Server Certificates</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step1.jpg"><img class="alignnone size-medium wp-image-25" title="step1" src="http://wojzilla.com/wp-content/uploads/2008/11/step1-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p><span id="more-23"></span>Select Create Domain Certificate</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step2.jpg"><img class="alignnone size-medium wp-image-26" title="step2" src="http://wojzilla.com/wp-content/uploads/2008/11/step2-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Populate the form, remember Common Name is the FQDN for the certificate.</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step3.jpg"><img class="alignnone size-medium wp-image-30" title="step3" src="http://wojzilla.com/wp-content/uploads/2008/11/step3-300x228.jpg" alt="" width="300" height="228" /></a></p>
<p>Select your Certification Authority (CA) and fill in Friendly Name (display name)</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step3.jpg"></a><a href="http://wojzilla.com/wp-content/uploads/2008/11/step4.jpg"><img class="alignnone size-medium wp-image-28" title="step4" src="http://wojzilla.com/wp-content/uploads/2008/11/step4-300x227.jpg" alt="" width="300" height="227" /></a></p>
<p><strong>Assigning the certificate</strong></p>
<p>Open IIS Manager and select the Virtual Site you wish to apply the new certificate to</p>
<p>Click on Bindings</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step5.jpg"><img class="alignnone size-medium wp-image-29" title="step5" src="http://wojzilla.com/wp-content/uploads/2008/11/step5-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Select the HTTPS binding and click on EDIT</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step5.jpg"></a><a href="http://wojzilla.com/wp-content/uploads/2008/11/step6.jpg"><img class="alignnone size-medium wp-image-27" title="step6" src="http://wojzilla.com/wp-content/uploads/2008/11/step6-300x122.jpg" alt="" width="300" height="122" /></a></p>
<p>From the dropdown menu SSL Certificate select your new domain certificate and ok it.</p>
<p><a href="http://wojzilla.com/wp-content/uploads/2008/11/step7.jpg"><img class="alignnone size-medium wp-image-24" title="step7" src="http://wojzilla.com/wp-content/uploads/2008/11/step7-300x162.jpg" alt="" width="300" height="162" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>System Center 2007 and ISA 2004</title>
		<link>http://wojtek.stec.net.au/?p=22</link>
		<comments>http://wojtek.stec.net.au/?p=22#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:01:21 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[ISA]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=22</guid>
		<description><![CDATA[I&#8217;ve been going through a few headaches with deploying System Centre alongside ISA 2004.
All of my managed servers/computers were coming up with the following status
MODEL: unkown
Last Contacted: not contacted 
Deployments and Inventory: error
After a bit of poking around I worked out it&#8217;s related to the windows update service.
 One one of the workstations I inspected the WindowsUpdate.log [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been going through a few headaches with deploying System Centre alongside ISA 2004.</p>
<p>All of my managed servers/computers were coming up with the following status<br />
<strong>MODEL: </strong>unkown<br />
<strong>Last Contacted: </strong>not contacted <br />
<strong>Deployments and Inventory</strong>: error</p>
<p>After a bit of poking around I worked out it&#8217;s related to the windows update service.</p>
<p> One one of the workstations I inspected the WindowsUpdate.log file and came across this entry</p>
<p><em>Server URL = https://systemcentre.foo.local:8531/SimpleAuthWebService/SimpleAuth.asmx</em></p>
<p><em> WARNING: GetAuthorizationCookie failure, error = 0&#215;80244021, soap client error = 10, soap error code = 0, HTTP status code = 502</em></p>
<p>Browsing from the workstation to https://systemcentre.foo.local:8531/SimpleAuthWebService/SimpleAuth.asmx gave me the error</p>
<p><em>Error Code: 502 Proxy Error. The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. (12204)</em></p>
<p>To get around this, I installed <a href="http://www.isaserver.org/tutorials/ISA-Server-Tools.html" target="_blank">ISA Tunnel Port Editor</a> and added port 8531 to the SSL tunnel range.</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 won&#8217;t boot after disk resize</title>
		<link>http://wojtek.stec.net.au/?p=20</link>
		<comments>http://wojtek.stec.net.au/?p=20#comments</comments>
		<pubDate>Mon, 03 Nov 2008 02:24:09 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Partition Resize]]></category>
		<category><![CDATA[Windows boot Manager]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=20</guid>
		<description><![CDATA[I recently used GParted to resize a server 2008 partition, all went swimmingly until I rebooted and was prompted with a Windows Boot Manager error.
File: \Windows\system32\winload.exe
Status: 0xc0000225
Info: The selected entry could not be loaded because the application is missing or corrupt.
The Fix
1.       Boot the windows server 2008 cd
2.       Select your language
3.       Select repair your computer
4.       c:\
cd [...]]]></description>
			<content:encoded><![CDATA[<p>I recently used <a href="http://gparted.sourceforge.net/" target="_blank">GParted</a> to resize a server 2008 partition, all went swimmingly until I rebooted and was prompted with a <strong>Windows Boot Manager</strong> error.<br />
File: \Windows\system32\winload.exe<br />
Status: 0xc0000225<br />
Info: The selected entry could not be loaded because the application is missing or corrupt.<br />
<strong>The Fix</strong></p>
<p class="MsoListParagraphCxSpFirst" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><span style="font-size: small; font-family: Calibri;">1.</span><span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: small; font-family: Calibri;">Boot the windows server 2008 cd</span></p>
<p class="MsoListParagraphCxSpMiddle" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><span style="font-size: small; font-family: Calibri;">2.</span><span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: small; font-family: Calibri;">Select your language</span></p>
<p class="MsoListParagraphCxSpMiddle" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><span style="font-size: small; font-family: Calibri;">3.</span><span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: small; font-family: Calibri;">Select repair your computer</span></p>
<p class="MsoListParagraphCxSpMiddle" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><span style="font-size: small; font-family: Calibri;">4.</span><span style="font-family: 'Times New Roman';">       </span></span></span><span style="mso-ansi-language: EN" lang="EN"><span style="font-size: small; font-family: Calibri;">c:\<br />
cd \windows\system32<br />
bcdedit /set {bootmgr} device boot<br />
bcdedit /set {default} device boot<br />
bcdedit /set {default} osdevice boot</span></span></p>
<p class="MsoListParagraphCxSpLast" style="MARGIN: 0cm 0cm 10pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><span style="font-size: small; font-family: Calibri;">5.</span><span style="font-family: 'Times New Roman';">       </span></span></span><span style="mso-ansi-language: EN" lang="EN"><span style="font-size: small; font-family: Calibri;">Restart</span></span></p>
<p> </p>
<p> <br />
I have since learned that you can just use shrink volume from within the storage manager. </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Server Core 2008 &#8211; Domain Controller</title>
		<link>http://wojtek.stec.net.au/?p=17</link>
		<comments>http://wojtek.stec.net.au/?p=17#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:36:46 +0000</pubDate>
		<dc:creator>Wojtek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wojzilla.com/?p=17</guid>
		<description><![CDATA[Something as trivial as setting up a domain controller has become slightly tricky with the lack of a GUI. Normally I wouldn&#8217;t bother with deploying server core but i&#8217;m keen to keep overheads low on the VMware servers.
 
Set server name
In a command prompt type:
netdom renamecomputer %computername% /NewName:dc-dev-2

Set IP
Determine the name of the interface to change, [...]]]></description>
			<content:encoded><![CDATA[<p>Something as trivial as setting up a domain controller has become slightly tricky with the lack of a GUI. Normally I wouldn&#8217;t bother with deploying server core but i&#8217;m keen to keep overheads low on the VMware servers.</p>
<p><strong> </strong></p>
<p><strong>Set server name</strong></p>
<p>In a command prompt type:<br />
<em>netdom renamecomputer %computername% /NewName:dc-dev-2</em><br />
<strong><br />
Set IP</strong></p>
<p>Determine the name of the interface to change, more often than not it will be <strong>Local Area Connection</strong></p>
<p><em>netsh interface ipv4 show interfaces</em></p>
<p><em>Idx  Met   MTU   State        Name<br />
&#8212;  &#8212;  &#8212;&#8211;  &#8212;&#8212;&#8212;&#8211;  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
  2   10   1500  connected    Local Area Connection<br />
  1   50 4294967295  connected    Loopback Pseudo-Interface 1</em></p>
<p>Time to change the IP</p>
<p><em>netsh interface ipv4 set address name=&#8221;<strong>Local Area Connection</strong>&#8221; source=static address=<strong>192.168.10.11</strong> mask=<strong>255.255.255.0</strong> gateway=<strong>192.168.10.254</strong></em></p>
<p>And set the DNS</p>
<p>netsh interface ipv4 add dnsserver name=&#8221;<strong>Local Area Connection</strong>&#8221; address=<strong>192.168.10.18</strong> index=1</p>
<p>Repeat as needed for secondary, tertiary etc, just be sure to increase the index value </p>
<p><strong>Join domain</strong></p>
<p>We return to the netdom command, the trailing asterix will prompt you to type in the password (safer) but you can just hard code it in</p>
<p><em>netdom join %computername% /domain:<strong>blerg.local</strong> /userd:<strong>Administrator</strong> /passwordd:<strong>*</strong></em></p>
<p> <strong>Install DHCP and DNS services (optional)</strong></p>
<p>the following lines install DNS and DHCP, handy to have but not essential, really depends on your existing network topology</p>
<p><em>start /w ocsetup dns-server-core-role</em></p>
<p><em>start /w ocsetup dhcpservercore</em></p>
<p> </p>
<p><strong> </strong></p>
<p><strong>DCPROMO</strong></p>
<p>To run dcpromo in a GUIless environment you need to create an unattend file</p>
<p><em>edit unattend.txt</em></p>
<p>paste in the following</p>
<div id="main">
<div id="content">
<div class="post">
<p class="post-date"><code><em>[DCInstall]<br />
UserName=blerg\administrator<br />
<code><em>Password=*<br />
</em></code></em></code><code><em>UserDomain=blerg.local<br />
AutoConfigDNS=Yes<br />
ConfirmGc=Yes<br />
RebootOnSuccess=Yes<br />
ReplicaDomainDNSName=blerg.local<br />
ReplicaOrNewDomain=Replica<br />
ReplicationSourceDC=dc.blerg.local<br />
SafeModeAdminPassword=YourPassword!</em></code></p>
<p class="post-date"><strong>Run DCPromo</strong></p>
<p class="post-date"><em>dcpromo /unattend:unattend.txt</em></p>
<p class="post-date">you will be prompted to enter the administrator password, upon completion the server will reboot and clear passwords from the unattend.txt file.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wojtek.stec.net.au/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
