<?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; san</title>
	<atom:link href="http://mainesysadmin.com/tag/san/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>Very Small shootout:  DeDuplication (NetApp) vs. Compression (vRanger Pro)</title>
		<link>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/</link>
		<comments>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:50:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[esxranger]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=97</guid>
		<description><![CDATA[The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.
Compressed vs Deduplicated
COMPRESSED: (backed up via vRanger Pro over VCB, size on win NTFS volume)
citrix_server = [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.</p>
<p><strong>Compressed vs Deduplicated</strong></p>
<p><span style="text-decoration: underline;"><strong>COMPRESSED:</strong></span> (backed up via vRanger Pro over VCB, size on win NTFS volume)<br />
citrix_server = 4.29gb<br />
win_sql_server_64bit = 9.76gb<br />
citrix_server2 = 6.14gb<br />
win2k3_member = 4.97gb</p>
<p><strong>compressed vm total = 25.16gb</strong></p>
<p><span style="text-decoration: underline;"><strong>UNCOMPRESSED:</strong></span></p>
<p>citrix_server = 10gb<br />
win_sql_server_64bit = 20gb<br />
citrix_server2 = 10gb<br />
win2k3_member = 35gb</p>
<p><strong>uncompressed total = 75gb</strong></p>
<p><span style="text-decoration: underline;"><strong>DEDUPED VS COMPRESSED:</strong></span></p>
<p><strong>deduped     = 54.29% savings (NetApp cmd output below)<br />
compressed     = 66.45% savings</strong></p>
<p>Here&#8217;s the actual output from the NetApp find_space exe:<br />
<code><br />
A-SIS Deduplication Space Savings estimate.</p>
<p>Name of Fingerprint File:          d:\esx_deduped.txt<br />
Total Number of Directories:       5<br />
Total Number of Files:             58<br />
Total Number of 4K Blocks:         19662390<br />
Total Number of Duplicate Blocks:  10673928<br />
Percentage of Duplicate Data:      <strong>54.29</strong><br />
Scan Start Time:                   Wed, Jul 30 2008 3:40:16 PM<br />
Scan End Time:                     Wed, Jul 30 2008 4:22:25 PM</code></p>
<p>I&#8217;ll be honest, I was expecting deduplication to blow compression out of the water even with only 4 vm&#8217;s.  I&#8217;ll go out on a limb and venture that deduplication would provide more results as you toss more vm&#8217;s into the picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>vmworld 2007, lots cpu cores, de-dupe what? and skinny ubuntu</title>
		<link>http://mainesysadmin.com/2007/09/12/vmworld-2007-lots-cpu-cores-de-dupe-what-and-skinny-ubuntu/</link>
		<comments>http://mainesysadmin.com/2007/09/12/vmworld-2007-lots-cpu-cores-de-dupe-what-and-skinny-ubuntu/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:58:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[california]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[geek news]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[vmworld2007]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2007/09/12/vmworld-2007-lots-cpu-cores-de-dupe-what-and-skinny-ubuntu/</guid>
		<description><![CDATA[Lots is going on this week at VMworld 2007.  I watched a video at the AMD booth of a server being upgraded from dual proc dual core to dual proc quad cores featuring their new &#8220;Barcelona&#8221; F series cpu.  The only change required is a bios upgrade which they actually replaced with a [...]]]></description>
			<content:encoded><![CDATA[<p>Lots is going on this week at VMworld 2007.  I watched a video at the <a href="http://amd.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/amd.com');">AMD</a> booth of a server being upgraded from dual proc dual core to dual proc quad cores featuring their new &#8220;Barcelona&#8221; F series cpu.  The only change required is a bios upgrade which they actually replaced with a new physical bios chip.  They stated in the video that no additional power, cooling or hardware is required for the upgrade.  The upgrade made a significant change in system performance.  <a href="http://multicore.amd.com/us-en/AMD-Multi-Core.aspx" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/multicore.amd.com');">FMI for quad core opterons&#8230;</a></p>
<p>I&#8217;m seeing a lot more companies adapting a de-duplication technology to their product.  <a href="http://netapp.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/netapp.com');">Netapp</a> and <a href="http://www.datadomain.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datadomain.com');">Data Domain</a> are a couple of vendors that I spoke to about this.  <a href="http://www.datadomain.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datadomain.com');">Data Domain</a> was interesting to me because they supply you with an entry level HW appliance with redundant disk storage at RAID 6.  The cost is about $17k for their <a href="http://www.datadomain.com/pdf/DataDomain-ApplianceSeries-Datasheet.pdf" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datadomain.com');">entry level appliance</a>.  The appliance comes with 2.5 raw tb of space which is the equivalent to 25tb of actual vm files because of the capabilities of de-duplication.  Pretty incredible.</p>
<p>Ubuntu is visiting <a href="http://vmworld.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/vmworld.com');">VMworld</a> again.  They&#8217;ve released a version of ubuntu that&#8217;s slimmed down for usage with virtual appliances and virtual machines.  The product is called <a href="http://news.com.com/8301-13580_3-9776585-39.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/news.com.com');">Jeos</a> (pronounced juice).</p>
<p>Tonight is the <a href="http://www.vmware.com/vmworld/conference_highlights/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">VMworld 2007 Party</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2007/09/12/vmworld-2007-lots-cpu-cores-de-dupe-what-and-skinny-ubuntu/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>
