<?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; OpenSolaris</title>
	<atom:link href="http://sigtar.com/category/open-solaris/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>opensolaris &#8211; increase swap</title>
		<link>http://sigtar.com/2010/07/26/opensolaris-increase-swap/</link>
		<comments>http://sigtar.com/2010/07/26/opensolaris-increase-swap/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 07:06:34 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[zdb]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1182</guid>
		<description><![CDATA[I found this on opensolaris forums&#8230;. A nice way to increase your swap without the need for a reboot.
First check your current swap size and details;
swap -lh 
or
zfs list 
Then create a temp swap zfs store and delete and increase swap
zfs create -V &#60;old size&#62; rpool/swp
swap -a /dev/zvol/dsk/rpool/swp
swap -d /dev/zvol/dsk/rpool/swap
zfs destroy rpool/swap
zfs create -V &#60;new [...]


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>I found this on opensolaris forums&#8230;. A nice way to increase your swap without the need for a reboot.</p>
<p>First check your current swap size and details;</p>
<p><strong>swap -lh </strong></p>
<p>or</p>
<p><strong>zfs list </strong></p>
<p>Then create a temp swap zfs store and delete and increase swap</p>
<div id="_mcePaste"><strong>zfs create -V &lt;old size&gt; rpool/swp</strong></div>
<div id="_mcePaste"><strong>swap -a /dev/zvol/dsk/rpool/swp</strong></div>
<div id="_mcePaste"><strong>swap -d /dev/zvol/dsk/rpool/swap</strong></div>
<div id="_mcePaste"><strong>zfs destroy rpool/swap</strong></div>
<div id="_mcePaste"><strong>zfs create -V &lt;new size&gt; rpool/swap</strong></div>
<div id="_mcePaste"><strong>swap -a /dev/zvol/dsk/rpool/swap</strong></div>
<div id="_mcePaste"><strong>swap -d /dev/zvol/dsk/rpool/swp</strong></div>
<div id="_mcePaste"><strong>zfs destroy rpool/swp</strong></div>
<div><strong><br />
</strong></div>
<p>Done.</p>
<p>If you are happy to reboot&#8230;</p>
<p><strong>zfs set volsize=8G rpool/swap<br />
reboot</strong></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/07/26/opensolaris-increase-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris on HP server</title>
		<link>http://sigtar.com/2010/07/24/opensolaris-on-hp-server/</link>
		<comments>http://sigtar.com/2010/07/24/opensolaris-on-hp-server/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 09:44:07 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1176</guid>
		<description><![CDATA[A nice easy post by Evgeniy on getting opensolaris on HP kit&#8230;.
http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html


Related posts:OpenSolaris &#8211; Samba server Time to share your newly created ZFS volume via samba...

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


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>A nice easy post by Evgeniy on getting opensolaris on HP kit&#8230;.</p>
<p><a href="http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html" target="_blank">http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html</a></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/07/24/opensolaris-on-hp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 &#8211; pkg verify</title>
		<link>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/</link>
		<comments>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/#comments</comments>
		<pubDate>Sun, 23 May 2010 09:11:57 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[--accept]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[pkg]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1136</guid>
		<description><![CDATA[I ran through a pkg verify the other day and came across a lot of errors. Running the subsequent pkg fix command presented me with this&#8230;
pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.
 Please retry this operation on an alternate boot environment.
This is the fix&#8230;.
mkdir /mnt/osol-134fix
beadm create osol-134fix
beadm mount [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</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>
</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 ran through a <strong>pkg verify</strong> the other day and came across a lot of errors. Running the subsequent <strong>pkg fix</strong> command presented me with this&#8230;</p>
<p><em>pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.</em></p>
<p><em> Please retry this operation on an alternate boot environment.</em></p>
<p>This is the fix&#8230;.</p>
<p><strong>mkdir /mnt/osol-134fix<br />
beadm create osol-134fix<br />
beadm mount osol-134fix /mnt/osol-134fix<br />
pkg -R /mnt/osol-134fix fix &#8211;accept<br />
beadm activate osol-134fix</strong></p>
<p>Then reboot your machine into the new boot image</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</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>
</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/05/23/opensolaris-pkg-verify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris &#8211; default route</title>
		<link>http://sigtar.com/2010/05/11/opensolaris-default-route/</link>
		<comments>http://sigtar.com/2010/05/11/opensolaris-default-route/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:28:46 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[default route]]></category>
		<category><![CDATA[netstat]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1132</guid>
		<description><![CDATA[type the following to check your default routes&#8230;
netstat -rn


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>type the following to check your default routes&#8230;</p>
<p><strong>netstat -rn</strong></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/05/11/opensolaris-default-route/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>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>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>
		<item>
		<title>Opensolaris &#8211; white screen on logon</title>
		<link>http://sigtar.com/2009/10/08/opensolaris-white-screen-on-logon/</link>
		<comments>http://sigtar.com/2009/10/08/opensolaris-white-screen-on-logon/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:25:45 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-cleanup]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[white screen]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=993</guid>
		<description><![CDATA[I had this problem when i enabled 3d effects on my server. The screen just goes white and you cannot see anything. Even after a reboot as soon as you logon to gnome the screen goes white.
To fix you&#8217;ll need to logon using a &#8220;failsafe terminal&#8221; session, then run gnome-cleanup from the command line. This [...]


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 had this problem when i enabled 3d effects on my server. The screen just goes white and you cannot see anything. Even after a reboot as soon as you logon to gnome the screen goes white.</p>
<p>To fix you&#8217;ll need to logon using a &#8220;failsafe terminal&#8221; session, then run <strong>gnome-cleanup </strong>from the command line. This will blow away any of your gnome settings (although they are actually backed up to a file), but it&#8217;ll mean you&#8217;ll be able to logon again without issue.</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/08/opensolaris-white-screen-on-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
