<?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: FreeBSD iSCSI Initiator Installation and Configuration</title> <atom:link href="http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: swinful</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-48716</link> <dc:creator>swinful</dc:creator> <pubDate>Tue, 10 Aug 2010 14:38:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-48716</guid> <description>Vivek,
Great, short and sweat article. Just wanted to add, there is no need to add &quot;device iscsi_initiator&quot; into the kernel, recompile and reboot the system if you will use it as a loadable module. You may simple just &quot;# kldload  iscsi_initiator&quot; from the command-line or add it to /boot/loader.conf to have it load automatically at boot time.
Regards,
-swinful</description> <content:encoded><![CDATA[<p>Vivek,</p><p>Great, short and sweat article. Just wanted to add, there is no need to add &#8220;device iscsi_initiator&#8221; into the kernel, recompile and reboot the system if you will use it as a loadable module. You may simple just &#8220;# kldload  iscsi_initiator&#8221; from the command-line or add it to /boot/loader.conf to have it load automatically at boot time.</p><p>Regards,<br
/> -swinful</p> ]]></content:encoded> </item> <item><title>By: Brian</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-47998</link> <dc:creator>Brian</dc:creator> <pubDate>Tue, 22 Jun 2010 18:39:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-47998</guid> <description>Many targets will require a properly formatted InitiatorName.  i.e. It must start with iqn. and it must contain a &#039;:&#039;
Also, once the drive is mounted, many camcontrol commands will work to get additional info.
There does seem to be occasional problems with FreeBSD attempting to mount the drives before the iscsi connection is established.</description> <content:encoded><![CDATA[<p>Many targets will require a properly formatted InitiatorName.  i.e. It must start with iqn. and it must contain a &#8216;:&#8217;</p><p>Also, once the drive is mounted, many camcontrol commands will work to get additional info.</p><p>There does seem to be occasional problems with FreeBSD attempting to mount the drives before the iscsi connection is established.</p> ]]></content:encoded> </item> <item><title>By: Robin Stahlbaum</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-44481</link> <dc:creator>Robin Stahlbaum</dc:creator> <pubDate>Fri, 06 Nov 2009 20:04:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-44481</guid> <description>Works well for me.  I used ESX 4 based freebsd and openfiler.
thanks for the info</description> <content:encoded><![CDATA[<p>Works well for me.  I used ESX 4 based freebsd and openfiler.<br
/> thanks for the info</p> ]]></content:encoded> </item> <item><title>By: Eric Chang</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-43639</link> <dc:creator>Eric Chang</dc:creator> <pubDate>Thu, 10 Sep 2009 03:02:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-43639</guid> <description>nopam# kldstat
Id Refs Address    Size     Name
1    7 0xc0400000 9fab28   kernel
2    1 0xc0dfb000 ff18     iscsi_initiator.ko
3    1 0xc0e0b000 6a45c    acpi.ko
4    1 0xc44d9000 a6000    zfs.ko
5    1 0xc457f000 2000     opensolaris.ko
nopam#
nopam# iscontrol -v -d targetaddress=192.168.10.202 initiatorname=nxl
adding &#039;targetaddress=192.168.10.202&#039;
I-: cmd=0x3 len=265
SessionType=Discovery
InitiatorName=nxl
MaxBurstLength=131072
HeaderDigest=None,CRC32C
DataDigest=None,CRC32C
MaxRecvDataSegmentLength=65536
ErrorRecoveryLevel=0
DefaultTime2Wait=0
DefaultTime2Retain=0
DataPDUInOrder=Yes
DataSequenceInOrder=Yes
MaxOutstandingR2T=1
T-: cmd=0x23 len=211
MaxBurstLength=131072
HeaderDigest=None
DataDigest=None
MaxRecvDataSegmentLength=65536
ErrorRecoveryLevel=0
DefaultTime2Wait=0
DefaultTime2Retain=0
DataPDUInOrder=Yes
DataSequenceInOrder=Yes
MaxOutstandingR2T=1
I-: cmd=0x4 len=16
SendTargets=All
recvpdu: Socket is not connected
recvpdu failed
I-: cmd=0x6 len=0
recvpdu: Socket is not connected
recvpdu failed
nopam#
this is the result of my working.
any ideas ??
sorry for my poor english ..</description> <content:encoded><![CDATA[<p>nopam# kldstat<br
/> Id Refs Address    Size     Name<br
/> 1    7 0xc0400000 9fab28   kernel<br
/> 2    1 0xc0dfb000 ff18     iscsi_initiator.ko<br
/> 3    1 0xc0e0b000 6a45c    acpi.ko<br
/> 4    1 0xc44d9000 a6000    zfs.ko<br
/> 5    1 0xc457f000 2000     opensolaris.ko<br
/> nopam#</p><p>nopam# iscontrol -v -d targetaddress=192.168.10.202 initiatorname=nxl<br
/> adding &#8216;targetaddress=192.168.10.202&#8242;<br
/> I-: cmd=0&#215;3 len=265<br
/> SessionType=Discovery<br
/> InitiatorName=nxl<br
/> MaxBurstLength=131072<br
/> HeaderDigest=None,CRC32C<br
/> DataDigest=None,CRC32C<br
/> MaxRecvDataSegmentLength=65536<br
/> ErrorRecoveryLevel=0<br
/> DefaultTime2Wait=0<br
/> DefaultTime2Retain=0<br
/> DataPDUInOrder=Yes<br
/> DataSequenceInOrder=Yes<br
/> MaxOutstandingR2T=1<br
/> T-: cmd=0&#215;23 len=211<br
/> MaxBurstLength=131072<br
/> HeaderDigest=None<br
/> DataDigest=None<br
/> MaxRecvDataSegmentLength=65536<br
/> ErrorRecoveryLevel=0<br
/> DefaultTime2Wait=0<br
/> DefaultTime2Retain=0<br
/> DataPDUInOrder=Yes<br
/> DataSequenceInOrder=Yes<br
/> MaxOutstandingR2T=1<br
/> I-: cmd=0&#215;4 len=16<br
/> SendTargets=All<br
/> recvpdu: Socket is not connected<br
/> recvpdu failed<br
/> I-: cmd=0&#215;6 len=0<br
/> recvpdu: Socket is not connected<br
/> recvpdu failed<br
/> nopam#</p><p>this is the result of my working.<br
/> any ideas ??<br
/> sorry for my poor english ..</p> ]]></content:encoded> </item> <item><title>By: togr</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-40387</link> <dc:creator>togr</dc:creator> <pubDate>Thu, 19 Feb 2009 22:17:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-40387</guid> <description>I just set this up between freebsd 7.0 and netapp filer simulator (ontap 7251) , both running under virtualbox 214 with CHAP authentication. All worked very well since the very first try.
This is obviously not a production environment so I can&#039;t really tell anything except that it worked with the mentioned config:(
I noticed a small flaw of iscontrol: I could not display valid initiator name of my freebsd, this should be something like iqn.XXXXXX....., it is visible on filer after first discovery session, but you need to have access to storage side, which not always is possible (large organisations often have separate teams).</description> <content:encoded><![CDATA[<p>I just set this up between freebsd 7.0 and netapp filer simulator (ontap 7251) , both running under virtualbox 214 with CHAP authentication. All worked very well since the very first try.<br
/> This is obviously not a production environment so I can&#8217;t really tell anything except that it worked with the mentioned config:(<br
/> I noticed a small flaw of iscontrol: I could not display valid initiator name of my freebsd, this should be something like iqn.XXXXXX&#8230;.., it is visible on filer after first discovery session, but you need to have access to storage side, which not always is possible (large organisations often have separate teams).</p> ]]></content:encoded> </item> <item><title>By: Ian</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-40022</link> <dc:creator>Ian</dc:creator> <pubDate>Tue, 27 Jan 2009 22:27:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-40022</guid> <description>I agree with Andrei... works great with OpenFiler, both being under VMware control. But, I also tested with a ZFS iSCSI target on Solaris 10 08/07, and it didn&#039;t work. I think the ZFS iSCSI target controller (or the Solaris 10 one) is broken, as a Mac OS iSCSI initiator can&#039;t talk to it properly either. I will check more into the compatibility issue. But, doing a &quot;iscontrol -c /etc/iscsi.conf -n &quot; causes an infinite da???? detection loop by the system.
Ian</description> <content:encoded><![CDATA[<p>I agree with Andrei&#8230; works great with OpenFiler, both being under VMware control. But, I also tested with a ZFS iSCSI target on Solaris 10 08/07, and it didn&#8217;t work. I think the ZFS iSCSI target controller (or the Solaris 10 one) is broken, as a Mac OS iSCSI initiator can&#8217;t talk to it properly either. I will check more into the compatibility issue. But, doing a &#8220;iscontrol -c /etc/iscsi.conf -n &#8221; causes an infinite da???? detection loop by the system.</p><p>Ian</p> ]]></content:encoded> </item> <item><title>By: Fabian</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-39580</link> <dc:creator>Fabian</dc:creator> <pubDate>Tue, 23 Dec 2008 18:02:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-39580</guid> <description>I tried this tutorial on a amd64 version. It works fine up to the part, where the new partion shuld be mounted.  When trying to mount the device (&lt;i&gt;mount /dev/da0s1 /iscsi&lt;/i&gt;), the following message occurs:
&lt;i&gt;mount: /dev/da0s1 : Invalid argument&lt;/i&gt;
I tried to build the fs, with the following command:
&lt;i&gt;newfs /dev/da0s1&lt;/i&gt;
After this, the device can be mounted. But when trying to access the volume (read or write) the complete machine freezes and needs a hard-reset to start up again. Any ideas?</description> <content:encoded><![CDATA[<p>I tried this tutorial on a amd64 version. It works fine up to the part, where the new partion shuld be mounted.  When trying to mount the device (<i>mount /dev/da0s1 /iscsi</i>), the following message occurs:</p><p><i>mount: /dev/da0s1 : Invalid argument</i></p><p>I tried to build the fs, with the following command:</p><p><i>newfs /dev/da0s1</i></p><p>After this, the device can be mounted. But when trying to access the volume (read or write) the complete machine freezes and needs a hard-reset to start up again. Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Andrei</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-39242</link> <dc:creator>Andrei</dc:creator> <pubDate>Mon, 17 Nov 2008 14:27:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-39242</guid> <description>It works with Openfiler (tested only on vmware environment). I reconfigured from the beginning. The important thing is to remove any network ACLs and authentification and start from the simplest configuration. But I can&#039;t set it to add the device automatically after reboot (excluding cron&#039;s @reboot).</description> <content:encoded><![CDATA[<p>It works with Openfiler (tested only on vmware environment). I reconfigured from the beginning. The important thing is to remove any network ACLs and authentification and start from the simplest configuration. But I can&#8217;t set it to add the device automatically after reboot (excluding cron&#8217;s @reboot).</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-39207</link> <dc:creator>vivek</dc:creator> <pubDate>Thu, 13 Nov 2008 12:34:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-39207</guid> <description>Andrei,
I&#039;ve tested above instructions only on FreeBSD 7. Let us know more about your findings on FreeNAS or Openfiler.</description> <content:encoded><![CDATA[<p>Andrei,</p><p>I&#8217;ve tested above instructions only on FreeBSD 7. Let us know more about your findings on FreeNAS or Openfiler.</p> ]]></content:encoded> </item> <item><title>By: Andrei</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-39206</link> <dc:creator>Andrei</dc:creator> <pubDate>Thu, 13 Nov 2008 12:09:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-39206</guid> <description>Just tested it with Openfiler and it doesn&#039;t work.
I will soon test it with FreeNAS also.
I keep having this error:
#iscontrol -c /etc/iscsi.conf -n target0
0x0203: Not found
If I play with the username/pass (change it) it cryes about authentification error...
I&#039;ll also do some tcpdump traces to see what&#039;s the error...</description> <content:encoded><![CDATA[<p>Just tested it with Openfiler and it doesn&#8217;t work.<br
/> I will soon test it with FreeNAS also.<br
/> I keep having this error:<br
/> #iscontrol -c /etc/iscsi.conf -n target0<br
/> 0&#215;0203: Not found<br
/> If I play with the username/pass (change it) it cryes about authentification error&#8230;<br
/> I&#8217;ll also do some tcpdump traces to see what&#8217;s the error&#8230;</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-38724</link> <dc:creator>vivek</dc:creator> <pubDate>Mon, 08 Sep 2008 19:46:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-38724</guid> <description>So far no problem here but yes technology is new...</description> <content:encoded><![CDATA[<p>So far no problem here but yes technology is new&#8230;</p> ]]></content:encoded> </item> <item><title>By: John Hannerhan</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-38723</link> <dc:creator>John Hannerhan</dc:creator> <pubDate>Mon, 08 Sep 2008 19:41:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-38723</guid> <description>Has anyone tried this, and if so, is it stable?</description> <content:encoded><![CDATA[<p>Has anyone tried this, and if so, is it stable?</p> ]]></content:encoded> </item> <item><title>By: bat</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-38674</link> <dc:creator>bat</dc:creator> <pubDate>Thu, 28 Aug 2008 19:00:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-38674</guid> <description>Hi, there&#039;s a small typo here:
&quot;You may also need to update /etc/fstab file:
/dev/ad1s1 /iscsi ufs rw 3 3&quot;
i guess ad1s1 should be da1s1. anyway.
thx for the howto</description> <content:encoded><![CDATA[<p>Hi, there&#8217;s a small typo here:</p><p>&#8220;You may also need to update /etc/fstab file:<br
/> /dev/ad1s1 /iscsi ufs rw 3 3&#8243;</p><p>i guess ad1s1 should be da1s1. anyway.<br
/> thx for the howto</p> ]]></content:encoded> </item> <item><title>By: Elnour</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-37853</link> <dc:creator>Elnour</dc:creator> <pubDate>Tue, 06 May 2008 11:25:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-37853</guid> <description>Hi,
great guid, but how do you automate the part below
iscontrol -c /etc/iscsi.conf -n officeiscsi
and do you get fstab part to work without the above?
thanks</description> <content:encoded><![CDATA[<p>Hi,</p><p>great guid, but how do you automate the part below</p><p>iscontrol -c /etc/iscsi.conf -n officeiscsi</p><p>and do you get fstab part to work without the above?</p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: Tamouh</title><link>http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-howto/#comment-37763</link> <dc:creator>Tamouh</dc:creator> <pubDate>Mon, 14 Apr 2008 04:39:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-iscsi-initiator-installation-and-configuration/#comment-37763</guid> <description>Great information. Hard to find this amount of details anywhere on the web for FBSD iSCSI. Totally appreciate the efforts</description> <content:encoded><![CDATA[<p>Great information. Hard to find this amount of details anywhere on the web for FBSD iSCSI. Totally appreciate the efforts</p> ]]></content:encoded> </item> </channel> </rss>
