DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 4th July 2017
anthonyc anthonyc is offline
New User
 
Join Date: Dec 2016
Posts: 8
Default How to use iscsid

Hello,

I'am trying to setup the iscsid(8) daemon.

My iscsi.conf(5) look like this:

Code:
> cat /etc/iscsi.conf
target "test" {
        enabled
        discovery
        initiatoraddr 10.90.82.30
        targetaddr 10.90.254.93
}
After starting the service, i see this:

Code:
> iscsictl show summary
Initiator: ISID base 8040cad5 qalifier b231

Session 'test':
    SessionType: discovery      MaxConnections: 0
    TargetAddr: 10.90.254.93:iscsi
    InitiatorName: iqn.1995-11.org.openbsd.iscsid:hv01
    InitiatorAddr: 10.90.82.30
command successful
As mentionned on the man page, i configured the daemon in discovery mode to enumerate the available volumes.

Where the available volumes are listed ? I tried different configuration but i don't see any target listed.

Thanks you.
Reply With Quote
  #2   (View Single Post)  
Old 4th July 2017
anthonyc anthonyc is offline
New User
 
Join Date: Dec 2016
Posts: 8
Default

I am running OpenBSD 6.1:

Code:
> dmesg | head
OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr  1 13:45:56 MDT 2017
    deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Reply With Quote
  #3   (View Single Post)  
Old 5th July 2017
anthonyc anthonyc is offline
New User
 
Join Date: Dec 2016
Posts: 8
Default

Finaly i found how with tshark and analyzing response from SAN.

Thanks.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick