summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:31:52 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:31:52 +0000
commitd5ebdc59e929d1cb4cb8f7c64360f732eb5cb087 (patch)
tree38d07e237047f22743678d0dbdba86b254fca3b7 /doc
parent690afdbda792d6ff63b8fd8d8b6b78739f660e24 (diff)
downloadopen-iscsi-d5ebdc59e929d1cb4cb8f7c64360f732eb5cb087.tar.gz
some doc updates
git-svn-id: svn://svn.berlios.de/open-iscsi@780 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.89
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index b6459bf..0283945 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -5,10 +5,10 @@ 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 ] [ -L all,manual,automatic ] [ -U all,manual,automatic ] [ -S ] [ [ -T targetname -p ip:port ] [ -l | -u ] ]
+\fBiscsiadm\fR -m node [ -dhV ] [ -P printlevel ] [ -L all,manual,automatic ] [ -U all,manual,automatic ] [ -S ] [ [ -T targetname -p ip:port -I HWaddress ] [ -l | -u ] ]
[ [ -o operation ] [ -n name ] [ -v value ] [ -p ip:port ] ]
-\fBiscsiadm\fR -m session [ -dhV ] [ -r sessionid | sysfsdir [ -R ] [ -u | -s ] ]
+\fBiscsiadm\fR -m session [ -dhV ] [ -P printlevel ] [ -r sessionid | sysfsdir [ -R ] [ -u | -s ] ]
.SH "DESCRIPTION"
The iscsiadm utility is a command-line tool allowing discovery and login
@@ -109,6 +109,11 @@ the \fInew\fR operator.
This should be used along with --target in node mode, to specify what the open-iscsi docs refer to as a node or node record. Note: open-iscsi's use of the word node, does not match the iSCSI RFC's iSCSI Node term.
.TP
+\fB\-P\fR, \fB\-\-print=\fIprintlevel\fR
+If in node mode print nodes in tree format. If in session mode print
+sessions in tree format.
+
+.TP
\fB\-T\fR, \fB\-\-targetname=\fItargetname\fR
Use target \fItargetname\fR.
.IP