📄 ietd.8
字号:
.\" Process this file with.\" groff -man -Tascii ietd.8.\".TH "iSCSI Target Daemon" 8 "July 2004" Linux "User Manuals".SH NAMEietd \- iSCSI Enterprise Target Daemon.SH SYNOPSIS.B ietd.RB [\| \-c.IR configfile \|].RB [\| \-d.IR debuglevel \|].RB [\| \-f \|].RB [\| \-g.IR GID \|].RB [\| \-h \|].RB [\| \-a.IR address \|].RB [\| \-p.IR port \|].RB [\| \-s.IR IP \|].RB [\| \-u.IR UID \|].SH DESCRIPTIONThe.B ietdprogram implements the user level part of iSCSI Enterprise Target software for building an iSCSI storage system on Linux..SH OPTIONS.TP.BI \-c\ filename ,\ \-\-config= filenameSpecify configuration file, default is.I /etc/ietd.conf.TP.BI \-d\ debuglevel ,\ \-\-debug= debuglevelTurns on debugging. Logging goes to.I /var/log/syslogvia.BR syslog (1)..TP.BI \-f,\ \-\-foregroundAct as a normal application which uses a console..TP.BI \-g\ GID ,\ \-\-gid= GIDSpecify running group id, default is current gid..TP.BI \-a\ address ,\ \-\-address= addressSpecify on which local address the server should listen, default is any..TP.BI \-p\ port ,\ \-\-port= portSpecify on which port the server should listen, default is 3260..TP.BI \-h,\ \-\-helpDisplay help message on command line options..TP.BI \-s\ IP ,\ \-\-isns= IPisns server's IP address.TP.BI \-u\ UID ,\ \-\-uid= UIDSpecify running user id, default is current uid..SH FILES.I /etc/ietd.conf.RSThe system wide configuration file. See .BR ietd.conf (5)for further details..RE.SH DIAGNOSTICSThis may be logged to stderr:.B Warnings"Dropping key (%s=%s)".RSValue(s): key, value.RE"unable to set fd flags (%s)!".RSValue(s): strerror(errno).RE"unable to get fd flags (%s)!".RSValue(s): strerror(errno).RE"unable to set SO_REUSEADDR on server socket (%s)!".RSValue(s): strerror(errno).RE"iscsi_ctrl: failed to scan '%s'".RSValue(s): p.RE"target %u not found?".RSValue(s): target_id.RE"session %#Lx not found?".RSValue(s): session_id.RE"session_remove: session %#Lx not found?".RSValue(s): session->sid.id64.RE"need to shutdown target %s".RSValue(s): target->name.RE.B Errors"unable to create server socket (%s)!".RSValue(s): strerror(errno).RE"unable to bind server socket (%s)!".RSValue(s): strerror(errno).RE"unable to listen to server socket (%s)!".RSValue(s): strerror(errno).RE"error reading /proc/iscsi/iscsi (%d)".RSValue(s): errno.RE"unable to create pid file""starting daemon failed""unable to lock pid file""unable to open %s! (%s)".RSValue(s): PROC_DEVICEDIR, strerror(errno).RE"unable to open %s! (%s)".RSValue(s): PROC_TARGETDIR, strerror(errno).RE.B Debug Messages Level 0"unknown user %s".RSValue(s): value.RE"login by %s failed".RSValue(s): user->name.RE"succesfull login by %s".RSValue(s): user->name.RE"connection request from %s".RSValue(s): inet_ntoa(name.sin_addr).RE"connection closed""lun %u:%u already configured".RSValue(s): target->id, tlun->lun.RE.B Debug Messages Level 1"conn_take_fd: %u %u %u %Lx %d".RSValue(s): conn->cid, conn->stat_sn, conn->exp_stat_sn, conn->sid.id64, fd.RE"exp_cmd_sn: %d,%d".RSValue(s): conn->exp_cmd_sn, req->cmd_sn.RE"Login request (security negotiation): %d".RSValue(s): conn->state.RE"Login request (operational negotiation): %d".RSValue(s): conn->state.RE"Text request: %d".RSValue(s): conn->state.RE"close conn %u session %Lx target %u".RSValue(s): conn_id, session_id, target_id.RE"session_find_name: %s,%#Lx".RSValue(s): iname, sid.id64.RE"session_find_id: %#Lx".RSValue(s): sid.RE"session_create: %#Lx".RSValue(s): session->sid.id64.RE"session_close: %#Lx".RSValue(s): session->sid.id64.RE"session_remove: %#Lx".RSValue(s): session->sid.id64.RE"active target %d: %s".RSValue(s): id, name.RE"removing target %d".RSValue(s): id.RE"creaing target %u: %s".RSValue(s): target_next_id, p.RE"attaching %u to %u:%u".RSValue(s): tlun->device->id, target->id, tlun->lun.RE"target_find_name: %s".RSValue(s): name.RE"target_find_id: %u".RSValue(s): id.RE"target_remove: %u,%s".RSValue(s): target->id, target->name.RE.B Debug Messages Level 2"%s %.16s".RSValue(s): line, buf.RE"BHS: (%p)".RSValue(s): buf.RE"AHS: (%p)".RSValue(s): buf.RE"Data: (%p)".RSValue(s): buf.RE.SH KNOWN ISSUESTask attributes is incomplete (all tasks are treated as if they have the SIMPLE attribute.)SCSI task management is incomplete.NOP-In is incomplete.The target never sends a NOP-In of its own accord.Header and Data Digest in a discovery session are not implemented.Out-of-memory situation leads to the system crash (There are still some out-of-memory bugs.).SH "SEE ALSO".BR ietd.conf (5)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -