Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

22.07.2011, 13:25

Kann auf ISCSI Freigabe nicht zugreifen

Hallo Leute

Habe mir ISCSI-Target installiert. Ich kann aber auf die Freigaben nicht zugreifen.

Quellcode

1
2
3
Target iqn.lan.tux:storage.sys1
        Lun 1 Type=fileio,Path=/home/luns/storagelun1,IOMode=wthru,ScsiSN=lun1
        Lun 0 Type=fileio,Path=/home/luns/storagelun0,IOMode=wb,ScsiId=lun0,ScsiSN=lun0

Wenn ich am Client die Freigaben anzeigen lassen möchte kommt diese Fehlermeldung:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
iscsiadm -d 9 -m discovery -t sendtargets -p san.tux.lan

iscsiadm: updating defaults from '/etc/iscsi/iscsid.conf'
iscsiadm: updated 'discovery.sendtargets.iscsi.MaxRecvDataSegmentLength', '32768' => '32768'
iscsiadm: updated 'node.startup', 'manual' => 'manual'
iscsiadm: updated 'node.session.timeo.replacement_timeout', '120' => '120'
iscsiadm: updated 'node.conn[0].timeo.login_timeout', '30' => '15'
iscsiadm: updated 'node.conn[0].timeo.logout_timeout', '15' => '15'
iscsiadm: updated 'node.conn[0].timeo.noop_out_interval', '5' => '5'
iscsiadm: updated 'node.conn[0].timeo.noop_out_timeout', '5' => '5'
iscsiadm: updated 'node.session.err_timeo.abort_timeout', '15' => '15'
iscsiadm: updated 'node.session.err_timeo.lu_reset_timeout', '30' => '20'
iscsiadm: updated 'node.session.initial_login_retry_max', '4' => '8'
iscsiadm: updated 'node.session.cmds_max', '128' => '128'
iscsiadm: updated 'node.session.queue_depth', '32' => '32'
iscsiadm: updated 'node.session.iscsi.InitialR2T', 'No' => 'No'
iscsiadm: updated 'node.session.iscsi.ImmediateData', 'Yes' => 'Yes'
iscsiadm: updated 'node.session.iscsi.FirstBurstLength', '262144' => '262144'
iscsiadm: updated 'node.session.iscsi.MaxBurstLength', '16776192' => '16776192'
iscsiadm: updated 'node.conn[0].iscsi.MaxRecvDataSegmentLength', '131072' => '131072'
iscsiadm: updated 'node.session.iscsi.FastAbort', 'Yes' => 'Yes'
iscsiadm: starting sendtargets discovery, address san.tux.lan:3260, 
iscsiadm: sendtargets discovery to san.tux.lan:3260 using isid 0x00023d000000
iscsiadm: discovery timeouts: login 15, reopen_cnt 5, auth 45.
iscsiadm: connecting to 192.168.1.139:3260
iscsiadm: cannot make connection to 192.168.1.139:3260 (111)
iscsiadm: connection to discovery address 192.168.1.139 failed
iscsiadm: disconnecting conn 0x1103038, fd 3
iscsiadm: discovery session to san.tux.lan:3260 sleeping for 1 seconds before next login attempt
iscsiadm: connecting to 192.168.1.139:3260
iscsiadm: cannot make connection to 192.168.1.139:3260 (111)
iscsiadm: connection to discovery address 192.168.1.139 failed
iscsiadm: disconnecting conn 0x1103038, fd 3
iscsiadm: discovery session to san.tux.lan:3260 sleeping for 1 seconds before next login attempt
iscsiadm: connecting to 192.168.1.139:3260
iscsiadm: cannot make connection to 192.168.1.139:3260 (111)
iscsiadm: connection to discovery address 192.168.1.139 failed
iscsiadm: disconnecting conn 0x1103038, fd 3
iscsiadm: discovery session to san.tux.lan:3260 sleeping for 1 seconds before next login attempt
iscsiadm: connecting to 192.168.1.139:3260
iscsiadm: cannot make connection to 192.168.1.139:3260 (111)
iscsiadm: connection to discovery address 192.168.1.139 failed
iscsiadm: disconnecting conn 0x1103038, fd 3
iscsiadm: discovery session to san.tux.lan:3260 sleeping for 1 seconds before next login attempt
iscsiadm: connecting to 192.168.1.139:3260
iscsiadm: cannot make connection to 192.168.1.139:3260 (111)
iscsiadm: connection to discovery address 192.168.1.139 failed
iscsiadm: connection login retries (reopen_max) 5 exceeded

So wie es aussieht läuft der Dienst aber auch nicht:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
nmap -p3260 -PN0 localhost

Starting Nmap 5.51 ( http://nmap.org ) at 2011-07-22 16:20 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000085s latency).
rDNS record for 127.0.0.1:
PORT     STATE  SERVICE
3260/tcp closed iscsi

nmap -p860 -PN0 localhost

Starting Nmap 5.51 ( http://nmap.org ) at 2011-07-22 16:20 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000095s latency).
rDNS record for 127.0.0.1:
PORT    STATE  SERVICE
860/tcp closed iscsi

Was habe ich falsch gemacht? Kernelmodule sind geladen, und ein

Quellcode

1
2
ps ax | grep iscsi
  486 ?        S<     0:00 [iscsi_eh]

zeigt auch was an.

lg
boospy
Desto mehr Wissen man bekommt, desto mehr wird einem klar das man kein Wissen hat.
>>>> boospy@jabber.ccc.de <<<<

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »boospy« (22.07.2011, 16:28)