File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / istgt / doc / istgt.1.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:42:02 2012 UTC (13 years, 1 month ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, v20111008, HEAD
istgt

    1: .TH istgt 1 "Mar 12, 2009" "istgt"
    2: .SH NAME
    3: istgt \- iSCSI target
    4: .SH SYNOPSIS
    5: .B istgt
    6: [options]
    7: .SH DESCRIPTION
    8: .B istgt
    9: is an iSCSI target for FreeBSD 7.1 or later.
   10: It is designed for multipath failover cluster nodes.
   11: Also useful for virtual machine such as Hyper-V, ESXi.
   12: .SH OPTIONS
   13: .TP
   14: .BI \-c " config"
   15: Use specified file as configuration file.
   16: Multiple instance of istgt is allowed for different IP/ports.
   17: .TP
   18: .BI \-p " pidfile"
   19: Use specified file for writing PID of daemon.
   20: Also it can be specified in configuration file.
   21: This option overwrites by setting of configuration file.
   22: .TP
   23: .BI \-l " facility"
   24: Use specific syslog facility.
   25: .TP
   26: .BI \-m " mode"
   27: Use specified operational mode. 0 = traditional (similar to 20100707),
   28: 1 = normal (default), 2 = experimental (new feature mode).
   29: .TP
   30: .BI \-t " flag"
   31: Print trace information to standard error.
   32: trace flag (all, net, iscsi, scsi, lu, none)
   33: .TP
   34: .BI \-q
   35: Use quiet mode. The warning message is omitted.
   36: .TP
   37: .BI \-D
   38: The istgt will not detach from tty and run as foreground.
   39: It requires to print tarce information.
   40: .TP
   41: .BI \-H
   42: Show usage
   43: .TP
   44: .BI \-V
   45: Show version
   46: .SH FILES
   47: .PD 0
   48: .TP
   49: .I %%CONFIGDIR%%/istgt.conf
   50: Configuration file
   51: .TP
   52: .I %%CONFIGDIR%%/auth.conf
   53: Authentication information file
   54: .TP
   55: .I /var/run/istgt.pid
   56: PID of daemon
   57: .PD
   58: .SH AUTHORS
   59: Daisuke Aoyama <aoyama@peach.ne.jp>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>