<?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: Debian / Ubuntu Linux Connect to an iSCSI Volume</title> <atom:link href="http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/</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: EricStJean</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-57494</link> <dc:creator>EricStJean</dc:creator> <pubDate>Fri, 22 Apr 2011 08:59:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-57494</guid> <description>It helped me...
Thanks</description> <content:encoded><![CDATA[<p>It helped me&#8230;<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-57288</link> <dc:creator>Tom</dc:creator> <pubDate>Thu, 14 Apr 2011 17:21:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-57288</guid> <description>I am having the same issue. Can anyone help!?
There are 8 targets on my device, only want to connect to 1, but it is trying to connect to all 8, how can I tell it which target to log into?</description> <content:encoded><![CDATA[<p>I am having the same issue. Can anyone help!?</p><p>There are 8 targets on my device, only want to connect to 1, but it is trying to connect to all 8, how can I tell it which target to log into?</p> ]]></content:encoded> </item> <item><title>By: Chris "OneSeventeen" Adams</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-56203</link> <dc:creator>Chris "OneSeventeen" Adams</dc:creator> <pubDate>Tue, 08 Mar 2011 22:01:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-56203</guid> <description>These instructions helped a TON!
Quick WARNING:
setting node.startup = automatic will make it automatically connect to ALL DISCOVERED TARGETS on the portal!
For me, this was all 10 targets that were in production use!  eeek!
Here&#039;s what the manual says: (via http://www.open-iscsi.org/docs/README)
To automate login to a node, use the following with the record ID
(record ID is the targetname and portal) of the node discovered in the
discovery above:
iscsiadm -m node -T targetname -p ip:port --op update -n node.conn[0].startup -v automatic</description> <content:encoded><![CDATA[<p>These instructions helped a TON!</p><p>Quick WARNING:<br
/> setting node.startup = automatic will make it automatically connect to ALL DISCOVERED TARGETS on the portal!</p><p>For me, this was all 10 targets that were in production use!  eeek!</p><p>Here&#8217;s what the manual says: (via <a
href="http://www.open-iscsi.org/docs/README" rel="nofollow">http://www.open-iscsi.org/docs/README</a>)<br
/> To automate login to a node, use the following with the record ID<br
/> (record ID is the targetname and portal) of the node discovered in the<br
/> discovery above:<br
/> iscsiadm -m node -T targetname -p ip:port &#8211;op update -n node.conn[0].startup -v automatic</p> ]]></content:encoded> </item> <item><title>By: matt</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-55735</link> <dc:creator>matt</dc:creator> <pubDate>Thu, 17 Feb 2011 18:35:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-55735</guid> <description>I know this is old, but it may help someone else looking. I had this issue and simply forgot to run as sudo user.</description> <content:encoded><![CDATA[<p>I know this is old, but it may help someone else looking. I had this issue and simply forgot to run as sudo user.</p> ]]></content:encoded> </item> <item><title>By: witek</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-55284</link> <dc:creator>witek</dc:creator> <pubDate>Tue, 01 Feb 2011 08:19:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-55284</guid> <description>Works like a charm. Thanks.
restarting iscsi wasn&#039;t naccassary.
Not tested reboot yet, but i see some configuration files automagically appeared in /etc/iscsi/nodes/ so I guess it should work. Eventually I will need to change node.startup = manual to node.startup = automatic, and of course put something into /etc/fstab :)
IPv6 works without problem.
PS. Generally you do not need to partition disk. One can create filesystem directly on disk, or put there other things (luks encryption, LVM, raid between multiple iscsi targets, etc) . It is even recomended sometimes i.e for btrfs, or zfs, or when sector aligment can be problematic. It is also not needed if exported block device is already a partition of some block device. Partitioning in such situations is possible of course, but not needed.</description> <content:encoded><![CDATA[<p>Works like a charm. Thanks.</p><p>restarting iscsi wasn&#8217;t naccassary.</p><p>Not tested reboot yet, but i see some configuration files automagically appeared in /etc/iscsi/nodes/ so I guess it should work. Eventually I will need to change node.startup = manual to node.startup = automatic, and of course put something into /etc/fstab :)</p><p>IPv6 works without problem.</p><p>PS. Generally you do not need to partition disk. One can create filesystem directly on disk, or put there other things (luks encryption, LVM, raid between multiple iscsi targets, etc) . It is even recomended sometimes i.e for btrfs, or zfs, or when sector aligment can be problematic. It is also not needed if exported block device is already a partition of some block device. Partitioning in such situations is possible of course, but not needed.</p> ]]></content:encoded> </item> <item><title>By: vigilon</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-54038</link> <dc:creator>vigilon</dc:creator> <pubDate>Wed, 29 Dec 2010 19:48:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-54038</guid> <description>That is a very applicable info to our current project.</description> <content:encoded><![CDATA[<p>That is a very applicable info to our current project.</p> ]]></content:encoded> </item> <item><title>By: Tony Miranda</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-51257</link> <dc:creator>Tony Miranda</dc:creator> <pubDate>Thu, 02 Dec 2010 18:45:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-51257</guid> <description>HI,
Is there anyway to load in the Initiator the new LUNs recently created in the Target ?
The &#039;open-iscsi restart&#039; doest the job, but not perfectly. When I restart the &#039;open-iscsi&#039; I lost access to the the others LUNs that i was using before.
Can&#039;t I just reload/update without loosing access to the LUNs already in use ?
Thanks.</description> <content:encoded><![CDATA[<p>HI,</p><p>Is there anyway to load in the Initiator the new LUNs recently created in the Target ?<br
/> The &#8216;open-iscsi restart&#8217; doest the job, but not perfectly. When I restart the &#8216;open-iscsi&#8217; I lost access to the the others LUNs that i was using before.</p><p>Can&#8217;t I just reload/update without loosing access to the LUNs already in use ?</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Nik Southworth</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-50938</link> <dc:creator>Nik Southworth</dc:creator> <pubDate>Thu, 18 Nov 2010 08:50:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-50938</guid> <description>Hi,
I have three targets setup on my device but I only want my (debian) client to connect to one of them, when I restart the service however it attempts to login into all three and takes ages because the credentials are wrong for two of them.
How do I specify which target to login to?</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have three targets setup on my device but I only want my (debian) client to connect to one of them, when I restart the service however it attempts to login into all three and takes ages because the credentials are wrong for two of them.</p><p>How do I specify which target to login to?</p> ]]></content:encoded> </item> <item><title>By: Horn</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-49829</link> <dc:creator>Horn</dc:creator> <pubDate>Thu, 30 Sep 2010 14:25:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-49829</guid> <description>I have similar problem with &lt;b&gt;&quot;sendsigs.omit.d&quot;&lt;/b&gt; file. this message disappears after manually creating this file but after reboot I need to do it once again. I am newbie in Linux and need your suggestion, should I add this file creation by my hands (is it typically for Linux world?) or it is issue which could be solved by correct service settings?</description> <content:encoded><![CDATA[<p>I have similar problem with <b>&#8220;sendsigs.omit.d&#8221;</b> file. this message disappears after manually creating this file but after reboot I need to do it once again. I am newbie in Linux and need your suggestion, should I add this file creation by my hands (is it typically for Linux world?) or it is issue which could be solved by correct service settings?</p> ]]></content:encoded> </item> <item><title>By: Tmp</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-49075</link> <dc:creator>Tmp</dc:creator> <pubDate>Sat, 28 Aug 2010 01:47:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-49075</guid> <description>Use UUIDs in place of absolute device paths.
pbarker@eccles:~$ sudo blkid /dev/sda1
/dev/sda1: UUID=&quot;1abd1d95-8926-49f6-817b-482f02f6c6cc&quot; SEC_TYPE=&quot;ext2&quot; TYPE=&quot;ext3&quot;
pbarker@eccles:~$ grep 1abd1d95-8926-49f6-817b-482f02f6c6cc /etc/fstab
UUID=1abd1d95-8926-49f6-817b-482f02f6c6cc /               ext3    relatime,errors=remount-ro 0       1
pbarker@eccles:~$</description> <content:encoded><![CDATA[<p>Use UUIDs in place of absolute device paths.</p><p>pbarker@eccles:~$ sudo blkid /dev/sda1<br
/> /dev/sda1: UUID=&#8221;1abd1d95-8926-49f6-817b-482f02f6c6cc&#8221; SEC_TYPE=&#8221;ext2&#8243; TYPE=&#8221;ext3&#8243;<br
/> pbarker@eccles:~$ grep 1abd1d95-8926-49f6-817b-482f02f6c6cc /etc/fstab<br
/> UUID=1abd1d95-8926-49f6-817b-482f02f6c6cc /               ext3    relatime,errors=remount-ro 0       1<br
/> pbarker@eccles:~$</p> ]]></content:encoded> </item> <item><title>By: Dalsim</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-48751</link> <dc:creator>Dalsim</dc:creator> <pubDate>Thu, 12 Aug 2010 10:10:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-48751</guid> <description>Hello,
Well I managed to get a step further, but now I get the error below when I try to restart the iscsi service:
* Starting iSCSI initiator service iscsid                                      grep: /etc/iscsi/initiatorname.iscsi: Permission denied
* Error: /etc/iscsi/initiatorname.iscsi does not contain a valid InitiatorName.
* The iSCSI driver has not been correctly installed and cannot start.
Has anyone encountered this or know how to configure it correctly?
Thanks</description> <content:encoded><![CDATA[<p>Hello,</p><p>Well I managed to get a step further, but now I get the error below when I try to restart the iscsi service:</p><p> * Starting iSCSI initiator service iscsid                                      grep: /etc/iscsi/initiatorname.iscsi: Permission denied<br
/> * Error: /etc/iscsi/initiatorname.iscsi does not contain a valid InitiatorName.<br
/> * The iSCSI driver has not been correctly installed and cannot start.</p><p>Has anyone encountered this or know how to configure it correctly?</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Dalsim</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-48731</link> <dc:creator>Dalsim</dc:creator> <pubDate>Wed, 11 Aug 2010 13:13:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-48731</guid> <description>Hi, this looks good.
I am trying to get my Networked DVD drive which is part of my NAS to work with my Ubuntu setup using an iscsi initiator. I have it working on Windows XP and Windows 7, now I am trying to get it working on Ubuntu. I will then have all computers on my network using one DVD drive.
I tried the instructions above but when I try to save the iscsid.conf file I get the message:
[ Error writing /etc/iscsi/iscsid.conf: Permission denied ]
Is there a way around this? Or does anyone know how to get iscsi to work with a networked DVD drive?
Any help would be appreciated.</description> <content:encoded><![CDATA[<p>Hi, this looks good.</p><p>I am trying to get my Networked DVD drive which is part of my NAS to work with my Ubuntu setup using an iscsi initiator. I have it working on Windows XP and Windows 7, now I am trying to get it working on Ubuntu. I will then have all computers on my network using one DVD drive.</p><p>I tried the instructions above but when I try to save the iscsid.conf file I get the message:</p><p>[ Error writing /etc/iscsi/iscsid.conf: Permission denied ]</p><p>Is there a way around this? Or does anyone know how to get iscsi to work with a networked DVD drive?</p><p>Any help would be appreciated.</p> ]]></content:encoded> </item> <item><title>By: patchy</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-47526</link> <dc:creator>patchy</dc:creator> <pubDate>Wed, 26 May 2010 17:08:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-47526</guid> <description>hi
Just what I needed, , thanks!</description> <content:encoded><![CDATA[<p>hi<br
/> Just what I needed, , thanks!</p> ]]></content:encoded> </item> <item><title>By: Romulus</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-47472</link> <dc:creator>Romulus</dc:creator> <pubDate>Mon, 24 May 2010 03:54:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-47472</guid> <description>Thanks for this. Works great!
Except...my target changes between /dev/sdc1 and  /dev/sdd1 between reboots and is appears to be a random choice.
Is there anyway to &quot;lock&quot; the target to the same /dev node so I can put it in my fstab to mount on boot up?
Cheers!
--
Romulus</description> <content:encoded><![CDATA[<p>Thanks for this. Works great!</p><p>Except&#8230;my target changes between /dev/sdc1 and  /dev/sdd1 between reboots and is appears to be a random choice.</p><p>Is there anyway to &#8220;lock&#8221; the target to the same /dev node so I can put it in my fstab to mount on boot up?</p><p>Cheers!<br
/> &#8211;<br
/> Romulus</p> ]]></content:encoded> </item> <item><title>By: omidm</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-45763</link> <dc:creator>omidm</dc:creator> <pubDate>Sat, 30 Jan 2010 22:50:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-45763</guid> <description>I am having problem to mount my iscsi targets. I already have two internal disks /dev/sda and /dev/sdb, and the iscsi is being supplied by qnap-ts459. I have following all that is in this article, but I still cannot see any additional disks either via fdisk -l or in /var/adm/emssages. When checking the provider/targets on qnap, I can see there is a connection to that target, but I cannot see it on my ubuntu 9.10. Also when I initially start iscsid (via /etc/init.d/open-iscsi), I get ln: /bin/init/rw/sendsigs.omit.d: no such a directory. I have to create this directory manually to get rid of this message. Any help wold be appreciated.
Omid.</description> <content:encoded><![CDATA[<p>I am having problem to mount my iscsi targets. I already have two internal disks /dev/sda and /dev/sdb, and the iscsi is being supplied by qnap-ts459. I have following all that is in this article, but I still cannot see any additional disks either via fdisk -l or in /var/adm/emssages. When checking the provider/targets on qnap, I can see there is a connection to that target, but I cannot see it on my ubuntu 9.10. Also when I initially start iscsid (via /etc/init.d/open-iscsi), I get ln: /bin/init/rw/sendsigs.omit.d: no such a directory. I have to create this directory manually to get rid of this message. Any help wold be appreciated.</p><p>Omid.</p> ]]></content:encoded> </item> <item><title>By: Mr. Scary</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-45172</link> <dc:creator>Mr. Scary</dc:creator> <pubDate>Mon, 14 Dec 2009 15:23:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-45172</guid> <description>Dr. Sain, thanks for that change (-o update -n node.conn[0].startup -v automatic)!  I was blocked by that in the past.  Now trying again and found your comment.  This is such a hack.  Shouldn&#039;t that be covered by the line &#039;node.startup = automatic&#039; in /etc/iscsi/iscsid.conf?</description> <content:encoded><![CDATA[<p>Dr. Sain, thanks for that change (-o update -n node.conn[0].startup -v automatic)!  I was blocked by that in the past.  Now trying again and found your comment.  This is such a hack.  Shouldn&#8217;t that be covered by the line &#8216;node.startup = automatic&#8217; in /etc/iscsi/iscsid.conf?</p> ]]></content:encoded> </item> <item><title>By: shixer</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43827</link> <dc:creator>shixer</dc:creator> <pubDate>Fri, 25 Sep 2009 03:40:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43827</guid> <description>Just what I needed, , thanks!</description> <content:encoded><![CDATA[<p>Just what I needed, , thanks!</p> ]]></content:encoded> </item> <item><title>By: Scott</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43552</link> <dc:creator>Scott</dc:creator> <pubDate>Thu, 03 Sep 2009 14:46:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43552</guid> <description>This worked like a charm for me.  Thank you very much.
Ubuntu 9.04, 2.6.28-11-server</description> <content:encoded><![CDATA[<p>This worked like a charm for me.  Thank you very much.<br
/> Ubuntu 9.04, 2.6.28-11-server</p> ]]></content:encoded> </item> <item><title>By: Ilia umudumov</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43499</link> <dc:creator>Ilia umudumov</dc:creator> <pubDate>Mon, 31 Aug 2009 12:04:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-43499</guid> <description>I do olready everything end it&#039;s work fine I have some problems with isci enterprise tool but what is my #1 problem after restart I lost my partitions how I can correct this problem?</description> <content:encoded><![CDATA[<p>I do olready everything end it&#8217;s work fine I have some problems with isci enterprise tool but what is my #1 problem after restart I lost my partitions how I can correct this problem?</p> ]]></content:encoded> </item> <item><title>By: D.Sain</title><link>http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-41871</link> <dc:creator>D.Sain</dc:creator> <pubDate>Mon, 01 Jun 2009 21:35:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-setup-debian-ubuntu-linux-iscsi-initiator/#comment-41871</guid> <description>I should say, however this is the document I always go to for my Deb setups.   Kudos to the author for saving us hours of work.</description> <content:encoded><![CDATA[<p>I should say, however this is the document I always go to for my Deb setups.   Kudos to the author for saving us hours of work.</p> ]]></content:encoded> </item> </channel> </rss>
