<?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>mainesysadmin.com &#187; microsoft</title>
	<atom:link href="http://mainesysadmin.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +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>HowTo &#8211; create a volume greater than 2 terabytes in win2k3 (min sp1)</title>
		<link>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/</link>
		<comments>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:59:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[win2k3]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=150</guid>
		<description><![CDATA[For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.

Open Windows Disk management.
Click Action -&#62; Rescan disks to make your new [...]]]></description>
			<content:encoded><![CDATA[<p>For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.</p>
<ol>
<li>Open Windows Disk management.</li>
<li>Click Action -&gt; Rescan disks to make your new disk appear, if greater than 2tb it will appear as 2 partitions on 1 disk</li>
<li>Right click on the disk and initialize the disk</li>
<li>Open a windows command prompt</li>
<li>type &#8220;diskpart&#8221;</li>
<li>type &#8220;list disk&#8221;</li>
<li>select the new disk that&#8217;s over 2tb</li>
<li>convert gpt</li>
<li>Now from windows Disk Management you should see a single disk greater than 2tb</li>
</ol>
<p>Information on the diskpart utility:   <a href="http://support.microsoft.com/default.aspx/kb/300415" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">http://support.microsoft.com/default.aspx/kb/300415</a></p>
<p>The most important prereqs include Windows 2k3 is up to at least sp1 and that no partitions exist on the disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; publish flash animation with IIS6</title>
		<link>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/</link>
		<comments>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:19:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=112</guid>
		<description><![CDATA[Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.
http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198
Adding .flv MIME type in IIS
1) Select the [...]]]></description>
			<content:encoded><![CDATA[<p>Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.</p>
<p><a href="http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/it.toolbox.com');">http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198</a></p>
<p>Adding .flv MIME type in IIS</p>
<p>1) Select the site to configure in IIS, right click and select &#8220;Properties&#8221;<br />
2) Under HTTP Headers Tab, select &#8220;File Types&#8221; under the MIME Map section and select &#8220;New Type&#8221;<br />
3) Type &#8220;.flv&#8221; as the associated extension and &#8220;video/x-flv&#8221; as the content type.<br />
4) Select &#8220;OK&#8221; and you&#8217;re ready to fly!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp and Data Deduplication (artist formally known as A-SIS)</title>
		<link>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/</link>
		<comments>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:49:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:
&#8220;Scott&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:</p>
<p>&#8220;<a href="http://blog.scottlowe.org/2008/03/31/quick-guide-to-setting-up-netapp-deduplication/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">Scott&#8217;s Quick Guide to Setting up Netapp Deduplication</a>&#8221;</p>
<p>NetApp does provide a useful windows exe called &#8220;find_space&#8221; which you can run in report mode against any windows data volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; remove a windows service from cli?</title>
		<link>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/</link>
		<comments>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:24:17 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/</guid>
		<description><![CDATA[If you&#8217;d like to delete a service from your view from within windows server 2003 you can use the following commands.
First top the service:
net stop &#8220;service name&#8221;
the next command will delete it&#8230;
sc delete &#8220;service name&#8221;
***The &#8220;service name&#8221; isn&#8217;t always the name listed under names when you bring up the services console gui.  Select the service [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to delete a service from your view from within windows server 2003 you can use the following commands.</p>
<p>First top the service:</p>
<p><em>net stop &#8220;service name&#8221;</em></p>
<p>the next command will delete it&#8230;</p>
<p><em>sc delete &#8220;service name&#8221;</em><br />
<em>***</em>The &#8220;service name&#8221; isn&#8217;t always the name listed under names when you bring up the services console gui.  Select the service you&#8217;d like to delete and review the properties.  The actual windows registry service name will be listed at the top of the properties sheet for that service.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Windows shutdown GUI and remote shutdown capabilities</title>
		<link>http://mainesysadmin.com/2008/04/30/how-to-windows-shutdown-gui-and-remote-shutdown-capabilities/</link>
		<comments>http://mainesysadmin.com/2008/04/30/how-to-windows-shutdown-gui-and-remote-shutdown-capabilities/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:38:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/04/30/how-to-windows-shutdown-gui-and-remote-shutdown-capabilities/</guid>
		<description><![CDATA[From a windows command prompt you can get a shutdown gui.  This is cool because you can use it to execute remote shutdowns with ease and not have to remember all the flags.
start-&#62;run-&#62;  cmd
c:\shutdown.exe -i
The gui should be launched.  I find it handy when a server is supposed to reboot and gets &#8220;stuck&#8221;.  Some windows [...]]]></description>
			<content:encoded><![CDATA[<p>From a windows command prompt you can get a shutdown gui.  This is cool because you can use it to execute remote shutdowns with ease and not have to remember all the flags.</p>
<p>start-&gt;run-&gt;  cmd</p>
<p>c:\shutdown.exe -i</p>
<p>The gui should be launched.  I find it handy when a server is supposed to reboot and gets &#8220;stuck&#8221;.  Some windows servers just don&#8217;t shutdown cleanly and hang on the process.  If you execute another remote shutdown command you can force the server out of the endless shutdown, and save yourself from a drive into the server room.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/04/30/how-to-windows-shutdown-gui-and-remote-shutdown-capabilities/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vmware vi3, architecture and the stupid visio line tool</title>
		<link>http://mainesysadmin.com/2007/08/21/vmware-vi3-architecture-and-the-stupid-visio-line-tool/</link>
		<comments>http://mainesysadmin.com/2007/08/21/vmware-vi3-architecture-and-the-stupid-visio-line-tool/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 19:56:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2007/08/21/vmware-vi3-architecture-and-the-stupid-visio-line-tool/</guid>
		<description><![CDATA[I almost put my fist through my fancy dell lcd at work today.  Microsoft Visio is the bane of my existence when it comes to the line tool to connect devices and shapes.  The end result is pretty nice and makes the entire infrastructure much easier to grasp when the data just isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I almost put my fist through my fancy dell lcd at work today.  Microsoft Visio is the bane of my existence when it comes to the line tool to connect devices and shapes.  The end result is pretty nice and makes the entire infrastructure much easier to grasp when the data just isn&#8217;t sitting idle in an excel table&#8230;</p>
<p><a href="http://mainesysadmin.com/visio/mphc_vmware_architecture.htm">http://mainesysadmin.com/visio/mphc_vmware_architecture.htm</a></p>
<p>There&#8217;s more work to be done.  I want to add another sheet showing the pnics and pswitches related to the vswitches.  This will also show the etherchannel bundles and the active and standby nics.  Coming soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2007/08/21/vmware-vi3-architecture-and-the-stupid-visio-line-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware hba drivers and microsoft clustering</title>
		<link>http://mainesysadmin.com/2007/04/11/vmware-hba-drivers-and-microsoft-clustering/</link>
		<comments>http://mainesysadmin.com/2007/04/11/vmware-hba-drivers-and-microsoft-clustering/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 13:45:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[hba]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/blog/?p=22</guid>
		<description><![CDATA[http://kb.vmware.com/selfservice/viewContent.do?externalId=1560391
Using 2GB Fibre Channel Drivers on ESX Server 3.0.1
Products
VMware ESX Server
VMware VirtualCenter
Details
ESX Server 3.0.1 is installed with 4GB Fibre Channel drivers by default. However, the following conditions require you to roll back to 2GB Fibre Channel drivers, which are available on the VMware Infrastructure CD.
*
MSCS clustering on an ESX Server system requires 2GB Fibre Channel [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kb.vmware.com/selfservice/viewContent.do?externalId=1560391" target="_blank" title="External link to http://kb.vmware.com/selfservice/viewContent.do?externalId=1560391" class="externalLink" onclick="javascript:pageTracker._trackPageview ('/outbound/kb.vmware.com');">http://kb.vmware.com/selfservice/viewContent.do?externalId=1560391</a></p>
<p>Using 2GB Fibre Channel Drivers on ESX Server 3.0.1<br />
Products</p>
<p><span class="externalLink">VMware</span> ESX Server<br />
<span class="externalLink">VMware</span> <span class="externalLink">VirtualCenter</span><br />
Details</p>
<p>ESX Server 3.0.1 is installed with 4GB Fibre Channel drivers by default. However, the following conditions require you to roll back to 2GB Fibre Channel drivers, which are available on the <span class="externalLink">VMware</span> Infrastructure CD.</p>
<p>*<br />
MSCS clustering on an ESX Server system requires 2GB Fibre Channel drivers.</p>
<p>*<br />
Some arrays are qualified only with 2GB HBA and Fibre Channel drivers in ESX Server 3.0. These arrays are footnoted in the ESX Server 3.x Storage/SAN Compatibility Guide (<a href="http://www.vmware.com/pdf/vi3_san_guide.pdf" target="_blank" title="External link to http://www.vmware.com/pdf/vi3_san_guide.pdf" class="externalLink" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">http://www.vmware.com/pdf/vi3_san_guide.pdf</a>).</p>
<p>Solution</p>
<p>To determine which Fibre Channel drivers are installed</p>
<p>1.<br />
Use the command vmkload_mod -l to determine which drivers are installed.</p>
<p>2.<br />
Review the command output. 4GB drivers are indicated by lpfcdd_732, qla2200_707, or qla2300_707. If one of these is present, modify your drivers.</p>
<p>To modify installed Fibre Channel drivers</p>
<p>1.<br />
Uninstall any 4GB drivers using the command rpm -e &lt;4GB_driver_name&gt;.</p>
<p>Example:</p>
<p>rpm -e <a href="#VMware-esx-drivers-scsi-qla2200-v7" tiddlylink="VMware-esx-drivers-scsi-qla2200-v7" refresh="link" target="_blank" title="External link to #VMware-esx-drivers-scsi-qla2200-v7" class="externalLink">VMware-esx-drivers-scsi-qla2200-v7</a>.07-7.7.4.1vmw-29822</p>
<p>The actual driver name varies, depending on the Fibre Channel manufacturer and ESX Server build number.</p>
<p>2.<br />
Install the 2GB drivers using the command rpm -Uvh &lt;2GB_driver_name&gt;.</p>
<p>Example:</p>
<p>rpm -Uvh <a href="#VMware-esx-drivers-scsi-qla2300-v7xx-7" tiddlylink="VMware-esx-drivers-scsi-qla2300-v7xx-7" refresh="link" target="_blank" title="External link to #VMware-esx-drivers-scsi-qla2300-v7xx-7" class="externalLink">VMware-esx-drivers-scsi-qla2300-v7xx-7</a>.4.0.1vmw-29822.i386.rpm</p>
<p>The actual driver name varies, depending on the Fibre Channel manufacturer and ESX Server build number.</p>
<p>3.</p>
<p>In the file /etc/vmware/esx.conf, change:<br />
*<br />
lpfcdd_732 to lpfcdd_7xx</p>
<p>*<br />
qla2200_707 to qla2200_7xx</p>
<p>*<br />
qla2300_707 to qla2300_7xx</p>
<p>4.<br />
Issue the command:</p>
<p>esxcfg-boot -b</p>
<p>Also known as update-boot, this option implies -g (regenerate-grub) plus a new initrd creation.  The command looks in esx.conf to see what is there and builds an appropriate initial RAM disk (initrd) and puts the appropriate data on the grub.conf kernel command line.</p>
<p>5.<br />
Reboot the system.</p>
<p>6.<br />
(Optional) Follow the instructions again in To determine which Fibre Channel drivers are installed (above). Ensure that all instances of 4GB Fibre Channel drivers were replaced with 2GB Fiber Channel drivers.</p>
<p>Product Versions</p>
<p><span class="externalLink">VMware</span> ESX Server 3.0.x<br />
<span class="externalLink">VMware</span> <span class="externalLink">VirtualCenter</span> 2.0.x</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2007/04/11/vmware-hba-drivers-and-microsoft-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
