iSCSI client setup difficulties


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory iSCSI client setup difficulties
# 1  
Old 05-28-2009
iSCSI client setup difficulties

I am trying to set up iscsi linux clients and am having some problems. iscsid is running, I can do discovery fine, but adding the iscsi lun I get the following error:
Code:
iscsiadm -m node -T iqn.xxxxxxxxxxxxxx -p y.y.y.y:3260 -l Logging in to [iface: default, target: iqn.xxxxxxxxxxxxxx, portal: y.y.y.y,3260] iscsid: session [iqn.xxxxxxxxxxxxxx,y.y.y.y,3260] already running. iscsiadm: Could not login to [iface: default, target: iqn.xxxxxxxxxxxxxx, portal: y.y.y.y,3260]: iscsiadm: initiator reported error (15 - already exists)

So far I have this fully working on centos but this does not work at all on debian with the same command lines copied and pasted to be sure, I get the already exists error every time centos iscsi-initiator-utils-6.2.0.868-0.18.el5 debian open-iscsi 2.0.870~rc3-0.4 Any ideas on this?

Last edited by humbletech99; 05-28-2009 at 08:19 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

ISCSI initiator (client) for HP-UX 10.20

Is there one? If so where can it be found? I have the 10.20 CD set but I don't think that there's an iSCSI initiator on there. Thank you Dave (0 Replies)
Discussion started by: perdrix
0 Replies

2. UNIX for Dummies Questions & Answers

Facing difficulties to untar a tra.gz file

Hi , I trying to cp a files to one location and trying to untar there,the tar.gz files get copied to the specified location but wont untar. Here is what i did if cp /path/of/the/file.tar.gz /path/to/the/file/file.tar.gz then tar -zxvf /path/to/the/file/file.tar.gz echo "FILE... (2 Replies)
Discussion started by: vikatakavi
2 Replies

3. Red Hat

Difficulties with pam_tally2! :-(

Dear All I have having some trouble with pam_tally2 on RHEL 6.0 which I am getting quite frustrated with and I am sure it is a simple problem. I have the following lines in system-auth and password-auth: - auth required pam_tally2.so onerr=fail file=/var/log/faillog... (1 Reply)
Discussion started by: gz3xzf
1 Replies

4. UNIX for Dummies Questions & Answers

How to change ethernet cable of iscsi initiator (iscsi client)?

how to change ethernet cable of iscsi initiator (iscsi client) (0 Replies)
Discussion started by: pankajd
0 Replies

5. AIX

Setup Window server to accept AIX SFTP client

To all the expert out there, I have successfully setup a AIX to AIX auto-SFTP with no password requested. Now my aim is to setup a AIX to Window auto-SFTP with no password requested as well. But I faced some problem that I do not know how to solve it. I have followed the setting of AIX's... (8 Replies)
Discussion started by: kwliew999
8 Replies

6. UNIX for Dummies Questions & Answers

Sorting Difficulties

Hey guys, I am sort of new to unix and I am having difficulty sorting. What I am trying to do is sort a particular field in reversed order and another field in alphabetic order to create a new file that looks like this: MILLER,EDWARD AL 14 101293 9341 MOORE,HENRY 15 ... (6 Replies)
Discussion started by: nthamma
6 Replies

7. AIX

How to setup Thinclient server and client in AIX

Hi, I want to setup Thinclient server-clinet in AIX. How I can do that? In linux I do it with LTSP. Can LTSP works with AIX? Thanks Neelesh (2 Replies)
Discussion started by: neel.gurjar
2 Replies

8. Shell Programming and Scripting

trying to cope with awk difficulties

The data we are searching is populated in this way: ----IP---------DAY----MONTH----DATE--------TIME---------YEAR 12.3234.34-----Fri------Nov-------15-------18:05:14 GMT---2008 I want the user to be able to search for the data according to month and year. However, I cannot quite figure out... (8 Replies)
Discussion started by: amatuer_lee_3
8 Replies

9. IP Networking

Proxy ARP Difficulties

edited ... (7 Replies)
Discussion started by: TheMaskedMan
7 Replies

10. Programming

Simple Network Program Difficulties

I'm trying to write 2 programs, client & server, that communicate with integers, however, all resources I have found on the net assume that you want to send and recieve information as a character array. I don't want to send my integers as characters, I want to send them as ints (casting them to... (2 Replies)
Discussion started by: Mistwolf
2 Replies
Login or Register to Ask a Question
iscsi(7D)							      Devices								 iscsi(7D)

NAME
iscsi - iSCSI software initiator driver DESCRIPTION
The iscsi driver is a software initiator that transports SCSI commands over TCP/IP as described in RFC 3720. The initiator is administered through iscsiadm(1M). The iscsi initiator acts as a host adapter driver that attaches the appropriate target driver (for example sd(7D) for disks or st(7D) for tapes) for devices it discovers. See the System Administration Guide for more information. FILES
/kernel/drv/iscsi 32-bit ELF kernel driver. /kernel/drv/sparcv9/iscsi 64-bit SPARC ELF kernel driver. /kernel/drv/amd64/iscsi 64-bit AMD64 ELF kernel driver. /kernel/drv/iscsi.conf Driver configuration file. /etc/iscsi/* iscsi persistent store. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWiscsir, SUNWiscsiu | +-----------------------------+-----------------------------+ SEE ALSO
iscsiadm(1M), attributes(5) RFC 3720 Internet Small Computer Systems Interface (iSCSI) System Administration Guide: Devices and File Systems, Chapter 15 SunOS 5.11 12 April 2005 iscsi(7D)