GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ISCSID(8) FreeBSD System Manager's Manual ISCSID(8)

iscsid
iSCSI initiator daemon

iscsid [-P pidfile] [-d] [-l loglevel] [-m maxproc] [-t seconds]

The iscsid daemon is the userspace component of the iSCSI initiator, responsible for performing the Login Phase of iSCSI connections and the SendTargets discovery.

Upon startup, the iscsid daemon opens the iSCSI initiator device file and waits for requests from the kernel component, iscsi(4). iscsid does not use any configuration files. All needed information is supplied by the kernel.

When the iscsid daemon is not running, already established iSCSI connections continue to work. However, establishing new connections, or recovering existing ones in case of connection error, is not possible.

The following options are available:

pidfile
Specify alternative location of a file where main process PID will be stored. The default location is /var/run/iscsid.pid.
Debug mode. The daemon sends verbose debug output to standard error, and does not put itself in the background. The daemon will also not fork and will exit after processing one connection. This option is only intended for debugging the initiator.
loglevel
Specifies debug level. The default is 0.
maxproc
Specifies limit for concurrently running child processes handling connections. The default is 30. Setting it to 0 disables the limit.
seconds
Specifies timeout for login session, after which the connection will be forcibly terminated. The default is 60. Setting it to 0 disables the timeout.

/dev/iscsi
The iSCSI initiator device file.
/var/run/iscsid.pid
The default location of the iscsid PID file.

The iscsid utility exits 0 on success, and >0 if an error occurs.

iscsi(4), iscsictl(8)

The iscsid command appeared in FreeBSD 10.0.

The iscsid utility was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation.
May 28, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.