<?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>Daz's bits and bobs &#187; Storage</title>
	<atom:link href="http://sigtar.com/category/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +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>4k sector hard drives and zfs</title>
		<link>http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/</link>
		<comments>http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:48:34 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[4k]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[sector]]></category>
		<category><![CDATA[wd10ears]]></category>
		<category><![CDATA[western digital]]></category>
		<category><![CDATA[win 7]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1154</guid>
		<description><![CDATA[I hit this as a problem recently. One of my disks died in my raidz so i ran down to the store and grabbed me a replacement WD10EARS (Western Digital 1Tb Green) drive.
BUT&#8230;
The one thing the store didn&#8217;t mention to me is the new 4K cluster sizing on the drive. I guess they assume most people run windows (though [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I hit this as a problem recently. One of my disks died in my raidz so i ran down to the store and grabbed me a replacement WD10EARS (Western Digital 1Tb Green) drive.</p>
<p>BUT&#8230;</p>
<p>The one thing the store didn&#8217;t mention to me is the new 4K cluster sizing on the drive. I guess they assume most people run windows (though the issues are also present in XP). See these posts&#8230;</p>
<p><a href="http://blog.temeletry.co.uk/2010/05/wd-green-wd10ears/">http://blog.temeletry.co.uk/2010/05/wd-green-wd10ears/</a></p>
<blockquote><p>Unfortunately they really don’t work as well as you’d like in a server <img src="http://blog.temeletry.co.uk/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
<ul>
<li><strong>They come with a 5 second head spin</strong> down setting that causes them to park their heads if they have been left idle for more than 5 seconds. As it takes a second or two to spin back up this can result in a very laggy experience during interactive sessions.</li>
<li><strong>They do not have NCQ or any form of command queing/optimisation</strong>. This means that (on FreeBSD at least) you are stuck in the LOOK elevator. In particular this was noticed when doing sequential read &amp; write (think dump|restore tar|untar etc) and interactive tasks simultaneously</li>
<li><strong>They really suck with FreeBSD and ZFS…</strong></li>
</ul>
</blockquote>
<p><a href="http://community.wdc.com/t5/Desktop/Poor-performace-in-OpenSolaris-with-4K-sector-drive-WD10EARS-in/m-p/21132">http://community.wdc.com/t5/Desktop/Poor-performace-in-OpenSolaris-with-4K-sector-drive-WD10EARS-in/m-p/21132</a></p>
<blockquote><p>While the other 512-byte sector HDDs were reading/writing at 30MB/s sustained, this EARS model did not exceeded the 1MB/s barrier.</p>
<p>I know for sure that this is related to the 512-byte sector firmware emulation, because the disk works perfectly well if I partition it in a 4k-sector alignment.</p>
<p>The thing is that even in that way, using it in a ZFS RAIDZ configuration the performance is very poor because RAIDZ uses a dynamic stripe size.</p>
<p>The bottom line here is that folks like me, that use different versions of Unix, need the firmware to present the disk as a 4K-sector disk to unleash the full potential of the technology. The OS is already prepared to support that sector size, no need for emulation here.</p></blockquote>
<p><a href="http://opensolaris.org/jive/thread.jspa?threadID=125702">http://opensolaris.org/jive/thread.jspa?threadID=125702</a></p>
<blockquote><p>Some preliminary testing that I have done&#8230;the WD20EARS (2TB advanced format drives) actually presents emulated 512byte sectors to the host o/s.</p>
<p>The drive documentation indicates that jumpers 7-8 should be enabled if the o/s does not support advanced format drives &#8211; the drive still present 512 bytes sectors.</p>
<p>I have attempted to raise a support ticket querying this, and how one can disable 512byte sector emulation in the drive (perhaps through a firmware upgrade) but I have not received any response to date.</p>
<p>Hopefully is enough people raise support tickets, WD may release firmware that allows the drive to natively present 4k blocks. Other doco indicates several other jumper combinations &#8211; all do not seem to make the drive present 4k byte blocks.</p>
<p>Perhaps someone internal to sun that has a relationship with WD may be able to shed some light on this? It would be fantastic to find out that I was just doing something wrong -&gt; then I can get the drives to be seen on 32bit systems (ie &#8211; our embedded kit for osol, velitium)</p>
<p>Tested using b133 (64bit intel).</p></blockquote>
<p>Try to avoid the green drives in ZFS for now. Remember to do your research before you buy a bunch of disks. I was caught off guard by this small change (works fine in win7 etc) which kills performance in ZFS. Ouch.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris v134 &#8211; CIFS has gone walkies</title>
		<link>http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/</link>
		<comments>http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 05:16:39 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[134]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[SUNWsmbfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1110</guid>
		<description><![CDATA[Errr, I cant find the CIFS service in the 134 build.
I know it was renamed to as per below but still cant see it anywhere?
&#62; system/file-system/smb (was SUNWsmbfs*)
&#62; service/file-system/smb (was SUNWsmbs*)
Anyone have any ideas?
pkg search *smb gets me these&#8230; but i cant install them.
require         depend service/file-system/smb@0.5.11-0.134  [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Errr, I cant find the CIFS service in the 134 build.</p>
<p>I know it was renamed to as per below but still cant see it anywhere?</p>
<p>&gt; system/file-system/smb (was SUNWsmbfs*)<br />
&gt; service/file-system/smb (was SUNWsmbs*)</p>
<p>Anyone have any ideas?</p>
<p><strong>pkg search *smb</strong> gets me these&#8230; but i cant install them.</p>
<p><em>require         depend service/file-system/smb@0.5.11-0.134                    pkg:/redistributable@0.1-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/storage/storage-server@0.1-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/system/security/kerberos-5@0.5.11-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/storage/storage-nas@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/redistributable@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/storage/storage-server@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/slim_install@0.1-0.134</em></p>
<p><strong>pkg install system/file-system/smb</strong></p>
<p><em>No updates necessary for this image.</em></p>
<p><strong>pkg install service/file-system/smb</strong></p>
<p><em>Creating Plan<br />
pkg: The following pattern(s) did not match any packages in the current catalog.<br />
Try relaxing the pattern, refreshing and/or examining the catalogs:<br />
service/file-system/smb</em></p>
<p><em><strong>Update 23/05/2010</strong></em><br />
Problem was due to errors within package manager &#8212; see <a href="http://sigtar.com/2010/05/23/opensolaris-pkg-verify/" target="_blank">this </a>post</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>zfs &#8211; now has dedup!</title>
		<link>http://sigtar.com/2010/04/05/zfs-now-has-dedup/</link>
		<comments>http://sigtar.com/2010/04/05/zfs-now-has-dedup/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 09:43:47 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[dedup]]></category>
		<category><![CDATA[dedup=on]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[synchronous]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1105</guid>
		<description><![CDATA[Cool. zfs as of version 21 has deduplication built in. And thats the good dedup &#8211; synchronous dedup. i.e. deduped on the fly!
How easy is it to turn on? &#8211; very!
Once you have upgraded your zpool to 21 or above you can run the following command at the pool level and deduplication will be over [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; ZFS recovery after kernel panic'>Opensolaris &#8211; ZFS recovery after kernel panic</a> <small>Recently i hit what i thought was a huge disaster...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Cool. zfs as of version 21 has deduplication built in. And thats the good dedup &#8211; synchronous dedup. i.e. deduped on the fly!</p>
<p>How easy is it to turn on? &#8211; very!</p>
<p>Once you have upgraded your zpool to 21 or above you can run the following command at the pool level and deduplication will be over all your data from that point onwards.</p>
<p><strong>zpool set dedup=on tank</strong></p>
<p>Done</p>
<p>Note : Watch your performance, it will drop like a rock if you do not have enough ram for your dedup tables. Do some tests after enabling this feature.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; ZFS recovery after kernel panic'>Opensolaris &#8211; ZFS recovery after kernel panic</a> <small>Recently i hit what i thought was a huge disaster...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/04/05/zfs-now-has-dedup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iometer testing</title>
		<link>http://sigtar.com/2010/03/26/iometer-testing/</link>
		<comments>http://sigtar.com/2010/03/26/iometer-testing/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 19:58:56 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[iometer]]></category>
		<category><![CDATA[sectors]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1094</guid>
		<description><![CDATA[The following is some notes i have around the parameters i usually use during testing. There is a good document at ixbt labs on the various tests and settings&#8230;.
For a 1GB test set the sectors to : 2048000
Typical benchmarks; (which you will need to add)
128K 100% Read &#8211; Sequential
128K 100% Write &#8211; Sequential
Remember to bump [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The following is some notes i have around the parameters i usually use during testing. There is a good document at ixbt labs on the various tests and settings&#8230;.</p>
<p>For a 1GB test set the sectors to : 2048000</p>
<p>Typical benchmarks; (which you will need to add)</p>
<p>128K 100% Read &#8211; Sequential</p>
<p>128K 100% Write &#8211; Sequential</p>
<p>Remember to bump the workers up to 5 or so. You can set the mixes across all the workers if you select the PC object.</p>
<p><a href="http://ixbtlabs.com/articles/hddide2k1feb/iometer.html">http://ixbtlabs.com/articles/hddide2k1feb/iometer.html</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/03/26/iometer-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumbo Frames on your vSphere ESXi box</title>
		<link>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</link>
		<comments>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:44:25 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[9000]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[jumbo]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</guid>
		<description><![CDATA[Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/
you may want to implement jumbo frames to your iSCSI backend&#8230;
Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;
This to list your current switch details and port group names&#8230;
esxcfg-vswitch -l 
The follownig to allow jumbo frames onto your vswtich (insert your vSwich in [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</p>
<p>you may want to implement jumbo frames to your iSCSI backend&#8230;</p>
<p>Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;</p>
<p>This to list your current switch details and port group names&#8230;</p>
<p><strong>esxcfg-vswitch -l </strong></p>
<p>The follownig to allow jumbo frames onto your vswtich (insert your vSwich in following)</p>
<p><strong>esxcfg-vswtich -m 9000 vSwitch0 </strong></p>
<p>Then delete and recreate your kernel port groups that you setup for iscsi, my commands looked like this&#8230; (repeat for each iscsi kernel port you have)</p>
<p><strong>esxcfg-vmknic -d iSCSI-1</strong></p>
<p><strong>esxcfg-vmknic -i 10.0.0.101 -n 255.255.0.0 -m 9000 iSCSI-1</strong></p>
<p>to confirm you have set the MTU (frame size) correctely, run the following&#8230;.</p>
<p><strong>esxcfg-vmknic -l </strong></p>
<p>you should see your iSCSI kernel ports with a MTU of 9000 all going well.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere and Multipathing iSCSI</title>
		<link>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</link>
		<comments>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:19:54 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[lefthand]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[MPIO]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[swiscsi]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1084</guid>
		<description><![CDATA[This is just a quick reference to create a multiplathing iSCSI setup&#8230;
Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)
Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is just a quick reference to create a multiplathing iSCSI setup&#8230;</p>
<p>Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)</p>
<p>Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch settings and move nic 0 to active and nic 1 to <strong>unused</strong>. For the &#8220;iSCSI-2&#8243; portgroup configure it to override the virtual switch settings and move nic 1 to active and nic 0 to <strong>unused</strong>.</p>
<p>Now you have to run some esxcli commands to gel things together&#8230;. alt-f1 on the esxi console and type &#8220;unsupported&#8221; followed by your root password. The following is the command i have to run to get both my portgroups to work together on the iscsi hba&#8230;.  (you can check your vmk number from the networking config screen)</p>
<p><strong>esxcli swiscsi nic add -n vmk1 -d vmhba33<br />
esxcli swiscsi nic add -n vmk2 -d vmhba33</strong></p>
<p>For each target then change the path selection method to &#8220;round-robin&#8221;.</p>
<p>Go back to storage adapters and click &#8220;rescan&#8221;</p>
<p>If you want all future iSCSI targets to automatically use round-robin you must also run the following from commandline&#8230;   (this is for our HP Lefthand, your &#8220;storage array type&#8221; may be different. Its listed under your target details). Basically sets round robin as a default for this type of array. In general you should do this <em>first</em> before presenting any LUNs etc, else you may have to bounce your box.</p>
<p><strong>esxcli nmp satp setdefaultpsp &#8211;satp VMW_SATP_DEFAULT_AA &#8211;psp VMW_PSP_RR</strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HDD short stroking &#8211; is it worth it?</title>
		<link>http://sigtar.com/2009/12/21/hdd-short-stroking-is-it-worth-it/</link>
		<comments>http://sigtar.com/2009/12/21/hdd-short-stroking-is-it-worth-it/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:12:47 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[short stroke]]></category>
		<category><![CDATA[stripe]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1061</guid>
		<description><![CDATA[I&#8217;ve got some old 250Gb drives that are starting to show their age. I&#8217;ve currently got them setup in a 3x RAID 0 config which presents about 750Gb of space.
I&#8217;ve got everything on a single partition (meh, i&#8217;m lazy). I&#8217;ve done various speed tests in the current setup (with all space allocated), but i thought [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got some old 250Gb drives that are starting to show their age. I&#8217;ve currently got them setup in a 3x RAID 0 config which presents about 750Gb of space.</p>
<p>I&#8217;ve got everything on a single partition (meh, i&#8217;m lazy). I&#8217;ve done various speed tests in the current setup (with all space allocated), but i thought i&#8217;d re-image onto a short stroke partition.</p>
<p>I only use about 150Gb of space on my main machine (most of my data is on another box), so i&#8217;m going to try creating a 200Gb partition to test if this provides any kind of performance boost.</p>
<p>So reducing my raid 0 from 750Gb to 214Gb, and here are the results&#8230;</p>
<p>Before with all 750Gb presented&#8230;</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HD-Tune-results.png"><img class="alignnone size-full wp-image-1063" title="HD Tune results" src="http://sigtar.com/wp-content/uploads/2009/12/HD-Tune-results.png" alt="" width="570" height="460" /></a></p>
<p>Same disks but short stroked to 214Gb&#8230;.</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume.png"><img class="alignnone size-full wp-image-1064" title="HDTune_Benchmark_Intel___Raid_0_Volume" src="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume.png" alt="" width="570" height="460" /></a></p>
<p>Conclusion : Yip, seems like its worth it if you have the spare space. Average throughput is up by 10MB/s and seek has improved by almost a third loosing 4ms.</p>
<p>You will get even more of an improvement if you can use a smaller % of capacity per drive and / or more drives for your stripe.</p>
<p><strong>Updated : 07/02/2010</strong></p>
<p>btw &#8211; the above was without write-back cache enabled&#8230;. if i turned that on i got the following&#8230;</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume1.png"><img class="alignnone size-full wp-image-1086" title="HDTune_Benchmark_Intel___Raid_0_Volume" src="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume1.png" alt="" width="570" height="460" /></a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/12/21/hdd-short-stroking-is-it-worth-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris &#8211; iSCSI</title>
		<link>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/</link>
		<comments>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:25:49 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1021</guid>
		<description><![CDATA[Want iSCSI in opensolaris?
Grab SUNWiscsitgt via package manager.
enable the server via svcadm;
svcadm enable iscsitgt
create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)
zfs create -V 500G tank/iscsi
set isci on via zfs command;
zfs set shareiscsi=on tank/iscsi
check that target is up and running;
iscsitadm list target -v 
Done. Should be able to connect [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Want iSCSI in opensolaris?</p>
<p>Grab SUNWiscsitgt via package manager.</p>
<p>enable the server via svcadm;</p>
<p><strong>svcadm enable iscsitgt</strong></p>
<p>create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)</p>
<p><strong>zfs create -V 500G tank/iscsi</strong></p>
<p>set isci on via zfs command;</p>
<p><strong>zfs set shareiscsi=on tank/iscsi</strong></p>
<p>check that target is up and running;</p>
<p><strong>iscsitadm list target -v </strong></p>
<p>Done. Should be able to connect via ip from another machine. I have not covered CHAP or any client side configuration. Assumed isolated LAN.</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png"><img class="alignnone size-full wp-image-1027" title="HDTune_Benchmark_SUN_____SOLARIS" src="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png" alt="HDTune_Benchmark_SUN_____SOLARIS" width="570" height="460" /></a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreeNAS &#8211; zfs in version 0.7</title>
		<link>http://sigtar.com/2009/10/28/freenas-zfs-in-version-0-7/</link>
		<comments>http://sigtar.com/2009/10/28/freenas-zfs-in-version-0-7/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:33:09 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[0.7]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[file server]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1010</guid>
		<description><![CDATA[If you want to give zfs a go and also want a dedicated file server this is the solution.
Check it out here;
http://www.freenas.org/

I&#8217;m still using opensolaris though as i like running a few virtualbox machines on the same box.


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you want to give zfs a go and also want a dedicated file server this is the solution.</p>
<p>Check it out here;</p>
<p><a href="http://www.freenas.org/" target="_blank">http://www.freenas.org/</a></p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/10/smart.png"><img class="alignnone size-full wp-image-1016" title="smart" src="http://sigtar.com/wp-content/uploads/2009/10/smart.png" alt="smart" width="544" height="640" /></a></p>
<p>I&#8217;m still using opensolaris though as i like running a few virtualbox machines on the same box.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/10/28/freenas-zfs-in-version-0-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensolaris &#8211; ZFS recovery after kernel panic</title>
		<link>http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/</link>
		<comments>http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:08:42 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[kernel panic]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[victor]]></category>
		<category><![CDATA[zdb]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zpool]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1002</guid>
		<description><![CDATA[Recently i hit what i thought was a huge disaster with my ZFS array. Essentially i was unable to import my zpool without causing the kernel to panic and reboot. Still unsure of the exact reason, but it didn&#8217;t seem to be due to a hardware fault. (zpool import showed all disks as ONLINE)
When i [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/04/05/zfs-now-has-dedup/' rel='bookmark' title='Permanent Link: zfs &#8211; now has dedup!'>zfs &#8211; now has dedup!</a> <small>Cool. zfs as of version 21 has deduplication built in....</small></li>
<li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Recently i hit what i thought was a huge disaster with my ZFS array. Essentially i was unable to import my zpool without causing the kernel to panic and reboot. Still unsure of the exact reason, but it didn&#8217;t seem to be due to a hardware fault. (zpool import showed all disks as ONLINE)</p>
<p>When i tried to import with <strong>zpool import -f tank</strong> the machine would lockup and reboot (panic).</p>
<p>The kernel panic;  (key line)</p>
<p>&gt; genunix: [ID 361072 kern.notice] zfs: freeing free segment (offset=<span id="lw_1255849819_2">3540185931776</span> size=22528)</p>
<p>Nothing i could do would fix it&#8230; tried both of these options in the system file with no success;</p>
<p><strong>set zfs:zfs_recover=1<br />
set aok=1</strong></p>
<p>After a quick email from a Sun Engineer (kudos to Victor), the <strong>zdb </strong>command line that fixed it;</p>
<p><strong>zdb -e -bcsvL &lt;poolname&gt;</strong></p>
<p>zdb is a read only diagnostic tool, but seemed to read through the sectors that had the corrupt data and fix things??  (not sure how a read only tool does that) &#8211; the run took well over 15hrs.</p>
<p><strong><em>Updated: 20/10/2009</em></strong></p>
<p>Apparently if you have set<strong> zfs:zfs_recover=1</strong> in your system file the zdb command will operate in a different manner fixing the issues it encounters.</p>
<p>Remember to run a <strong>zpool scrub &lt;poolname&gt;</strong> if you are lucky enough to get it back online.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/04/05/zfs-now-has-dedup/' rel='bookmark' title='Permanent Link: zfs &#8211; now has dedup!'>zfs &#8211; now has dedup!</a> <small>Cool. zfs as of version 21 has deduplication built in....</small></li>
<li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
