Query: iscsi_initiator
OS: freebsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ISCSI_INITIATOR(4) BSD Kernel Interfaces Manual ISCSI_INITIATOR(4)NAMEiscsi_initiator -- kernel driver for the iSCSI protocolSYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device iscsi_initiator Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): iscsi_initiator_load="YES"DESCRIPTIONThis driver, along with its userspace counterpart iscontrol(8), is obsolete. Users are advised to use iscsi(4) instead. The iscsi_initiator implements the kernel side of the Internet SCSI (iSCSI) network protocol standard, the user land companion is iscontrol(8), and permits access to remote virtual SCSI devices via cam(4).SYSCTL VARIABLESdebug.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 n net.iscsi.n.pid is the process id of the userland side of session n, see iscontrol(8).FILESThe iscsi_initiator driver creates the following: /dev/iscsi used to create new sessions. /dev/iscsi%d for each new session.SEE ALSOcam(4), camcontrol(8), iscontrol(8)STANDARDSiSCSI RFC 3720AUTHORSThis software was written by Daniel Braniss <danny@cs.huji.ac.il>BUGSThe lun discovery method is old-fashioned.BSDOctober 9, 2014 BSD
Related Man Pages |
---|
iscsid(8) - redhat |
iscsi.conf(5) - redhat |
ocf_heartbeat_iscsi(7) - debian |
ocf_heartbeat_iscsi(7) - suse |
iscsi-initiator(8) - netbsd |
Similar Topics in the Unix Linux Community |
---|
iSCSI Configuration help |
mkvg on iscsi disk won't work (6.1) |
Can KGDB debug a device driver? |
Netapp iscsi lun |
ISCSI initiator (client) for HP-UX 10.20 |