summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-11-08 17:58:56 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-11-08 17:58:56 +0000
commit95e2e89a23e7c85cebdd97ca373bf0cffcafeca3 (patch)
tree7c246191cd239bf18a68312f03e776d5efbc298f /doc
parent0cabf50bbf127f374ebaf6a9b9770e527dd7888e (diff)
downloadopen-iscsi-95e2e89a23e7c85cebdd97ca373bf0cffcafeca3.tar.gz
add login/logout all commands
git-svn-id: svn://svn.berlios.de/open-iscsi@722 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.819
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index 3a200a7..6368d0d 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -5,7 +5,7 @@ iscsiadm \- open-iscsi administration utility
\fBiscsiadm\fR -m discovery [ -dhV ] [ -t type -p ip:port [ -l ] ] |
[ -o operation ] [ -n name ] [ -v value ]
-\fBiscsiadm\fR -m node [ -dhV ] [ -S ] [ [ -T targetname -p ip:port | -M sysdir ] [ -l | -u ] ]
+\fBiscsiadm\fR -m node [ -dhV ] [ -L all,manual,automatic ] [ -U all,manual,automatic ] [ -S ] [ [ -T targetname -p ip:port | -M sysdir ] [ -l | -u ] ]
[ [ -o operation ] [ -n name ] [ -v value ] [ -p ip:port ] ]
\fBiscsiadm\fR -m session [ -dhV ] [ -r sessionid [ -u | -s ] ]
@@ -36,6 +36,15 @@ all discovered targets.
This option is only valid for discovery and node modes.
.TP
+\fB\-L\fR, \fB\-\-loginall==\fI[all,manual,automatic]\fR
+For node mode, login all sessions with the node.startup values passed in
+or all running sesssion, except ones marked onboot, if all is passed in.
+.IP
+This option is only valid for node mode (it is valid but not functional
+for session mode).
+
+
+.TP
\fB\-m, \-\-mode \fIop\fR
specify the mode. \fIop\fR
must be one of \fIdiscovery\fR, \fInode\fR, or \fIsession\fR.
@@ -126,6 +135,14 @@ This option is only valid for node mode (it is valid but not functional
for session mode).
.TP
+\fB\-U\fR, \fB\-\-logoutall==\fI[all,manual,automatic]\fR
+logout all sessions with the node.startup values passed in or all
+running sesssion, except ones marked onboot, if all is passed in.
+.IP
+This option is only valid for node mode (it is valid but not functional
+for session mode).
+
+.TP
\fB\-v\fR, \fB\-\-value=\fIvalue\fR
Specify a \fIvalue\fR for use with the \fIupdate\fR operator.
.IP