iscsi.7d revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
iscsi 7D "30 Mar 2009" "SunOS 5.11" "Devices"
NAME
iscsi - iSCSI software initiator driver and service
DESCRIPTION

The iscsi driver is a software initiator that transports SCSI commands over TCP/IP as described in RFC 3720.

The initiator driver is administered through iscsiadm(1M). The iscsi initiator service is managed by the service management facility, smf(5), under the following FMRI:

svc:/network/iscsi/initiator:default

The iscsi initiator acts as a host adapter driver that attaches the appropriate target driver, for example, sd(7D) for disks, or st(7D) for tapes) for devices it discovers. See the System Administration Guide: Devices and File Systems for more information.

Once enabled, the iscsi initiator service ensures the right timing to start the discovery and enumeration of iSCSI devices during boot, but it doesn't guarantee the success of discovery for certain iSCSI devices. If the service is disabled, iscsi driver stops the discovery and enumeration of iSCSI devices and also tries to offline all existing iSCSI devices. iscsiadm(1M) works only when the service is enabled.

iSCSI boot(1M) is not affected by the status of the iscsi initiator service.

FILES

/kernel/drv/iscsi

32-bit ELF kernel driver

/kernel/drv/sparcv9/iscsi

64-bit SPARC ELF kernel driver

/kernel/drv/amd64/iscsi

64-bit AMD64 ELF kernel driver

/kernel/drv/iscsi.conf

Driver configuration file

/etc/iscsi/*

iscsi persistent store

SEE ALSO

iscsiadm(1M), attributes(5), smf(5), sd(7D), st(7D)

RFC 3720 Internet Small Computer Systems Interface (iSCSI)

System Administration Guide: Devices and File Systems