The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"ISCSI (ietd) - не цепляется блочное устройство"
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на сервере (Аппаратура, Железо / Linux)
Изначальное сообщение [ Отслеживать ]

"ISCSI (ietd) - не цепляется блочное устройство"  +/
Сообщение от Skif (ok) on 29-Янв-11, 17:30 
Собственно сабж:

root@bs:~# uname -a
Linux bs 2.6.35-22-generic-pae #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010 i686 GNU/Linux
root@bs:~#

Закинули на сервер массив в 1,5Тб. опознан как /dev/sdb.
пытаюсь раздать:

(вариант 1)
root@bs:~# cat /etc/iet/ietd.conf | grep -v \#
Target iqn.2111-04.grp.cts:storage.lun1
        IncomingUser
        OutgoingUser
        Lun 0 Path=/var/iscsi/lun1.img,Type=fileio
        Alias LUN1

Target iqn.2111-04.grp.cts:storage.lun2
        IncomingUser
        OutgoingUser
        Lun 0 Path=/var/iscsi/lun2.img,Type=fileio
        Alias LUN2

Target iqn.2111-04.grp.cts:storage.lun3
        IncomingUser
        OutgoingUser
        Lun 0 Path=/dev/sdb,Type=blockio,ScsiId=3
        Alias LUN3

(вариант 2)
root@bs:~# cat /etc/iet/ietd.conf | grep -v \#
Target iqn.2111-04.grp.cts:storage.lun1
        IncomingUser
        OutgoingUser
        Lun 0 Path=/var/iscsi/lun1.img,Type=fileio
        Alias LUN1

Target iqn.2111-04.grp.cts:storage.lun2
        IncomingUser
        OutgoingUser
        Lun 0 Path=/var/iscsi/lun2.img,Type=fileio
        Alias LUN2

Target iqn.2111-04.grp.cts:storage.lun3
        IncomingUser
        OutgoingUser
        Lun 0 Path=/dev/sdb,Type=fileio
        Alias LUN3

Пробовал так же указывать ScsiId, ScsiSn - что мёртвому припарки. Впрочем они чисто "рюшечки" и так.

root@bs:~# cat /etc/iet/initiators.allow | grep -v \#
iqn.2111-04.grp.cts:storage.lun1 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun2 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun3 10.1.1.0/24

В общем ситуация следующая - lun1 и  lun2 - видят все Win серваки и чудно пользують для собственных нужд. lun3 - не виден нигде. Хотя:

root@bs:/etc/iet# ietadm --op show --tid=1
Wthreads=8
Type=0
QueuedCommands=32
NOPInterval=0
NOPTimeout=0
root@bs:/etc/iet# ietadm --op show --tid=2
Wthreads=8
Type=0
QueuedCommands=32
NOPInterval=0
NOPTimeout=0
root@bs:/etc/iet# ietadm --op show --tid=3
Wthreads=8
Type=0
QueuedCommands=32
NOPInterval=0
NOPTimeout=0
root@bs:/etc/iet#


tid:3 name:iqn.2111-04.grp.cts:storage.lun3
        lun:0 state:0 iotype:blockio iomode:wt blocks:2929686528 blocksize:512 path:/dev/sdb
tid:2 name:iqn.2111-04.grp.cts:storage.lun2
        lun:0 state:0 iotype:fileio iomode:wt blocks:204800000 blocksize:512 path:/var/iscsi/lun2.img
tid:1 name:iqn.2111-04.grp.cts:storage.lun1
        lun:0 state:0 iotype:fileio iomode:wt blocks:204800000 blocksize:512 path:/var/iscsi/lun1.img

А вот и сессии

root@bs:/etc/iet# cat /proc/net/iet/session
tid:3 name:iqn.2111-04.grp.cts:storage.lun3
tid:2 name:iqn.2111-04.grp.cts:storage.lun2
        sid:844425852944448 initiator:iqn.1991-05.com.microsoft:ds.cts.grp
                cid:1 ip:10.1.1.6 state:active hd:none dd:none
        sid:562950876233792 initiator:iqn.1991-05.com.microsoft:es.cts.grp
                cid:1 ip:10.1.1.5 state:active hd:none dd:none
tid:1 name:iqn.2111-04.grp.cts:storage.lun1
        sid:1125900829655104 initiator:iqn.1991-05.com.microsoft:ds.cts.grp
                cid:1 ip:10.1.1.6 state:active hd:none dd:none
        sid:281475899523136 initiator:iqn.1991-05.com.microsoft:es.cts.grp
                cid:1 ip:10.1.1.5 state:active hd:none dd:none


Собственно сабж - как сделать видным массив?
PS: Висит всё это на:
scsi2 : Areca SATA Host Adapter RAID Controller( RAID6 capable)

Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "ISCSI (ietd) - не цепляется блочное устройство"  +/
Сообщение от Skif (ok) on 01-Фев-11, 02:06 
Кста, не только винда не видит, но и линь локально тоже:


root@bs:~# iscsiadm -m discovery -t st -p 10.1.1.4
10.1.1.4:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.1.8:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.2.1:3260,1 iqn.2111-04.grp.cts:storage.lun2
xxx.xxx.xxx.xxx:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.1.4:3260,1 iqn.2111-04.grp.cts:storage.lun1
10.1.1.8:3260,1 iqn.2111-04.grp.cts:storage.lun1
10.1.2.1:3260,1 iqn.2111-04.grp.cts:storage.lun1
xxx.xxx.xxx.xxx:3260,1 iqn.2111-04.grp.cts:storage.lun1
root@bs:~#

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

2. "ISCSI (ietd) - не цепляется блочное устройство"  +/
Сообщение от Skif (ok) on 01-Фев-11, 02:50 
Кстати, ещё одна зарисовка - попробовал вместо диска поставить образ

Target iqn.2111-04.grp.cts:storage.lun3
        IncomingUser
        OutgoingUser
        Lun 0 Path=/storage/Lun0.img,Type=fileio
        Alias LUN3

Увы - не работает. Может это ограничение на количество ?

Ответить | Правка | ^ к родителю #1 | Наверх | Cообщить модератору

3. "ISCSI (ietd) - не цепляется блочное устройство"  +/
Сообщение от Skif (ok) on 01-Фев-11, 11:37 
> Кстати, ещё одна зарисовка - попробовал вместо диска поставить образ
> Target iqn.2111-04.grp.cts:storage.lun3
>         IncomingUser
>         OutgoingUser
>         Lun 0 Path=/storage/Lun0.img,Type=fileio
>         Alias LUN3
> Увы - не работает. Может это ограничение на количество ?

Победил:

root@bs:~# iscsiadm -m discovery -t st -p 10.1.1.4
10.1.1.4:3260,1 iqn.2111-04.grp.cts:storage.lun3
10.1.1.8:3260,1 iqn.2111-04.grp.cts:storage.lun3
10.1.2.1:3260,1 iqn.2111-04.grp.cts:storage.lun3
xxx.xxx.xxx.xxx:3260,1 iqn.2111-04.grp.cts:storage.lun3
10.1.1.4:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.1.8:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.2.1:3260,1 iqn.2111-04.grp.cts:storage.lun2
xxx.xxx.xxx.xxx:3260,1 iqn.2111-04.grp.cts:storage.lun2
10.1.1.4:3260,1 iqn.2111-04.grp.cts:storage.lun1
10.1.1.8:3260,1 iqn.2111-04.grp.cts:storage.lun1
10.1.2.1:3260,1 iqn.2111-04.grp.cts:storage.lun1
xxx.xxx.xxx.xxx:3260,1 iqn.2111-04.grp.cts:storage.lun1
root@bs:~#

Пришлось сделать  так:


root@bs:~# cat /etc/iet/initiators.allow | grep -v \#
ALL 10.1.1.0/24
ALL 127.0.0.1/32
iqn.2111-04.grp.cts:storage.lun1 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun2 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun3 10.1.1.0/24
root@bs:~#


Просто


root@bs:~# cat /etc/iet/initiators.allow | grep -v \#
iqn.2111-04.grp.cts:storage.lun1 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun2 10.1.1.0/24
iqn.2111-04.grp.cts:storage.lun3 10.1.1.0/24
root@bs:~#

Работать отказывалось на отрез.
Теперь в раздумьи...
Зато:

root@bs:~# cat /proc/net/iet/session
tid:3 name:iqn.2111-04.grp.cts:storage.lun3
        sid:1688850783076416 initiator:iqn.1991-05.com.microsoft:es.cts.grp
                cid:1 ip:10.1.1.5 state:active hd:none dd:none
        sid:844425852944448 initiator:iqn.1991-05.com.microsoft:ds.cts.grp
                cid:1 ip:10.1.1.6 state:active hd:none dd:none
tid:2 name:iqn.2111-04.grp.cts:storage.lun2
        sid:1407375806365760 initiator:iqn.1991-05.com.microsoft:es.cts.grp
                cid:1 ip:10.1.1.5 state:active hd:none dd:none
        sid:281475899523136 initiator:iqn.1991-05.com.microsoft:ds.cts.grp
                cid:1 ip:10.1.1.6 state:active hd:none dd:none
tid:1 name:iqn.2111-04.grp.cts:storage.lun1
        sid:1125900829655104 initiator:iqn.1991-05.com.microsoft:es.cts.grp
                cid:1 ip:10.1.1.5 state:active hd:none dd:none
        sid:562950876233792 initiator:iqn.1991-05.com.microsoft:ds.cts.grp
                cid:1 ip:10.1.1.6 state:active hd:none dd:none
root@bs:~#

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру