<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Home Fileserver: OpenSolaris 2009.06</title>
	<atom:link href="http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/feed/" rel="self" type="application/rss+xml" />
	<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/</link>
	<description>Complexifying simplicity</description>
	<lastBuildDate>Wed, 10 Mar 2010 04:58:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kebabbert</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-11770</link>
		<dc:creator>kebabbert</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-11770</guid>
		<description>Good technical Solaris book for free:
http://www.c0t0d0s0.org/pages/lksfbook.html</description>
		<content:encoded><![CDATA[<p>Good technical Solaris book for free:<br />
<a href="http://www.c0t0d0s0.org/pages/lksfbook.html" rel="nofollow">http://www.c0t0d0s0.org/pages/lksfbook.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-11423</link>
		<dc:creator>Marcio</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-11423</guid>
		<description>Hi Peter,

When you created the LUN
    create LUN:
    sbdadm create-lu /dev/zvol/rdsk/tank/vol_1
    (vol_1 is my old volume on zfs pool tank)

Didn&#039;t it kill your old zvol?

I did exactly the same thing trying to migrate from iscsitgt to COMSTAR and it destroyed my zvols contents.

I have been following a few posts and it seems that creating a new LUN writes data into the first 64 bytes of the zvol, destroying it&#039;s contents.

Did you do anything special in order not to destroy the zvols contents?

Cheers,
Marcio</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>When you created the LUN<br />
    create LUN:<br />
    sbdadm create-lu /dev/zvol/rdsk/tank/vol_1<br />
    (vol_1 is my old volume on zfs pool tank)</p>
<p>Didn&#8217;t it kill your old zvol?</p>
<p>I did exactly the same thing trying to migrate from iscsitgt to COMSTAR and it destroyed my zvols contents.</p>
<p>I have been following a few posts and it seems that creating a new LUN writes data into the first 64 bytes of the zvol, destroying it&#8217;s contents.</p>
<p>Did you do anything special in order not to destroy the zvols contents?</p>
<p>Cheers,<br />
Marcio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-11125</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 03 Jul 2009 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-11125</guid>
		<description>Hi Peter,

Glad you got the iSCSI working, and thanks for the COMSTAR info -- I&#039;ll have to take a look sometime!

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Glad you got the iSCSI working, and thanks for the COMSTAR info &#8212; I&#8217;ll have to take a look sometime!</p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-10822</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-10822</guid>
		<description>Hi Simon,

for your info:

I upgraded my system to SXCE build 116 and now everything works fine. I switched to COMSTAR and i cood use my old volumes. Take a look at COMSTAR!

What I did:

activate COMSTAR:
svcadm enable stmf

everything ok?:
svcs stmf
stmfadm list-state

create LUN:
sbdadm create-lu /dev/zvol/rdsk/tank/vol_1 
(vol_1 is my old volume on zfs pool tank)

ok?:
sbdadm list-lu
stmfadm list-lu -v

add view:
stmfadm add-view  Note: &lt;- GUID is output of &#039;sbdadm list-lu&#039;

disable old scsi-target:
zfs set shareiscsi=off tank/vol_1

is old iscsitgtd running?:
svcs iscsitgt

yes, then disable iscsitgt:
svcadm disable iscsitgt

enable new service:
svcadm enable -r svc:/network/iscsi/target:default

ok?:
svcs -a &#124; grep -i iscsi

create new target:
itadm create-target

ok?:
itadm list-target
itadm list-target -v

Then i use globalSAN iSCSI Initiator 3.3.0.43 on my iMac.


COMSTAR: http://wikis.sun.com/display/OpenSolarisInfo/COMSTAR+Administration

Cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>for your info:</p>
<p>I upgraded my system to SXCE build 116 and now everything works fine. I switched to COMSTAR and i cood use my old volumes. Take a look at COMSTAR!</p>
<p>What I did:</p>
<p>activate COMSTAR:<br />
svcadm enable stmf</p>
<p>everything ok?:<br />
svcs stmf<br />
stmfadm list-state</p>
<p>create LUN:<br />
sbdadm create-lu /dev/zvol/rdsk/tank/vol_1<br />
(vol_1 is my old volume on zfs pool tank)</p>
<p>ok?:<br />
sbdadm list-lu<br />
stmfadm list-lu -v</p>
<p>add view:<br />
stmfadm add-view  Note: &lt;- GUID is output of &#8217;sbdadm list-lu&#8217;</p>
<p>disable old scsi-target:<br />
zfs set shareiscsi=off tank/vol_1</p>
<p>is old iscsitgtd running?:<br />
svcs iscsitgt</p>
<p>yes, then disable iscsitgt:<br />
svcadm disable iscsitgt</p>
<p>enable new service:<br />
svcadm enable -r svc:/network/iscsi/target:default</p>
<p>ok?:<br />
svcs -a | grep -i iscsi</p>
<p>create new target:<br />
itadm create-target</p>
<p>ok?:<br />
itadm list-target<br />
itadm list-target -v</p>
<p>Then i use globalSAN iSCSI Initiator 3.3.0.43 on my iMac.</p>
<p>COMSTAR: <a href="http://wikis.sun.com/display/OpenSolarisInfo/COMSTAR+Administration" rel="nofollow">http://wikis.sun.com/display/OpenSolarisInfo/COMSTAR+Administration</a></p>
<p>Cheers,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-10269</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 21 Jun 2009 21:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-10269</guid>
		<description>Hi Peter,

Indeed, the slow write speed to iSCSI targets now with OpenSolaris 2009.06 seem to be caused by the fix for bug 6770534, which uses synchronous writes -- i.e. the writes require acknowledgements, rather than just squirting all the write data into a large cache. It looks like the solution will be found by following the thread you mention, as other people certainly seem to have encountered the same problem. Good luck! (I don&#039;t use iSCSI at the moment)

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Indeed, the slow write speed to iSCSI targets now with OpenSolaris 2009.06 seem to be caused by the fix for bug 6770534, which uses synchronous writes &#8212; i.e. the writes require acknowledgements, rather than just squirting all the write data into a large cache. It looks like the solution will be found by following the thread you mention, as other people certainly seem to have encountered the same problem. Good luck! (I don&#8217;t use iSCSI at the moment)</p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://breden.org.uk/2009/06/16/home-fileserver-opensolaris-200906/comment-page-1/#comment-10266</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=135#comment-10266</guid>
		<description>Hi Simon,

I used a zfs home fileserver like yours since 18 month. i used iscsi targets with opensolaris. on my imac i use the globalSAN ISCSI Initiator and had a good perfomance. today i switched to 2009.06 and my iscsi perfomace is very bad:

https://opensolaris.org/jive/thread.jspa?messageID=388492

any ideas?

thanks for your home filer blog!!</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>I used a zfs home fileserver like yours since 18 month. i used iscsi targets with opensolaris. on my imac i use the globalSAN ISCSI Initiator and had a good perfomance. today i switched to 2009.06 and my iscsi perfomace is very bad:</p>
<p><a href="https://opensolaris.org/jive/thread.jspa?messageID=388492" rel="nofollow">https://opensolaris.org/jive/thread.jspa?messageID=388492</a></p>
<p>any ideas?</p>
<p>thanks for your home filer blog!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
