public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* iSCSI Setup in Linux
@ 2017-07-06  8:44 Santhapur Naveen
  2017-07-07  7:27 ` Ye, Ting
  0 siblings, 1 reply; 4+ messages in thread
From: Santhapur Naveen @ 2017-07-06  8:44 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hi all,

Is there any document explaining the iscsi target configuration in linux OSes.
I've googled and most of the links are not working for me.
Is there's any open document available, would someone point me the url?

Thank you
Naveen


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iSCSI Setup in Linux
  2017-07-06  8:44 iSCSI Setup in Linux Santhapur Naveen
@ 2017-07-07  7:27 ` Ye, Ting
  2017-07-07 11:42   ` Santhapur Naveen
  0 siblings, 1 reply; 4+ messages in thread
From: Ye, Ting @ 2017-07-07  7:27 UTC (permalink / raw)
  To: Santhapur Naveen, edk2-devel@lists.01.org

Hi Naveen,

May I know which Linux OS are you using to run iSCSI target? I think there are different iSCSI targets available in Linux.

Thanks,
Ting

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Thursday, July 06, 2017 4:45 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI Setup in Linux

Hi all,

Is there any document explaining the iscsi target configuration in linux OSes.
I've googled and most of the links are not working for me.
Is there's any open document available, would someone point me the url?

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iSCSI Setup in Linux
  2017-07-07  7:27 ` Ye, Ting
@ 2017-07-07 11:42   ` Santhapur Naveen
       [not found]     ` <2ED47AD3BCA5A94A950F676FB45058DE5414E59E@SHSMSX101.ccr.corp.intel.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Santhapur Naveen @ 2017-07-07 11:42 UTC (permalink / raw)
  To: Ye, Ting, edk2-devel@lists.01.org

Hi Ting,

I'm open to use any flavor of Linux (Ubuntu, SLES or Redhat...).
Please let me know If there's one such document.

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Friday, July 07, 2017 12:58 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI Setup in Linux

Hi Naveen,

May I know which Linux OS are you using to run iSCSI target? I think there are different iSCSI targets available in Linux.

Thanks,
Ting

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Thursday, July 06, 2017 4:45 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI Setup in Linux

Hi all,

Is there any document explaining the iscsi target configuration in linux OSes.
I've googled and most of the links are not working for me.
Is there's any open document available, would someone point me the url?

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iSCSI Setup in Linux
       [not found]     ` <2ED47AD3BCA5A94A950F676FB45058DE5414E59E@SHSMSX101.ccr.corp.intel.com>
@ 2017-07-18  5:20       ` Santhapur Naveen
  0 siblings, 0 replies; 4+ messages in thread
From: Santhapur Naveen @ 2017-07-18  5:20 UTC (permalink / raw)
  To: Ni, Xingrong, Ye, Ting, edk2-devel@lists.01.org; +Cc: Liu, Jiang A

Hi Rocky,

Thanks for providing the iSCSI setup details.
I shall try and let you know if I have any questions.

Thank you
Naveen

-----Original Message-----
From: Ni, Xingrong [mailto:xingrong.ni@intel.com] 
Sent: Tuesday, July 18, 2017 6:51 AM
To: Santhapur Naveen; Ye, Ting; edk2-devel@lists.01.org
Cc: Liu, Jiang A
Subject: RE: iSCSI Setup in Linux

Hi Naveen,

Here is an Iscsi setup simple guider in SUSE SLES11sp3, you can try it and let me know if any question. 

Step1:  install iscsitarget on suse
              #zypper in iscsitarget

Step2: Setup an iSCSI target
             1:  Preparing the Storage space
              #mkdir /srv/iscsi
              #dd if=/dev/zero of=/srv/iscsi/disk1.img bs=1M count=4000

             2: Configuring an iSCSI target manually
                #gedit /etc/ietd.conf     (Delete original ited.conf, then create an ited.conf only contain below statement)
                 Target iqn.tiano.com:iscsi1
                  Lun 0 Path=/srv/iscsi/disk1.img,Type=fileio

             3: Restart iSCSI target server  #service iscsitarget restart

             4: Check Iscsi target server status #service iscsitarget status


Thanks & Best Wishes!
Rocky


-----Original Message-----
From: Santhapur Naveen [mailto:naveens@amiindia.co.in] 
Sent: Friday, July 7, 2017 7:42 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: RE: iSCSI Setup in Linux

Hi Ting,

I'm open to use any flavor of Linux (Ubuntu, SLES or Redhat...).
Please let me know If there's one such document.

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Friday, July 07, 2017 12:58 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI Setup in Linux

Hi Naveen,

May I know which Linux OS are you using to run iSCSI target? I think there are different iSCSI targets available in Linux.

Thanks,
Ting

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Thursday, July 06, 2017 4:45 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI Setup in Linux

Hi all,

Is there any document explaining the iscsi target configuration in linux OSes.
I've googled and most of the links are not working for me.
Is there's any open document available, would someone point me the url?

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-18  5:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06  8:44 iSCSI Setup in Linux Santhapur Naveen
2017-07-07  7:27 ` Ye, Ting
2017-07-07 11:42   ` Santhapur Naveen
     [not found]     ` <2ED47AD3BCA5A94A950F676FB45058DE5414E59E@SHSMSX101.ccr.corp.intel.com>
2017-07-18  5:20       ` Santhapur Naveen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox