logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iscsi_initiator — kernel driver for the iSCSI protocol

Authors

       This software was written by Daniel Braniss <danny@cs.huji.ac.il>

Bugs

       The lun discovery method is old-fashioned.

Debian                                           October 9, 2014                              ISCSI_INITIATOR(4)

Description

Thisdriver,alongwithitsuserspacecounterpartiscontrol(8),isobsolete.Usersareadvisedtouseiscsi(4) instead.

       The iscsi_initiator implements the kernel side of the Internet SCSI (iSCSI)  network  protocol  standard,
       the userland companion is iscontrol(8), and permits access to remote virtual SCSI devices via cam(4).

Files

       The iscsi_initiator driver creates the following:

       /dev/iscsi      used to create new sessions.
       /dev/iscsi%d    for each new session.

Name

       iscsi_initiator — kernel driver for the iSCSI protocol

See Also

cam(4), camcontrol(8), iscontrol(8)

Standards

       iSCSI RFC 3720

Synopsis

       To compile this driver into the kernel, place the following lines in your kernel configuration file:

             deviceiscsi_initiator

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             iscsi_initiator_load="YES"

Sysctl Variables

debug.iscsi_initiator     set the debug-level, 0 means no debugging, 9 for maximum.

       net.iscsi.isid            the initiator part of the Session Identifier.

       kern.cam.cam_srch_hi=1    allow search above LUN 7 for SCSI3 and greater devices.

       the following are informative only:

       net.iscsi.driver_version  the current version of the driver.

       net.iscsi.sessions        the number of current active sessions.

       net.iscsi.n.targetname    is the targe name of session n.

       net.iscsi.n.targeaddress  is the IP address of the target of session n.

       net.iscsi.n.stats         are some statistics for session nnet.iscsi.n.pid           is the processid of the userland side of session n, see iscontrol(8).

See Also