Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

istgt(1) [debian man page]

istgt(1)						      General Commands Manual							  istgt(1)

NAME
istgt - iSCSI target SYNOPSIS
istgt [options] DESCRIPTION
istgt is an iSCSI target for FreeBSD 7.1 or later. It is designed for multipath failover cluster nodes. Also useful for virtual machine such as Hyper-V, ESXi. OPTIONS
-c config Use specified file as configuration file. Multiple instance of istgt is allowed for different IP/ports. -p pidfile Use specified file for writing PID of daemon. Also it can be specified in configuration file. This option overwrites by setting of configuration file. -l facility Use specific syslog facility. -m mode Use specified operational mode. 0 = traditional (similar to 20100707), 1 = normal (default), 2 = experimental (new feature mode). -t flag Print trace information to standard error. trace flag (all, net, iscsi, scsi, lu, none) -q Use quiet mode. The warning message is omitted. -D The istgt will not detach from tty and run as foreground. It requires to print tarce information. -H Show usage -V Show version FILES
/etc/istgt/istgt.conf Configuration file /etc/istgt/auth.conf Authentication information file /var/run/istgt.pid PID of daemon AUTHORS
Daisuke Aoyama <aoyama@peach.ne.jp> istgt Mar 12, 2009 istgt(1)

Check Out this Related Man Page

ISCSID(8)						    BSD System Manager's Manual 						 ISCSID(8)

NAME
iscsid -- iSCSI initiator daemon SYNOPSIS
iscsid [-P pidfile] [-d] [-l loglevel] [-m maxproc] [-t seconds] DESCRIPTION
The iscsid daemon is responsible for performing the Login Phase of iSCSI connections, as well as performing SendTargets discovery. Upon startup, the iscsid daemon opens the iSCSI initiator device file and waits for kernel requests. 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: -P pidfile Specify alternative location of a file where main process PID will be stored. The default location is /var/run/iscsid.pid. -d Debug mode. The server sends verbose debug output to standard error, and does not put itself in the background. The server will also not fork and will exit after processing one connection. This option is only intended for debugging the initiator. -l loglevel Specifies debug level. The default is 0. -m maxproc Specifies limit for concurrently running child processes handling connections. The default is 30. Setting it to 0 disables the limit. -t 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. FILES
/dev/iscsi The iSCSI initiator device file. /var/run/iscsid.pid The default location of the iscsid PID file. EXIT STATUS
The iscsid utility exits 0 on success, and >0 if an error occurs. SEE ALSO
iscsi(4), iscsictl(8) HISTORY
The iscsid command appeared in FreeBSD 10.0. AUTHORS
The iscsid utility was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation. BSD
September 12, 2014 BSD
Man Page