summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-02-10 18:54:17 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-02-10 18:54:17 +0000
commit088b41ec641444b22ea4556e6637f757feda772d (patch)
tree9af2f187b7bc17e955aa3487431538ef0ded4a14 /doc
parent4d1147d4d4e45e26176d507f4a068d9afb8d39f9 (diff)
downloadopen-iscsi-088b41ec641444b22ea4556e6637f757feda772d.tar.gz
what is a node in open-iscsi terms (when open-iscsi states node it means portal :))
git-svn-id: svn://svn.berlios.de/open-iscsi@770 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.810
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index 437e443..b6459bf 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -14,6 +14,16 @@ iscsiadm \- open-iscsi administration utility
The iscsiadm utility is a command-line tool allowing discovery and login
to iSCSI targets, as well as access and management of the open-iscsi
database.
+
+Open-iscsi does not use the term node as defined by the iSCSI RFC,
+where a node is a single iSCSI initiator or target. Open-iscsi uses the
+term node to refer to a portal on a target, so tools like iscsiadm
+require that --targetname and --portal argument be used when in node mode.
+
+For session mode, a session id (sid) is used. The sid of a session can be
+found by running iscsiadm -m session -i. The session id is not currently
+persistent and is partially determined by when the session is setup.
+
.PP
Note that many of the node and discovery operations require that the iSCSI
daemon (iscsid) be running.