Re: Syntax for logging in to regular file

2008-06-11 Thread Konrad Rzeszutek

On Tue, Jun 10, 2008 at 10:27:00PM -0700, HIMANSHU wrote:
 
 Currently iSCSI targets contains LV's.
 
 --
 Target iqn.2008-06.com.qualexsystems:Tar3
 Alias Tar3
 #instead of adding LV here,regular file should be added.
 Lun 0 Path=/dev/Vg1/lvISCSI3,Type=fileio
 - /tmp/some_file

Wherein your /tmp/some_file is maybe an ISO copy of your favorite distro
or what-not.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---



Turning off NOP's

2008-06-11 Thread Eddy Quicksall

How can I turn off NOP-out's in the initiator?

Eddy


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---



Re: Turning off NOP's

2008-06-11 Thread Konrad Rzeszutek

On Wed, Jun 11, 2008 at 03:21:53PM -0400, Eddy Quicksall wrote:
 
 How can I turn off NOP-out's in the initiator?

In your iscsid.conf set:
node.conn[0].timeo.noop_out_interval = 0
node.conn[0].timeo.noop_out_timeout = 0

Thought I don't think you need to set the timeout...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---



Re: Turning off NOP's

2008-06-11 Thread Mike Christie

Konrad Rzeszutek wrote:
 On Wed, Jun 11, 2008 at 03:21:53PM -0400, Eddy Quicksall wrote:
 How can I turn off NOP-out's in the initiator?
 
 In your iscsid.conf set:
 node.conn[0].timeo.noop_out_interval = 0
 node.conn[0].timeo.noop_out_timeout = 0
 

Set them both in iscsid.conf then rerun the discovery command for them 
to picked up for everything found during discovery, or run iscsiadm with 
-o update to update them for specific targets/portals

iscsiadm -m node -T target -p ip:port -o update -n 
node.conn[0].timeo.noop_out_interval -v 0

iscsiadm -m node -T target -p ip:port -o update -n 
node.conn[0].timeo.noop_out_timeout -v 0


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---