* ISCSI
2004-12-12 17:20 [ANNOUNCE] multipath-tools-0.4.0 christophe varoqui
@ 2004-12-12 18:08 ` Guy
2004-12-12 18:55 ` ISCSI Ming Zhang
0 siblings, 1 reply; 6+ messages in thread
From: Guy @ 2004-12-12 18:08 UTC (permalink / raw)
Cc: linux-scsi
I have a SCSI tape drive on my Linux system. I want to use the tape drive
from another system with another (evil) OS. I have found more than 1 source
forge project related to ISCSI. These projects seem to only talk about disk
access (SAN), not tape access. I can't determine which I should use, if
any.
Does anyone know which is best?
I have kernel 2.4.28, but would be willing to attempt an upgrade if needed.
Thanks,
Guy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ISCSI
2004-12-12 18:08 ` ISCSI Guy
@ 2004-12-12 18:55 ` Ming Zhang
2004-12-12 21:07 ` ISCSI Guy
0 siblings, 1 reply; 6+ messages in thread
From: Ming Zhang @ 2004-12-12 18:55 UTC (permalink / raw)
To: Guy; +Cc: linux-scsi
i suggest u to use UNH iSCSI + SCST. it provides a bypass mode which fit
you needs. IET will support a bypass interface later.
Ming
On Sun, 2004-12-12 at 13:08, Guy wrote:
> I have a SCSI tape drive on my Linux system. I want to use the tape drive
> from another system with another (evil) OS. I have found more than 1 source
> forge project related to ISCSI. These projects seem to only talk about disk
> access (SAN), not tape access. I can't determine which I should use, if
> any.
>
> Does anyone know which is best?
> I have kernel 2.4.28, but would be willing to attempt an upgrade if needed.
>
> Thanks,
> Guy
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: ISCSI
2004-12-12 18:55 ` ISCSI Ming Zhang
@ 2004-12-12 21:07 ` Guy
2004-12-12 21:12 ` ISCSI Ming Zhang
0 siblings, 1 reply; 6+ messages in thread
From: Guy @ 2004-12-12 21:07 UTC (permalink / raw)
To: mingz; +Cc: 'linux-scsi'
As suggested, I am attempting to install UNH iSCSI, but having some
problems.
Readme says:
- The appropriate way to install this package is :
1. mkdir <name> ; tar -zxf <tarball>
2. cd <name>/unh_iscsi/src/
3. ./Configure
4. make rpm
5. rpm -ivh /usr/src/redhat/RPMS/i386/unh_iscsi-1.5-0X.i386.rpm
When I do "make rpm" I get this error:
tar cf /usr/src/redhat/SOURCES/unh_iscsi.tar .
tar: /usr/src/redhat/SOURCES/unh_iscsi.tar: Cannot open: No such file or
directory
tar: Error is not recoverable: exiting now
make: *** [rpm] Error 2
Are there some prerequisites that are needed?
Or am I just doing something wrong.
Also, could you give me a link to SCST? Or is this included in UNH iSCSI?
Thanks,
Guy
-----Original Message-----
From: Ming Zhang [mailto:mingz@ele.uri.edu]
Sent: Sunday, December 12, 2004 1:55 PM
To: Guy
Cc: linux-scsi
Subject: Re: ISCSI
i suggest u to use UNH iSCSI + SCST. it provides a bypass mode which fit
you needs. IET will support a bypass interface later.
Ming
On Sun, 2004-12-12 at 13:08, Guy wrote:
> I have a SCSI tape drive on my Linux system. I want to use the tape drive
> from another system with another (evil) OS. I have found more than 1
source
> forge project related to ISCSI. These projects seem to only talk about
disk
> access (SAN), not tape access. I can't determine which I should use, if
> any.
>
> Does anyone know which is best?
> I have kernel 2.4.28, but would be willing to attempt an upgrade if
needed.
>
> Thanks,
> Guy
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: ISCSI
2004-12-12 21:07 ` ISCSI Guy
@ 2004-12-12 21:12 ` Ming Zhang
0 siblings, 0 replies; 6+ messages in thread
From: Ming Zhang @ 2004-12-12 21:12 UTC (permalink / raw)
To: Guy; +Cc: 'linux-scsi'
for scst, go http://scst.sourceforge.net/
for questions about unh iscsi, pls go and ask at
http://sourceforge.net/forum/forum.php?forum_id=265256
ming
On Sun, 2004-12-12 at 16:07, Guy wrote:
> As suggested, I am attempting to install UNH iSCSI, but having some
> problems.
>
> Readme says:
> - The appropriate way to install this package is :
> 1. mkdir <name> ; tar -zxf <tarball>
> 2. cd <name>/unh_iscsi/src/
> 3. ./Configure
> 4. make rpm
> 5. rpm -ivh /usr/src/redhat/RPMS/i386/unh_iscsi-1.5-0X.i386.rpm
>
> When I do "make rpm" I get this error:
> tar cf /usr/src/redhat/SOURCES/unh_iscsi.tar .
> tar: /usr/src/redhat/SOURCES/unh_iscsi.tar: Cannot open: No such file or
> directory
> tar: Error is not recoverable: exiting now
> make: *** [rpm] Error 2
>
> Are there some prerequisites that are needed?
> Or am I just doing something wrong.
>
> Also, could you give me a link to SCST? Or is this included in UNH iSCSI?
>
> Thanks,
> Guy
>
>
> -----Original Message-----
> From: Ming Zhang [mailto:mingz@ele.uri.edu]
> Sent: Sunday, December 12, 2004 1:55 PM
> To: Guy
> Cc: linux-scsi
> Subject: Re: ISCSI
>
> i suggest u to use UNH iSCSI + SCST. it provides a bypass mode which fit
> you needs. IET will support a bypass interface later.
>
> Ming
>
> On Sun, 2004-12-12 at 13:08, Guy wrote:
> > I have a SCSI tape drive on my Linux system. I want to use the tape drive
> > from another system with another (evil) OS. I have found more than 1
> source
> > forge project related to ISCSI. These projects seem to only talk about
> disk
> > access (SAN), not tape access. I can't determine which I should use, if
> > any.
> >
> > Does anyone know which is best?
> > I have kernel 2.4.28, but would be willing to attempt an upgrade if
> needed.
> >
> > Thanks,
> > Guy
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* iSCSI
@ 2009-06-02 11:25 Harald Hoyer
[not found] ` <4A250C26.3050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Harald Hoyer @ 2009-06-02 11:25 UTC (permalink / raw)
To: initramfs
with the new iSCSI module I was able to do the block testcase over iSCSI
that means:
root filesystem on an encrypted LVM PV over ISCSI
I used:
"root=/dev/dracut/root rw
iscsiroot=192.168.2.2::::iqn.2004-04.com.qnap:TS-439:iSCSI.test.8CCAFA ip=dhcp"
to create the encrypted LVM PV on a iscsi disk and boot from it.
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: iSCSI
[not found] ` <4A250C26.3050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2009-06-02 11:29 ` Harald Hoyer
0 siblings, 0 replies; 6+ messages in thread
From: Harald Hoyer @ 2009-06-02 11:29 UTC (permalink / raw)
To: initramfs
On 06/02/2009 01:25 PM, Harald Hoyer wrote:
> with the new iSCSI module I was able to do the block testcase over iSCSI
> that means:
>
> root filesystem on an encrypted LVM PV over ISCSI
>
> I used:
> "root=/dev/dracut/root rw
> iscsiroot=192.168.2.2::::iqn.2004-04.com.qnap:TS-439:iSCSI.test.8CCAFA
> ip=dhcp"
>
> to create the encrypted LVM PV on a iscsi disk and boot from it.
>
Oh, actually that was a LVM on an encrypted RAID-5 on a iSCSI disk..
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-02 11:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 11:25 iSCSI Harald Hoyer
[not found] ` <4A250C26.3050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-02 11:29 ` iSCSI Harald Hoyer
-- strict thread matches above, loose matches on Subject: below --
2004-12-12 17:20 [ANNOUNCE] multipath-tools-0.4.0 christophe varoqui
2004-12-12 18:08 ` ISCSI Guy
2004-12-12 18:55 ` ISCSI Ming Zhang
2004-12-12 21:07 ` ISCSI Guy
2004-12-12 21:12 ` ISCSI Ming Zhang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.