<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Basic things to do when creating a Microsoft Server Gold Build for use on a VMware ESX Template.</title>
	<atom:link href="http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template</link>
	<description>TechHead.co.uk is a site dedicated to information on various IT technologies, solutions, fixes and IT news. Topic areas include HP Proliant Servers &#38; Storage, VMware vSphere,ESX,ESXi, Microsoft Hyper V and Windows Server</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:47:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: twadeus</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9750</link>
		<dc:creator>twadeus</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9750</guid>
		<description>For Move CD drive mapping to Z has anyone tried B?</description>
		<content:encoded><![CDATA[<p>For Move CD drive mapping to Z has anyone tried B?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Clements</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9597</link>
		<dc:creator>James Clements</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9597</guid>
		<description>I always enable Remote Desktop because it is disabled by default :)</description>
		<content:encoded><![CDATA[<p>I always enable Remote Desktop because it is disabled by default <img src='http://www.techhead.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omfg</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9412</link>
		<dc:creator>omfg</dc:creator>
		<pubDate>Wed, 12 Aug 2009 01:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9412</guid>
		<description>If you&#039;re thin-provisioning (and I&#039;m sure most of you will be), then be sure to run the awesome sdelfrag vbs script to clean up your drive as much as possible:

http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/

This will make your Gold image as tight as possible.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re thin-provisioning (and I&#8217;m sure most of you will be), then be sure to run the awesome sdelfrag vbs script to clean up your drive as much as possible:</p>
<p><a href="http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/" rel="nofollow">http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/</a></p>
<p>This will make your Gold image as tight as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cookieme</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9388</link>
		<dc:creator>cookieme</dc:creator>
		<pubDate>Fri, 31 Jul 2009 20:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9388</guid>
		<description>Any suggestions/ best practices for creating Windows XP Pro VMs?</description>
		<content:encoded><![CDATA[<p>Any suggestions/ best practices for creating Windows XP Pro VMs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9383</link>
		<dc:creator>Oli</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9383</guid>
		<description>Two of mine:

1) If the server will be used for file shares, create a folder called &quot;data&quot; and set permissions to administrators only.  That way, newly-created subfolders will have sensible default permissions.

2) Create a reserve file on each volume using &quot;fsutil file createnew x:\deleteme.dat 1000000000&quot;.  That way, if you fill up the disk you can delete the reserve file and then have some breathing space to fix the problem.  Of course, proper monitoring would render this unnecessary. Be sure to exclude files called &quot;deleteme.dat&quot; from your backup job.</description>
		<content:encoded><![CDATA[<p>Two of mine:</p>
<p>1) If the server will be used for file shares, create a folder called &#8220;data&#8221; and set permissions to administrators only.  That way, newly-created subfolders will have sensible default permissions.</p>
<p>2) Create a reserve file on each volume using &#8220;fsutil file createnew x:\deleteme.dat 1000000000&#8243;.  That way, if you fill up the disk you can delete the reserve file and then have some breathing space to fix the problem.  Of course, proper monitoring would render this unnecessary. Be sure to exclude files called &#8220;deleteme.dat&#8221; from your backup job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omfg</title>
		<link>http://www.techhead.co.uk/10-basic-things-to-do-when-creating-a-microsoft-server-gold-build-for-use-on-vmware-esx-template#comment-9358</link>
		<dc:creator>omfg</dc:creator>
		<pubDate>Mon, 20 Jul 2009 05:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/?p=300#comment-9358</guid>
		<description>Right-click My Computer.
Click Properties.
Click the Advanced tab.
Click the Environment Variables tab.
Add a new variable in the System Variables box:

devmgr_show_nonpresent_devices=1

Whilst this is most useful for P2V&#039;d machines (not Gold Images) it&#039;s still useful to be able to get rid of non-present hardware.</description>
		<content:encoded><![CDATA[<p>Right-click My Computer.<br />
Click Properties.<br />
Click the Advanced tab.<br />
Click the Environment Variables tab.<br />
Add a new variable in the System Variables box:</p>
<p>devmgr_show_nonpresent_devices=1</p>
<p>Whilst this is most useful for P2V&#8217;d machines (not Gold Images) it&#8217;s still useful to be able to get rid of non-present hardware.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.techhead.co.uk @ 2012-02-09 01:26:10 -->
