summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index b05769f..32ad30e 100644
--- a/README
+++ b/README
@@ -148,6 +148,15 @@ insert, query) the persistent database.
The utility presents set of operations that a user can perform
on iSCSI nodes, sessions, connections, and discovery records.
+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.
+
Note that some of the iSCSI Node and iSCSI Discovery operations
do not require iSCSI daemon (iscsid) loaded.
@@ -413,8 +422,9 @@ If you wish to log into a target manually now, see section
-----------------------------------------------------
Note: this may only work for distros with init scripts.
-To automate login to a node, use the following with the record ID of the
-node discovered in the discovery above:
+To automate login to a node, use the following with the record ID
+(record ID is the targetname and portal) of the node discovered in the
+discovery above:
iscsiadm -m node -T targetname -p ip:port --op update -n node.conn[0].startup -v automatic
Or to set the "node.conn[0].statup" attribute to "startup" as default for